| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
KeyMetadata |
CreateKeyResponse.keyMetadata()
Metadata associated with the KMS key.
|
KeyMetadata |
DescribeKeyResponse.keyMetadata()
Metadata associated with the key.
|
KeyMetadata |
ReplicateKeyResponse.replicaKeyMetadata()
Displays details about the new replica key, including its Amazon Resource Name (key ARN) and Key states of KMS keys.
|
| Modifier and Type | Method and Description |
|---|---|
CreateKeyResponse.Builder |
CreateKeyResponse.Builder.keyMetadata(KeyMetadata keyMetadata)
Metadata associated with the KMS key.
|
DescribeKeyResponse.Builder |
DescribeKeyResponse.Builder.keyMetadata(KeyMetadata keyMetadata)
Metadata associated with the key.
|
ReplicateKeyResponse.Builder |
ReplicateKeyResponse.Builder.replicaKeyMetadata(KeyMetadata replicaKeyMetadata)
Displays details about the new replica key, including its Amazon Resource Name (key ARN) and Key states of KMS keys.
|
Copyright © 2023. All rights reserved.