Package | Description |
---|---|
com.amazonaws.services.kms | |
com.amazonaws.services.kms.model |
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)
Retrieves a policy attached to the specified key.
|
Future<GetKeyPolicyResult> |
AbstractAWSKMSAsync.getKeyPolicyAsync(GetKeyPolicyRequest request,
AsyncHandler<GetKeyPolicyRequest,GetKeyPolicyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetKeyPolicyRequest |
GetKeyPolicyRequest.clone() |
GetKeyPolicyRequest |
GetKeyPolicyRequest.withKeyId(String keyId)
A unique identifier for the customer master key.
|
GetKeyPolicyRequest |
GetKeyPolicyRequest.withPolicyName(String policyName)
String that contains the name of the policy.
|
Copyright © 2018. All rights reserved.