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