| Package | Description |
|---|---|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS.
|
| Modifier and Type | Method and Description |
|---|---|
KeyMetadata |
CreateKeyResult.getKeyMetadata()
Metadata associated with the key.
|
KeyMetadata |
DescribeKeyResult.getKeyMetadata()
Metadata associated with the key.
|
KeyMetadata |
KeyMetadata.withArn(String arn)
Key ARN (Amazon Resource Name).
|
KeyMetadata |
KeyMetadata.withAWSAccountId(String aWSAccountId)
Account ID number.
|
KeyMetadata |
KeyMetadata.withCreationDate(Date creationDate)
Date the key was created.
|
KeyMetadata |
KeyMetadata.withDescription(String description)
The description of the key.
|
KeyMetadata |
KeyMetadata.withEnabled(Boolean enabled)
Value that specifies whether the key is enabled.
|
KeyMetadata |
KeyMetadata.withKeyId(String keyId)
Unique identifier for the key.
|
KeyMetadata |
KeyMetadata.withKeyUsage(KeyUsageType keyUsage)
A value that specifies what operation(s) the key can perform.
|
KeyMetadata |
KeyMetadata.withKeyUsage(String keyUsage)
A value that specifies what operation(s) the key can perform.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateKeyResult.setKeyMetadata(KeyMetadata keyMetadata)
Metadata associated with the key.
|
void |
DescribeKeyResult.setKeyMetadata(KeyMetadata keyMetadata)
Metadata associated with the key.
|
CreateKeyResult |
CreateKeyResult.withKeyMetadata(KeyMetadata keyMetadata)
Metadata associated with the key.
|
DescribeKeyResult |
DescribeKeyResult.withKeyMetadata(KeyMetadata keyMetadata)
Metadata associated with the key.
|
Copyright © 2014. All rights reserved.