Package | Description |
---|---|
software.amazon.awssdk.core.traits |
Modifier and Type | Method and Description |
---|---|
static DefaultValueTrait |
DefaultValueTrait.create(Supplier<?> supplier)
Creates a new
DefaultValueTrait with a custom Supplier . |
static DefaultValueTrait |
DefaultValueTrait.idempotencyToken()
Creates a precanned
DefaultValueTrait using the idempotency token generation which
creates a new UUID if a field is null. |
Copyright © 2019. All rights reserved.