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 GetKeyPolicyResult
AbstractAWSKMS. getKeyPolicy(GetKeyPolicyRequest request)
GetKeyPolicyResult
AWSKMS. getKeyPolicy(GetKeyPolicyRequest getKeyPolicyRequest)
Retrieves a policy attached to the specified key.GetKeyPolicyResult
AWSKMSClient. 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 GetKeyPolicyResult
GetKeyPolicyResult. clone()
GetKeyPolicyResult
GetKeyPolicyResult. withPolicy(String policy)
A policy document in JSON format.
-