Uses of Class
com.amazonaws.services.kms.model.KeyMetadata
Packages that use KeyMetadata
-
Uses of KeyMetadata in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return KeyMetadataModifier and TypeMethodDescriptionKeyMetadata.clone()
CreateKeyResult.getKeyMetadata()
Metadata associated with the CMK.DescribeKeyResult.getKeyMetadata()
Metadata associated with the key.The Amazon Resource Name (ARN) of the key.KeyMetadata.withAWSAccountId
(String aWSAccountId) The twelve-digit account ID of the AWS account that owns the key.KeyMetadata.withCreationDate
(Date creationDate) The date and time when the key was created.KeyMetadata.withDeletionDate
(Date deletionDate) The date and time after which AWS KMS deletes the customer master key (CMK).KeyMetadata.withDescription
(String description) The friendly description of the key.KeyMetadata.withEnabled
(Boolean enabled) Specifies whether the key is enabled.The globally unique identifier for the key.KeyMetadata.withKeyState
(KeyState keyState) The state of the customer master key (CMK).KeyMetadata.withKeyState
(String keyState) The state of the customer master key (CMK).KeyMetadata.withKeyUsage
(KeyUsageType keyUsage) The cryptographic operations for which you can use the key.KeyMetadata.withKeyUsage
(String keyUsage) The cryptographic operations for which you can use the key.Methods in com.amazonaws.services.kms.model with parameters of type KeyMetadataModifier and TypeMethodDescriptionvoid
CreateKeyResult.setKeyMetadata
(KeyMetadata keyMetadata) Metadata associated with the CMK.void
DescribeKeyResult.setKeyMetadata
(KeyMetadata keyMetadata) Metadata associated with the key.CreateKeyResult.withKeyMetadata
(KeyMetadata keyMetadata) Metadata associated with the CMK.DescribeKeyResult.withKeyMetadata
(KeyMetadata keyMetadata) Metadata associated with the key.