| 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 |
|---|---|
GetKeyPolicyResult |
AWSKMSClient.getKeyPolicy(GetKeyPolicyRequest getKeyPolicyRequest)
Retrieves a policy attached to the specified key.
|
GetKeyPolicyResult |
AWSKMS.getKeyPolicy(GetKeyPolicyRequest getKeyPolicyRequest)
Retrieves a policy attached to the specified key.
|
Future<GetKeyPolicyResult> |
AWSKMSAsync.getKeyPolicyAsync(GetKeyPolicyRequest getKeyPolicyRequest)
Retrieves a policy attached to the specified key.
|
Future<GetKeyPolicyResult> |
AWSKMSAsyncClient.getKeyPolicyAsync(GetKeyPolicyRequest getKeyPolicyRequest)
Retrieves a policy attached to the specified key.
|
Future<GetKeyPolicyResult> |
AWSKMSAsync.getKeyPolicyAsync(GetKeyPolicyRequest getKeyPolicyRequest,
AsyncHandler<GetKeyPolicyRequest,GetKeyPolicyResult> asyncHandler)
Retrieves a policy attached to the specified key.
|
Future<GetKeyPolicyResult> |
AWSKMSAsyncClient.getKeyPolicyAsync(GetKeyPolicyRequest getKeyPolicyRequest,
AsyncHandler<GetKeyPolicyRequest,GetKeyPolicyResult> asyncHandler)
Retrieves a policy attached to the specified key.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetKeyPolicyResult> |
AWSKMSAsync.getKeyPolicyAsync(GetKeyPolicyRequest getKeyPolicyRequest,
AsyncHandler<GetKeyPolicyRequest,GetKeyPolicyResult> asyncHandler)
Retrieves a policy attached to the specified key.
|
Future<GetKeyPolicyResult> |
AWSKMSAsyncClient.getKeyPolicyAsync(GetKeyPolicyRequest getKeyPolicyRequest,
AsyncHandler<GetKeyPolicyRequest,GetKeyPolicyResult> asyncHandler)
Retrieves a policy attached to the specified key.
|
| Modifier and Type | Method and Description |
|---|---|
GetKeyPolicyRequest |
GetKeyPolicyRequest.withKeyId(String keyId)
Unique identifier of the key.
|
GetKeyPolicyRequest |
GetKeyPolicyRequest.withPolicyName(String policyName)
String that contains the name of the policy.
|
Copyright © 2015. All rights reserved.