Uses of Class
com.amazonaws.services.kms.model.PutKeyPolicyRequest
-
Packages that use PutKeyPolicyRequest Package Description com.amazonaws.services.kms com.amazonaws.services.kms.model -
-
Uses of PutKeyPolicyRequest in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms with parameters of type PutKeyPolicyRequest Modifier and Type Method Description PutKeyPolicyResult
AbstractAWSKMS. putKeyPolicy(PutKeyPolicyRequest request)
PutKeyPolicyResult
AWSKMS. putKeyPolicy(PutKeyPolicyRequest putKeyPolicyRequest)
Attaches a key policy to the specified customer master key (CMK).PutKeyPolicyResult
AWSKMSClient. putKeyPolicy(PutKeyPolicyRequest putKeyPolicyRequest)
Attaches a key policy to the specified customer master key (CMK).Future<PutKeyPolicyResult>
AbstractAWSKMSAsync. putKeyPolicyAsync(PutKeyPolicyRequest request)
Future<PutKeyPolicyResult>
AbstractAWSKMSAsync. putKeyPolicyAsync(PutKeyPolicyRequest request, AsyncHandler<PutKeyPolicyRequest,PutKeyPolicyResult> asyncHandler)
Future<PutKeyPolicyResult>
AWSKMSAsync. putKeyPolicyAsync(PutKeyPolicyRequest putKeyPolicyRequest)
Attaches a key policy to the specified customer master key (CMK).Future<PutKeyPolicyResult>
AWSKMSAsync. putKeyPolicyAsync(PutKeyPolicyRequest putKeyPolicyRequest, AsyncHandler<PutKeyPolicyRequest,PutKeyPolicyResult> asyncHandler)
Attaches a key policy to the specified customer master key (CMK).Future<PutKeyPolicyResult>
AWSKMSAsyncClient. putKeyPolicyAsync(PutKeyPolicyRequest request)
Future<PutKeyPolicyResult>
AWSKMSAsyncClient. putKeyPolicyAsync(PutKeyPolicyRequest request, AsyncHandler<PutKeyPolicyRequest,PutKeyPolicyResult> asyncHandler)
Method parameters in com.amazonaws.services.kms with type arguments of type PutKeyPolicyRequest Modifier and Type Method Description Future<PutKeyPolicyResult>
AbstractAWSKMSAsync. putKeyPolicyAsync(PutKeyPolicyRequest request, AsyncHandler<PutKeyPolicyRequest,PutKeyPolicyResult> asyncHandler)
Future<PutKeyPolicyResult>
AWSKMSAsync. putKeyPolicyAsync(PutKeyPolicyRequest putKeyPolicyRequest, AsyncHandler<PutKeyPolicyRequest,PutKeyPolicyResult> asyncHandler)
Attaches a key policy to the specified customer master key (CMK).Future<PutKeyPolicyResult>
AWSKMSAsyncClient. putKeyPolicyAsync(PutKeyPolicyRequest request, AsyncHandler<PutKeyPolicyRequest,PutKeyPolicyResult> asyncHandler)
-
Uses of PutKeyPolicyRequest in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return PutKeyPolicyRequest Modifier and Type Method 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.
-