Uses of Class
com.amazonaws.services.identitymanagement.model.GetPolicyRequest
-
Packages that use GetPolicyRequest Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of GetPolicyRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type GetPolicyRequest Modifier and Type Method Description GetPolicyResult
AbstractAmazonIdentityManagement. getPolicy(GetPolicyRequest request)
GetPolicyResult
AmazonIdentityManagement. getPolicy(GetPolicyRequest getPolicyRequest)
Retrieves information about the specified managed policy, including the policy's default version and the total number of IAM users, groups, and roles to which the policy is attached.GetPolicyResult
AmazonIdentityManagementClient. getPolicy(GetPolicyRequest getPolicyRequest)
Retrieves information about the specified managed policy, including the policy's default version and the total number of IAM users, groups, and roles to which the policy is attached.Future<GetPolicyResult>
AbstractAmazonIdentityManagementAsync. getPolicyAsync(GetPolicyRequest request)
Future<GetPolicyResult>
AbstractAmazonIdentityManagementAsync. getPolicyAsync(GetPolicyRequest request, AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
Future<GetPolicyResult>
AmazonIdentityManagementAsync. getPolicyAsync(GetPolicyRequest getPolicyRequest)
Retrieves information about the specified managed policy, including the policy's default version and the total number of IAM users, groups, and roles to which the policy is attached.Future<GetPolicyResult>
AmazonIdentityManagementAsync. getPolicyAsync(GetPolicyRequest getPolicyRequest, AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
Retrieves information about the specified managed policy, including the policy's default version and the total number of IAM users, groups, and roles to which the policy is attached.Future<GetPolicyResult>
AmazonIdentityManagementAsyncClient. getPolicyAsync(GetPolicyRequest request)
Future<GetPolicyResult>
AmazonIdentityManagementAsyncClient. getPolicyAsync(GetPolicyRequest request, AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
Method parameters in com.amazonaws.services.identitymanagement with type arguments of type GetPolicyRequest Modifier and Type Method Description Future<GetPolicyResult>
AbstractAmazonIdentityManagementAsync. getPolicyAsync(GetPolicyRequest request, AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
Future<GetPolicyResult>
AmazonIdentityManagementAsync. getPolicyAsync(GetPolicyRequest getPolicyRequest, AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
Retrieves information about the specified managed policy, including the policy's default version and the total number of IAM users, groups, and roles to which the policy is attached.Future<GetPolicyResult>
AmazonIdentityManagementAsyncClient. getPolicyAsync(GetPolicyRequest request, AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
-
Uses of GetPolicyRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return GetPolicyRequest Modifier and Type Method Description GetPolicyRequest
GetPolicyRequest. clone()
GetPolicyRequest
GetPolicyRequest. withPolicyArn(String policyArn)
The Amazon Resource Name (ARN) of the managed policy that you want information about.
-