Uses of Class
software.amazon.awssdk.services.acmpca.model.ExtendedKeyUsageType
-
Packages that use ExtendedKeyUsageType Package Description software.amazon.awssdk.services.acmpca.model -
-
Uses of ExtendedKeyUsageType in software.amazon.awssdk.services.acmpca.model
Methods in software.amazon.awssdk.services.acmpca.model that return ExtendedKeyUsageType Modifier and Type Method Description ExtendedKeyUsageTypeExtendedKeyUsage. extendedKeyUsageType()Specifies a standardExtendedKeyUsageas defined as in RFC 5280.static ExtendedKeyUsageTypeExtendedKeyUsageType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ExtendedKeyUsageTypeExtendedKeyUsageType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExtendedKeyUsageType[]ExtendedKeyUsageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.acmpca.model that return types with arguments of type ExtendedKeyUsageType Modifier and Type Method Description static Set<ExtendedKeyUsageType>ExtendedKeyUsageType. knownValues()Methods in software.amazon.awssdk.services.acmpca.model with parameters of type ExtendedKeyUsageType Modifier and Type Method Description ExtendedKeyUsage.BuilderExtendedKeyUsage.Builder. extendedKeyUsageType(ExtendedKeyUsageType extendedKeyUsageType)Specifies a standardExtendedKeyUsageas defined as in RFC 5280.
-