Package | Description |
---|---|
com.amazonaws.services.kms.model |
Modifier and Type | Method and Description |
---|---|
KeyMetadata |
KeyMetadata.clone() |
KeyMetadata |
DescribeKeyResult.getKeyMetadata()
Metadata associated with the key.
|
KeyMetadata |
CreateKeyResult.getKeyMetadata()
Metadata associated with the CMK.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeKeyResult.setKeyMetadata(KeyMetadata keyMetadata)
Metadata associated with the key.
|
void |
CreateKeyResult.setKeyMetadata(KeyMetadata keyMetadata)
Metadata associated with the CMK.
|
DescribeKeyResult |
DescribeKeyResult.withKeyMetadata(KeyMetadata keyMetadata)
Metadata associated with the key.
|
CreateKeyResult |
CreateKeyResult.withKeyMetadata(KeyMetadata keyMetadata)
Metadata associated with the CMK.
|
Copyright © 2018. All rights reserved.