Uses of Class
com.amazonaws.services.identitymanagement.model.ListGroupsRequest
Packages that use ListGroupsRequest
Package
Description
-
Uses of ListGroupsRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type ListGroupsRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.listGroups
(ListGroupsRequest request) AmazonIdentityManagement.listGroups
(ListGroupsRequest listGroupsRequest) Lists the IAM groups that have the specified path prefix.AmazonIdentityManagementClient.listGroups
(ListGroupsRequest listGroupsRequest) Lists the IAM groups that have the specified path prefix.AbstractAmazonIdentityManagementAsync.listGroupsAsync
(ListGroupsRequest request) AbstractAmazonIdentityManagementAsync.listGroupsAsync
(ListGroupsRequest request, AsyncHandler<ListGroupsRequest, ListGroupsResult> asyncHandler) AmazonIdentityManagementAsync.listGroupsAsync
(ListGroupsRequest listGroupsRequest) Lists the IAM groups that have the specified path prefix.AmazonIdentityManagementAsync.listGroupsAsync
(ListGroupsRequest listGroupsRequest, AsyncHandler<ListGroupsRequest, ListGroupsResult> asyncHandler) Lists the IAM groups that have the specified path prefix.AmazonIdentityManagementAsyncClient.listGroupsAsync
(ListGroupsRequest request) AmazonIdentityManagementAsyncClient.listGroupsAsync
(ListGroupsRequest request, AsyncHandler<ListGroupsRequest, ListGroupsResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type ListGroupsRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.listGroupsAsync
(AsyncHandler<ListGroupsRequest, ListGroupsResult> asyncHandler) Simplified method form for invoking the ListGroups operation with an AsyncHandler.AbstractAmazonIdentityManagementAsync.listGroupsAsync
(ListGroupsRequest request, AsyncHandler<ListGroupsRequest, ListGroupsResult> asyncHandler) AmazonIdentityManagementAsync.listGroupsAsync
(AsyncHandler<ListGroupsRequest, ListGroupsResult> asyncHandler) Simplified method form for invoking the ListGroups operation with an AsyncHandler.AmazonIdentityManagementAsync.listGroupsAsync
(ListGroupsRequest listGroupsRequest, AsyncHandler<ListGroupsRequest, ListGroupsResult> asyncHandler) Lists the IAM groups that have the specified path prefix.AmazonIdentityManagementAsyncClient.listGroupsAsync
(AsyncHandler<ListGroupsRequest, ListGroupsResult> asyncHandler) Simplified method form for invoking the ListGroups operation with an AsyncHandler.AmazonIdentityManagementAsyncClient.listGroupsAsync
(ListGroupsRequest request, AsyncHandler<ListGroupsRequest, ListGroupsResult> asyncHandler) -
Uses of ListGroupsRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return ListGroupsRequestModifier and TypeMethodDescriptionListGroupsRequest.clone()
ListGroupsRequest.withMarker
(String marker) Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated.ListGroupsRequest.withMaxItems
(Integer maxItems) Use this only when paginating results to indicate the maximum number of items you want in the response.ListGroupsRequest.withPathPrefix
(String pathPrefix) The path prefix for filtering the results.