Uses of Class
software.amazon.awssdk.services.acmpca.model.KeyStorageSecurityStandard
-
Packages that use KeyStorageSecurityStandard Package Description software.amazon.awssdk.services.acmpca.model -
-
Uses of KeyStorageSecurityStandard in software.amazon.awssdk.services.acmpca.model
Methods in software.amazon.awssdk.services.acmpca.model that return KeyStorageSecurityStandard Modifier and Type Method Description static KeyStorageSecurityStandardKeyStorageSecurityStandard. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KeyStorageSecurityStandardCertificateAuthority. keyStorageSecurityStandard()Defines a cryptographic key management compliance standard used for handling CA keys.KeyStorageSecurityStandardCreateCertificateAuthorityRequest. keyStorageSecurityStandard()Specifies a cryptographic key management compliance standard used for handling CA keys.static KeyStorageSecurityStandardKeyStorageSecurityStandard. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyStorageSecurityStandard[]KeyStorageSecurityStandard. 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 KeyStorageSecurityStandard Modifier and Type Method Description static Set<KeyStorageSecurityStandard>KeyStorageSecurityStandard. knownValues()Methods in software.amazon.awssdk.services.acmpca.model with parameters of type KeyStorageSecurityStandard Modifier and Type Method Description CertificateAuthority.BuilderCertificateAuthority.Builder. keyStorageSecurityStandard(KeyStorageSecurityStandard keyStorageSecurityStandard)Defines a cryptographic key management compliance standard used for handling CA keys.CreateCertificateAuthorityRequest.BuilderCreateCertificateAuthorityRequest.Builder. keyStorageSecurityStandard(KeyStorageSecurityStandard keyStorageSecurityStandard)Specifies a cryptographic key management compliance standard used for handling CA keys.
-