| 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)
Gets a key policy attached to the specified KMS 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)
Gets the key policy for the specified KMS key.
|
GetKeyPolicyRequest |
GetKeyPolicyRequest.withPolicyName(String policyName)
Specifies the name of the key policy.
|
Copyright © 2023. All rights reserved.