Uses of Class
com.amazonaws.services.identitymanagement.model.GetPolicyResult
Packages that use GetPolicyResult
Package
Description
-
Uses of GetPolicyResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return GetPolicyResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.getPolicy
(GetPolicyRequest request) 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.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.Methods in com.amazonaws.services.identitymanagement that return types with arguments of type GetPolicyResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.getPolicyAsync
(GetPolicyRequest request) AbstractAmazonIdentityManagementAsync.getPolicyAsync
(GetPolicyRequest request, AsyncHandler<GetPolicyRequest, GetPolicyResult> asyncHandler) 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.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.AmazonIdentityManagementAsyncClient.getPolicyAsync
(GetPolicyRequest request) AmazonIdentityManagementAsyncClient.getPolicyAsync
(GetPolicyRequest request, AsyncHandler<GetPolicyRequest, GetPolicyResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type GetPolicyResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.getPolicyAsync
(GetPolicyRequest request, AsyncHandler<GetPolicyRequest, GetPolicyResult> asyncHandler) 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.AmazonIdentityManagementAsyncClient.getPolicyAsync
(GetPolicyRequest request, AsyncHandler<GetPolicyRequest, GetPolicyResult> asyncHandler) -
Uses of GetPolicyResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return GetPolicyResultModifier and TypeMethodDescriptionGetPolicyResult.clone()
GetPolicyResult.withPolicy
(Policy policy) A structure containing details about the policy.