Package | Description |
---|---|
com.amazonaws.services.kms |
|
com.amazonaws.services.kms.model |
Modifier and Type | Method and Description |
---|---|
GetKeyPolicyResult |
AWSKMS.getKeyPolicy(GetKeyPolicyRequest getKeyPolicyRequest)
Gets a key policy attached to the specified customer master key (CMK).
|
GetKeyPolicyResult |
AbstractAWSKMS.getKeyPolicy(GetKeyPolicyRequest request) |
GetKeyPolicyResult |
AWSKMSClient.getKeyPolicy(GetKeyPolicyRequest request)
Gets a key policy attached to the specified customer master key (CMK).
|
Modifier and Type | Method and Description |
---|---|
Future<GetKeyPolicyResult> |
AWSKMSAsyncClient.getKeyPolicyAsync(GetKeyPolicyRequest request,
AsyncHandler<GetKeyPolicyRequest,GetKeyPolicyResult> asyncHandler) |
Future<GetKeyPolicyResult> |
AWSKMSAsync.getKeyPolicyAsync(GetKeyPolicyRequest getKeyPolicyRequest,
AsyncHandler<GetKeyPolicyRequest,GetKeyPolicyResult> asyncHandler)
Gets a key policy attached to the specified customer master key (CMK).
|
Future<GetKeyPolicyResult> |
AbstractAWSKMSAsync.getKeyPolicyAsync(GetKeyPolicyRequest request,
AsyncHandler<GetKeyPolicyRequest,GetKeyPolicyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetKeyPolicyResult |
GetKeyPolicyResult.clone() |
GetKeyPolicyResult |
GetKeyPolicyResult.withPolicy(String policy)
A policy document in JSON format.
|
Copyright © 2017. All rights reserved.