Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.KeyUsagePropertyType
-
Packages that use KeyUsagePropertyType Package Description software.amazon.awssdk.services.pcaconnectorad.model -
-
Uses of KeyUsagePropertyType in software.amazon.awssdk.services.pcaconnectorad.model
Methods in software.amazon.awssdk.services.pcaconnectorad.model that return KeyUsagePropertyType Modifier and Type Method Description static KeyUsagePropertyTypeKeyUsagePropertyType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KeyUsagePropertyTypeKeyUsageProperty. propertyType()You can specify all key usages using property type ALL.static KeyUsagePropertyTypeKeyUsagePropertyType. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyUsagePropertyType[]KeyUsagePropertyType. 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 KeyUsagePropertyType Modifier and Type Method Description static Set<KeyUsagePropertyType>KeyUsagePropertyType. knownValues()Methods in software.amazon.awssdk.services.pcaconnectorad.model with parameters of type KeyUsagePropertyType Modifier and Type Method Description static KeyUsagePropertyKeyUsageProperty. fromPropertyType(KeyUsagePropertyType propertyType)Create an instance of this class withKeyUsageProperty.propertyTypeAsString()initialized to the given value.KeyUsageProperty.BuilderKeyUsageProperty.Builder. propertyType(KeyUsagePropertyType propertyType)You can specify all key usages using property type ALL.
-