| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS
|
| Modifier and Type | Method and Description |
|---|---|
DescribeKeyResult |
AWSKMSClient.describeKey(DescribeKeyRequest describeKeyRequest)
Provides detailed information about the specified customer master key
(CMK).
|
DescribeKeyResult |
AWSKMS.describeKey(DescribeKeyRequest describeKeyRequest)
Provides detailed information about the specified customer master key
(CMK).
|
| Modifier and Type | Method and Description |
|---|---|
DescribeKeyRequest |
DescribeKeyRequest.withGrantTokens(Collection<String> grantTokens)
A list of grant tokens.
|
DescribeKeyRequest |
DescribeKeyRequest.withGrantTokens(String... grantTokens)
A list of grant tokens.
|
DescribeKeyRequest |
DescribeKeyRequest.withKeyId(String keyId)
Describes the specified customer master key (CMK).
|
Copyright © 2019. All rights reserved.