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 ListEntitiesForPolicyRequest
ListEntitiesForPolicyRequest. clone()
ListEntitiesForPolicyRequest
ListEntitiesForPolicyRequest. withEntityFilter(EntityType entityFilter)
The entity type to use for filtering the results.ListEntitiesForPolicyRequest
ListEntitiesForPolicyRequest. withEntityFilter(String entityFilter)
The entity type to use for filtering the results.ListEntitiesForPolicyRequest
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
ListEntitiesForPolicyRequest. withMaxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number of items you want in the response.ListEntitiesForPolicyRequest
ListEntitiesForPolicyRequest. withPathPrefix(String pathPrefix)
The path prefix for filtering the results.ListEntitiesForPolicyRequest
ListEntitiesForPolicyRequest. withPolicyArn(String policyArn)
The Amazon Resource Name (ARN) of the IAM policy for which you want the versions.
-