Uses of Class
com.amazonaws.services.kms.model.GetKeyPolicyResult
Packages that use GetKeyPolicyResult
-
Uses of GetKeyPolicyResult in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms that return GetKeyPolicyResultModifier 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.Methods in com.amazonaws.services.kms that return types with arguments of type GetKeyPolicyResultModifier and TypeMethodDescriptionAbstractAWSKMSAsync.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 GetKeyPolicyResultModifier 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 GetKeyPolicyResult in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return GetKeyPolicyResultModifier and TypeMethodDescriptionGetKeyPolicyResult.clone()
GetKeyPolicyResult.withPolicy
(String policy) A policy document in JSON format.