| Package | Description |
|---|---|
| com.amazonaws.services.kms |
Synchronous and asynchronous client classes for accessing AWSKMS.
|
| 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.
|
DescribeKeyResult |
AWSKMS.describeKey(DescribeKeyRequest describeKeyRequest)
Provides detailed information about the specified customer master
key.
|
Future<DescribeKeyResult> |
AWSKMSAsync.describeKeyAsync(DescribeKeyRequest describeKeyRequest)
Provides detailed information about the specified customer master
key.
|
Future<DescribeKeyResult> |
AWSKMSAsyncClient.describeKeyAsync(DescribeKeyRequest describeKeyRequest)
Provides detailed information about the specified customer master
key.
|
Future<DescribeKeyResult> |
AWSKMSAsync.describeKeyAsync(DescribeKeyRequest describeKeyRequest,
AsyncHandler<DescribeKeyRequest,DescribeKeyResult> asyncHandler)
Provides detailed information about the specified customer master
key.
|
Future<DescribeKeyResult> |
AWSKMSAsyncClient.describeKeyAsync(DescribeKeyRequest describeKeyRequest,
AsyncHandler<DescribeKeyRequest,DescribeKeyResult> asyncHandler)
Provides detailed information about the specified customer master
key.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeKeyResult> |
AWSKMSAsync.describeKeyAsync(DescribeKeyRequest describeKeyRequest,
AsyncHandler<DescribeKeyRequest,DescribeKeyResult> asyncHandler)
Provides detailed information about the specified customer master
key.
|
Future<DescribeKeyResult> |
AWSKMSAsyncClient.describeKeyAsync(DescribeKeyRequest describeKeyRequest,
AsyncHandler<DescribeKeyRequest,DescribeKeyResult> asyncHandler)
Provides detailed information about the specified customer master
key.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeKeyRequest |
DescribeKeyRequest.clone() |
DescribeKeyRequest |
DescribeKeyRequest.withKeyId(String keyId)
Unique identifier of the customer master key to be described.
|
Copyright © 2015. All rights reserved.