Uses of Class
com.amazonaws.services.identitymanagement.model.ListEntitiesForPolicyRequest
Packages that use ListEntitiesForPolicyRequest
Package
Description
-
Uses of ListEntitiesForPolicyRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type ListEntitiesForPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.listEntitiesForPolicy(ListEntitiesForPolicyRequest request) AmazonIdentityManagement.listEntitiesForPolicy(ListEntitiesForPolicyRequest listEntitiesForPolicyRequest) Lists all IAM users, groups, and roles that the specified managed policy is attached to.AmazonIdentityManagementClient.listEntitiesForPolicy(ListEntitiesForPolicyRequest listEntitiesForPolicyRequest) Lists all IAM users, groups, and roles that the specified managed policy is attached to.AbstractAmazonIdentityManagementAsync.listEntitiesForPolicyAsync(ListEntitiesForPolicyRequest request) AbstractAmazonIdentityManagementAsync.listEntitiesForPolicyAsync(ListEntitiesForPolicyRequest request, AsyncHandler<ListEntitiesForPolicyRequest, ListEntitiesForPolicyResult> asyncHandler) AmazonIdentityManagementAsync.listEntitiesForPolicyAsync(ListEntitiesForPolicyRequest listEntitiesForPolicyRequest) Lists all IAM users, groups, and roles that the specified managed policy is attached to.AmazonIdentityManagementAsync.listEntitiesForPolicyAsync(ListEntitiesForPolicyRequest listEntitiesForPolicyRequest, AsyncHandler<ListEntitiesForPolicyRequest, ListEntitiesForPolicyResult> asyncHandler) Lists all IAM users, groups, and roles that the specified managed policy is attached to.AmazonIdentityManagementAsyncClient.listEntitiesForPolicyAsync(ListEntitiesForPolicyRequest request) AmazonIdentityManagementAsyncClient.listEntitiesForPolicyAsync(ListEntitiesForPolicyRequest request, AsyncHandler<ListEntitiesForPolicyRequest, ListEntitiesForPolicyResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type ListEntitiesForPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.listEntitiesForPolicyAsync(ListEntitiesForPolicyRequest request, AsyncHandler<ListEntitiesForPolicyRequest, ListEntitiesForPolicyResult> asyncHandler) AmazonIdentityManagementAsync.listEntitiesForPolicyAsync(ListEntitiesForPolicyRequest listEntitiesForPolicyRequest, AsyncHandler<ListEntitiesForPolicyRequest, ListEntitiesForPolicyResult> asyncHandler) Lists all IAM users, groups, and roles that the specified managed policy is attached to.AmazonIdentityManagementAsyncClient.listEntitiesForPolicyAsync(ListEntitiesForPolicyRequest request, AsyncHandler<ListEntitiesForPolicyRequest, ListEntitiesForPolicyResult> asyncHandler) -
Uses of ListEntitiesForPolicyRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return ListEntitiesForPolicyRequestModifier and TypeMethodDescriptionListEntitiesForPolicyRequest.clone()ListEntitiesForPolicyRequest.withEntityFilter(EntityType entityFilter) The entity type to use for filtering the results.ListEntitiesForPolicyRequest.withEntityFilter(String entityFilter) The entity type to use for filtering the results.ListEntitiesForPolicyRequest.withMarker(String marker) Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated.ListEntitiesForPolicyRequest.withMaxItems(Integer maxItems) Use this only when paginating results to indicate the maximum number of items you want in the response.ListEntitiesForPolicyRequest.withPathPrefix(String pathPrefix) The path prefix for filtering the results.ListEntitiesForPolicyRequest.withPolicyArn(String policyArn) The Amazon Resource Name (ARN) of the IAM policy for which you want the versions.