Uses of Class
com.amazonaws.services.kms.model.GetKeyPolicyRequest
-
Packages that use GetKeyPolicyRequest Package Description com.amazonaws.services.kms com.amazonaws.services.kms.model -
-
Uses of GetKeyPolicyRequest in com.amazonaws.services.kms
Method parameters in com.amazonaws.services.kms with type arguments of type GetKeyPolicyRequest Modifier and Type Method Description Future<GetKeyPolicyResult>
AbstractAWSKMSAsync. getKeyPolicyAsync(GetKeyPolicyRequest request, AsyncHandler<GetKeyPolicyRequest,GetKeyPolicyResult> asyncHandler)
Future<GetKeyPolicyResult>
AWSKMSAsync. getKeyPolicyAsync(GetKeyPolicyRequest getKeyPolicyRequest, AsyncHandler<GetKeyPolicyRequest,GetKeyPolicyResult> asyncHandler)
Retrieves a policy attached to the specified key.Future<GetKeyPolicyResult>
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 GetKeyPolicyRequest Modifier and Type Method Description GetKeyPolicyRequest
GetKeyPolicyRequest. clone()
GetKeyPolicyRequest
GetKeyPolicyRequest. withKeyId(String keyId)
A unique identifier for the customer master key.GetKeyPolicyRequest
GetKeyPolicyRequest. withPolicyName(String policyName)
String that contains the name of the policy.
-