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 PutKeyPolicyResultAbstractAWSKMS. putKeyPolicy(PutKeyPolicyRequest request)PutKeyPolicyResultAWSKMS. putKeyPolicy(PutKeyPolicyRequest putKeyPolicyRequest)Attaches a key policy to the specified customer master key (CMK).PutKeyPolicyResultAWSKMSClient. 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 PutKeyPolicyRequestPutKeyPolicyRequest. clone()PutKeyPolicyRequestPutKeyPolicyRequest. withBypassPolicyLockoutSafetyCheck(Boolean bypassPolicyLockoutSafetyCheck)A flag to indicate whether to bypass the key policy lockout safety check.PutKeyPolicyRequestPutKeyPolicyRequest. withKeyId(String keyId)A unique identifier for the CMK.PutKeyPolicyRequestPutKeyPolicyRequest. withPolicy(String policy)The key policy to attach to the CMK.PutKeyPolicyRequestPutKeyPolicyRequest. withPolicyName(String policyName)The name of the key policy.
-