Uses of Class
com.amazonaws.services.kms.model.GetKeyPolicyRequest
Packages that use GetKeyPolicyRequest
-
Uses of GetKeyPolicyRequest in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms with parameters of type GetKeyPolicyRequestModifier and TypeMethodDescriptionAbstractAWSKMS.getKeyPolicy
(GetKeyPolicyRequest request) AWSKMS.getKeyPolicy
(GetKeyPolicyRequest getKeyPolicyRequest) Retrieves a policy attached to the specified key.AWSKMSClient.getKeyPolicy
(GetKeyPolicyRequest getKeyPolicyRequest) Retrieves a policy attached to the specified key.AbstractAWSKMSAsync.getKeyPolicyAsync
(GetKeyPolicyRequest request) AbstractAWSKMSAsync.getKeyPolicyAsync
(GetKeyPolicyRequest request, AsyncHandler<GetKeyPolicyRequest, GetKeyPolicyResult> asyncHandler) AWSKMSAsync.getKeyPolicyAsync
(GetKeyPolicyRequest getKeyPolicyRequest) Retrieves a policy attached to the specified key.AWSKMSAsync.getKeyPolicyAsync
(GetKeyPolicyRequest getKeyPolicyRequest, AsyncHandler<GetKeyPolicyRequest, GetKeyPolicyResult> asyncHandler) Retrieves a policy attached to the specified key.AWSKMSAsyncClient.getKeyPolicyAsync
(GetKeyPolicyRequest request) AWSKMSAsyncClient.getKeyPolicyAsync
(GetKeyPolicyRequest request, AsyncHandler<GetKeyPolicyRequest, GetKeyPolicyResult> asyncHandler) Method parameters in com.amazonaws.services.kms with type arguments of type GetKeyPolicyRequestModifier and TypeMethodDescriptionAbstractAWSKMSAsync.getKeyPolicyAsync
(GetKeyPolicyRequest request, AsyncHandler<GetKeyPolicyRequest, GetKeyPolicyResult> asyncHandler) AWSKMSAsync.getKeyPolicyAsync
(GetKeyPolicyRequest getKeyPolicyRequest, AsyncHandler<GetKeyPolicyRequest, GetKeyPolicyResult> asyncHandler) Retrieves a policy attached to the specified key.AWSKMSAsyncClient.getKeyPolicyAsync
(GetKeyPolicyRequest request, AsyncHandler<GetKeyPolicyRequest, GetKeyPolicyResult> asyncHandler) -
Uses of GetKeyPolicyRequest in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return GetKeyPolicyRequestModifier and TypeMethodDescriptionGetKeyPolicyRequest.clone()
A unique identifier for the customer master key.GetKeyPolicyRequest.withPolicyName
(String policyName) String that contains the name of the policy.