Uses of Class
com.amazonaws.services.kms.model.PutKeyPolicyRequest
Packages that use PutKeyPolicyRequest
-
Uses of PutKeyPolicyRequest in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms with parameters of type PutKeyPolicyRequestModifier and TypeMethodDescriptionAbstractAWSKMS.putKeyPolicy
(PutKeyPolicyRequest request) AWSKMS.putKeyPolicy
(PutKeyPolicyRequest putKeyPolicyRequest) Attaches a key policy to the specified customer master key (CMK).AWSKMSClient.putKeyPolicy
(PutKeyPolicyRequest putKeyPolicyRequest) Attaches a key policy to the specified customer master key (CMK).AbstractAWSKMSAsync.putKeyPolicyAsync
(PutKeyPolicyRequest request) AbstractAWSKMSAsync.putKeyPolicyAsync
(PutKeyPolicyRequest request, AsyncHandler<PutKeyPolicyRequest, PutKeyPolicyResult> asyncHandler) AWSKMSAsync.putKeyPolicyAsync
(PutKeyPolicyRequest putKeyPolicyRequest) Attaches a key policy to the specified customer master key (CMK).AWSKMSAsync.putKeyPolicyAsync
(PutKeyPolicyRequest putKeyPolicyRequest, AsyncHandler<PutKeyPolicyRequest, PutKeyPolicyResult> asyncHandler) Attaches a key policy to the specified customer master key (CMK).AWSKMSAsyncClient.putKeyPolicyAsync
(PutKeyPolicyRequest request) AWSKMSAsyncClient.putKeyPolicyAsync
(PutKeyPolicyRequest request, AsyncHandler<PutKeyPolicyRequest, PutKeyPolicyResult> asyncHandler) Method parameters in com.amazonaws.services.kms with type arguments of type PutKeyPolicyRequestModifier and TypeMethodDescriptionAbstractAWSKMSAsync.putKeyPolicyAsync
(PutKeyPolicyRequest request, AsyncHandler<PutKeyPolicyRequest, PutKeyPolicyResult> asyncHandler) AWSKMSAsync.putKeyPolicyAsync
(PutKeyPolicyRequest putKeyPolicyRequest, AsyncHandler<PutKeyPolicyRequest, PutKeyPolicyResult> asyncHandler) Attaches a key policy to the specified customer master key (CMK).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 PutKeyPolicyRequestModifier and TypeMethodDescriptionPutKeyPolicyRequest.clone()
PutKeyPolicyRequest.withBypassPolicyLockoutSafetyCheck
(Boolean bypassPolicyLockoutSafetyCheck) A flag to indicate whether to bypass the key policy lockout safety check.A unique identifier for the CMK.PutKeyPolicyRequest.withPolicy
(String policy) The key policy to attach to the CMK.PutKeyPolicyRequest.withPolicyName
(String policyName) The name of the key policy.