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