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