Uses of Class
com.amazonaws.services.kms.model.GetKeyPolicyResult
-
Packages that use GetKeyPolicyResult Package Description com.amazonaws.services.kms com.amazonaws.services.kms.model -
-
Uses of GetKeyPolicyResult in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms that return GetKeyPolicyResult Modifier and Type Method Description GetKeyPolicyResultAbstractAWSKMS. getKeyPolicy(GetKeyPolicyRequest request)GetKeyPolicyResultAWSKMS. getKeyPolicy(GetKeyPolicyRequest getKeyPolicyRequest)Retrieves a policy attached to the specified key.GetKeyPolicyResultAWSKMSClient. getKeyPolicy(GetKeyPolicyRequest getKeyPolicyRequest)Retrieves a policy attached to the specified key.Method parameters in com.amazonaws.services.kms with type arguments of type GetKeyPolicyResult 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 GetKeyPolicyResult in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return GetKeyPolicyResult Modifier and Type Method Description GetKeyPolicyResultGetKeyPolicyResult. clone()GetKeyPolicyResultGetKeyPolicyResult. withPolicy(String policy)A policy document in JSON format.
-