KeyMetadata |
KeyMetadata.clone() |
|
KeyMetadata |
CreateKeyResult.getKeyMetadata() |
Metadata associated with the CMK.
|
KeyMetadata |
DescribeKeyResult.getKeyMetadata() |
Metadata associated with the key.
|
KeyMetadata |
KeyMetadata.withArn(String arn) |
The Amazon Resource Name (ARN) of the key.
|
KeyMetadata |
KeyMetadata.withAWSAccountId(String aWSAccountId) |
The twelve-digit account ID of the AWS account that owns the key.
|
KeyMetadata |
KeyMetadata.withCreationDate(Date creationDate) |
The date and time when the key was created.
|
KeyMetadata |
KeyMetadata.withDeletionDate(Date deletionDate) |
The date and time after which AWS KMS deletes the customer master key
(CMK).
|
KeyMetadata |
KeyMetadata.withDescription(String description) |
The friendly description of the key.
|
KeyMetadata |
KeyMetadata.withEnabled(Boolean enabled) |
Specifies whether the key is enabled.
|
KeyMetadata |
KeyMetadata.withKeyId(String keyId) |
The globally unique identifier for the key.
|
KeyMetadata |
KeyMetadata.withKeyState(KeyState keyState) |
The state of the customer master key (CMK).
|
KeyMetadata |
KeyMetadata.withKeyState(String keyState) |
The state of the customer master key (CMK).
|
KeyMetadata |
KeyMetadata.withKeyUsage(KeyUsageType keyUsage) |
The cryptographic operations for which you can use the key.
|
KeyMetadata |
KeyMetadata.withKeyUsage(String keyUsage) |
The cryptographic operations for which you can use the key.
|