| Package | Description |
|---|---|
| software.amazon.awssdk.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
static KeyStorageSecurityStandard |
KeyStorageSecurityStandard.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
KeyStorageSecurityStandard |
CreateCertificateAuthorityRequest.keyStorageSecurityStandard()
Specifies a cryptographic key management compliance standard used for handling CA keys.
|
KeyStorageSecurityStandard |
CertificateAuthority.keyStorageSecurityStandard()
Defines a cryptographic key management compliance standard used for handling CA keys.
|
static KeyStorageSecurityStandard |
KeyStorageSecurityStandard.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<KeyStorageSecurityStandard> |
KeyStorageSecurityStandard.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateCertificateAuthorityRequest.Builder |
CreateCertificateAuthorityRequest.Builder.keyStorageSecurityStandard(KeyStorageSecurityStandard keyStorageSecurityStandard)
Specifies a cryptographic key management compliance standard used for handling CA keys.
|
CertificateAuthority.Builder |
CertificateAuthority.Builder.keyStorageSecurityStandard(KeyStorageSecurityStandard keyStorageSecurityStandard)
Defines a cryptographic key management compliance standard used for handling CA keys.
|
Copyright © 2023. All rights reserved.