Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.ValidityPeriodType
-
Packages that use ValidityPeriodType Package Description software.amazon.awssdk.services.pcaconnectorad.model -
-
Uses of ValidityPeriodType in software.amazon.awssdk.services.pcaconnectorad.model
Methods in software.amazon.awssdk.services.pcaconnectorad.model that return ValidityPeriodType Modifier and Type Method Description static ValidityPeriodTypeValidityPeriodType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ValidityPeriodTypeValidityPeriod. periodType()The unit of time.static ValidityPeriodTypeValidityPeriodType. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidityPeriodType[]ValidityPeriodType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pcaconnectorad.model that return types with arguments of type ValidityPeriodType Modifier and Type Method Description static Set<ValidityPeriodType>ValidityPeriodType. knownValues()Methods in software.amazon.awssdk.services.pcaconnectorad.model with parameters of type ValidityPeriodType Modifier and Type Method Description ValidityPeriod.BuilderValidityPeriod.Builder. periodType(ValidityPeriodType periodType)The unit of time.
-