| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
GetKeyPolicyResult |
GetKeyPolicyResult.clone() |
GetKeyPolicyResult |
GetKeyPolicyResult.withPolicy(String policy)
A policy document in JSON format.
|
Copyright © 2015. All rights reserved.