Package | Description |
---|---|
com.amazonaws.services.kms.model | |
com.amazonaws.services.kms.model.transform |
Modifier and Type | Field and Description |
---|---|
private KeyMetadata |
DescribeKeyResult.keyMetadata
Metadata associated with the key.
|
private KeyMetadata |
CreateKeyResult.keyMetadata
Metadata associated with the CMK.
|
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(java.lang.String arn)
The Amazon Resource Name (ARN) of the key.
|
KeyMetadata |
KeyMetadata.withAWSAccountId(java.lang.String aWSAccountId)
The twelve-digit account ID of the AWS account that owns the key.
|
KeyMetadata |
KeyMetadata.withCreationDate(java.util.Date creationDate)
The date and time when the key was created.
|
KeyMetadata |
KeyMetadata.withDeletionDate(java.util.Date deletionDate)
The date and time after which AWS KMS deletes the customer master key
(CMK).
|
KeyMetadata |
KeyMetadata.withDescription(java.lang.String description)
The friendly description of the key.
|
KeyMetadata |
KeyMetadata.withEnabled(java.lang.Boolean enabled)
Specifies whether the key is enabled.
|
KeyMetadata |
KeyMetadata.withKeyId(java.lang.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(java.lang.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(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
KeyMetadata |
KeyMetadataJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
KeyMetadataJsonMarshaller.marshall(KeyMetadata keyMetadata,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|