| Package | Description |
|---|---|
| com.amazonaws.services.kms | |
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAWSKMS.putKeyPolicy(PutKeyPolicyRequest request) |
void |
AWSKMSClient.putKeyPolicy(PutKeyPolicyRequest putKeyPolicyRequest)
Attaches a key policy to the specified customer master key (CMK).
|
void |
AWSKMS.putKeyPolicy(PutKeyPolicyRequest putKeyPolicyRequest)
Attaches a key policy to the specified customer master key (CMK).
|
Future<Void> |
AbstractAWSKMSAsync.putKeyPolicyAsync(PutKeyPolicyRequest request) |
Future<Void> |
AWSKMSAsyncClient.putKeyPolicyAsync(PutKeyPolicyRequest request) |
Future<Void> |
AWSKMSAsync.putKeyPolicyAsync(PutKeyPolicyRequest putKeyPolicyRequest)
Attaches a key policy to the specified customer master key (CMK).
|
Future<Void> |
AbstractAWSKMSAsync.putKeyPolicyAsync(PutKeyPolicyRequest request,
AsyncHandler<PutKeyPolicyRequest,Void> asyncHandler) |
Future<Void> |
AWSKMSAsyncClient.putKeyPolicyAsync(PutKeyPolicyRequest request,
AsyncHandler<PutKeyPolicyRequest,Void> asyncHandler) |
Future<Void> |
AWSKMSAsync.putKeyPolicyAsync(PutKeyPolicyRequest putKeyPolicyRequest,
AsyncHandler<PutKeyPolicyRequest,Void> asyncHandler)
Attaches a key policy to the specified customer master key (CMK).
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AbstractAWSKMSAsync.putKeyPolicyAsync(PutKeyPolicyRequest request,
AsyncHandler<PutKeyPolicyRequest,Void> asyncHandler) |
Future<Void> |
AWSKMSAsyncClient.putKeyPolicyAsync(PutKeyPolicyRequest request,
AsyncHandler<PutKeyPolicyRequest,Void> asyncHandler) |
Future<Void> |
AWSKMSAsync.putKeyPolicyAsync(PutKeyPolicyRequest putKeyPolicyRequest,
AsyncHandler<PutKeyPolicyRequest,Void> asyncHandler)
Attaches a key policy to the specified customer master key (CMK).
|
| Modifier and Type | Method and Description |
|---|---|
PutKeyPolicyRequest |
PutKeyPolicyRequest.clone() |
PutKeyPolicyRequest |
PutKeyPolicyRequest.withBypassPolicyLockoutSafetyCheck(Boolean bypassPolicyLockoutSafetyCheck)
A flag to indicate whether to bypass the key policy lockout safety check.
|
PutKeyPolicyRequest |
PutKeyPolicyRequest.withKeyId(String keyId)
A unique identifier for the CMK.
|
PutKeyPolicyRequest |
PutKeyPolicyRequest.withPolicy(String policy)
The key policy to attach to the CMK.
|
PutKeyPolicyRequest |
PutKeyPolicyRequest.withPolicyName(String policyName)
The name of the key policy.
|
Copyright © 2016. All rights reserved.