Package | Description |
---|---|
com.amazonaws.services.kms |
|
com.amazonaws.services.kms.model |
Modifier and Type | Method and Description |
---|---|
Future<PutKeyPolicyResult> |
AbstractAWSKMSAsync.putKeyPolicyAsync(PutKeyPolicyRequest request,
AsyncHandler<PutKeyPolicyRequest,PutKeyPolicyResult> asyncHandler) |
Future<PutKeyPolicyResult> |
AWSKMSAsyncClient.putKeyPolicyAsync(PutKeyPolicyRequest request,
AsyncHandler<PutKeyPolicyRequest,PutKeyPolicyResult> asyncHandler) |
Future<PutKeyPolicyResult> |
AWSKMSAsync.putKeyPolicyAsync(PutKeyPolicyRequest putKeyPolicyRequest,
AsyncHandler<PutKeyPolicyRequest,PutKeyPolicyResult> asyncHandler)
Attaches a key policy to the specified KMS key.
|
Modifier and Type | Method and Description |
---|---|
PutKeyPolicyRequest |
PutKeyPolicyRequest.clone() |
PutKeyPolicyRequest |
PutKeyPolicyRequest.withBypassPolicyLockoutSafetyCheck(Boolean bypassPolicyLockoutSafetyCheck)
Skips ("bypasses") the key policy lockout safety check.
|
PutKeyPolicyRequest |
PutKeyPolicyRequest.withKeyId(String keyId)
Sets the key policy on the specified KMS key.
|
PutKeyPolicyRequest |
PutKeyPolicyRequest.withPolicy(String policy)
The key policy to attach to the KMS key.
|
PutKeyPolicyRequest |
PutKeyPolicyRequest.withPolicyName(String policyName)
The name of the key policy.
|
Copyright © 2023. All rights reserved.