| Package | Description |
|---|---|
| software.amazon.awssdk.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
static ValidityType |
ValidityType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ValidityType |
SignatureValidityPeriod.type()
The time unit for signature validity.
|
static ValidityType |
ValidityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidityType[] |
ValidityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ValidityType> |
ValidityType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SignatureValidityPeriod.Builder |
SignatureValidityPeriod.Builder.type(ValidityType type)
The time unit for signature validity.
|
Copyright © 2020. All rights reserved.