Uses of Class
software.amazon.awssdk.services.signer.model.ValidityType
-
Packages that use ValidityType Package Description software.amazon.awssdk.services.signer.model -
-
Uses of ValidityType in software.amazon.awssdk.services.signer.model
Methods in software.amazon.awssdk.services.signer.model that return ValidityType Modifier and Type Method Description static ValidityTypeValidityType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ValidityTypeSignatureValidityPeriod. type()The time unit for signature validity.static ValidityTypeValidityType. 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.Methods in software.amazon.awssdk.services.signer.model that return types with arguments of type ValidityType Modifier and Type Method Description static Set<ValidityType>ValidityType. knownValues()Methods in software.amazon.awssdk.services.signer.model with parameters of type ValidityType Modifier and Type Method Description SignatureValidityPeriod.BuilderSignatureValidityPeriod.Builder. type(ValidityType type)The time unit for signature validity.
-