Uses of Class
com.amazonaws.services.identitymanagement.model.ListGroupsRequest
-
Packages that use ListGroupsRequest Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of ListGroupsRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type ListGroupsRequest Modifier and Type Method Description ListGroupsResult
AbstractAmazonIdentityManagement. listGroups(ListGroupsRequest request)
ListGroupsResult
AmazonIdentityManagement. listGroups(ListGroupsRequest listGroupsRequest)
Lists the IAM groups that have the specified path prefix.ListGroupsResult
AmazonIdentityManagementClient. listGroups(ListGroupsRequest listGroupsRequest)
Lists the IAM groups that have the specified path prefix.Future<ListGroupsResult>
AbstractAmazonIdentityManagementAsync. listGroupsAsync(ListGroupsRequest request)
Future<ListGroupsResult>
AbstractAmazonIdentityManagementAsync. listGroupsAsync(ListGroupsRequest request, AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler)
Future<ListGroupsResult>
AmazonIdentityManagementAsync. listGroupsAsync(ListGroupsRequest listGroupsRequest)
Lists the IAM groups that have the specified path prefix.Future<ListGroupsResult>
AmazonIdentityManagementAsync. listGroupsAsync(ListGroupsRequest listGroupsRequest, AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler)
Lists the IAM groups that have the specified path prefix.Future<ListGroupsResult>
AmazonIdentityManagementAsyncClient. listGroupsAsync(ListGroupsRequest request)
Future<ListGroupsResult>
AmazonIdentityManagementAsyncClient. listGroupsAsync(ListGroupsRequest request, AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler)
Method parameters in com.amazonaws.services.identitymanagement with type arguments of type ListGroupsRequest Modifier and Type Method Description Future<ListGroupsResult>
AbstractAmazonIdentityManagementAsync. listGroupsAsync(AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler)
Simplified method form for invoking the ListGroups operation with an AsyncHandler.Future<ListGroupsResult>
AbstractAmazonIdentityManagementAsync. listGroupsAsync(ListGroupsRequest request, AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler)
Future<ListGroupsResult>
AmazonIdentityManagementAsync. listGroupsAsync(AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler)
Simplified method form for invoking the ListGroups operation with an AsyncHandler.Future<ListGroupsResult>
AmazonIdentityManagementAsync. listGroupsAsync(ListGroupsRequest listGroupsRequest, AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler)
Lists the IAM groups that have the specified path prefix.Future<ListGroupsResult>
AmazonIdentityManagementAsyncClient. listGroupsAsync(AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler)
Simplified method form for invoking the ListGroups operation with an AsyncHandler.Future<ListGroupsResult>
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 ListGroupsRequest Modifier and Type Method Description ListGroupsRequest
ListGroupsRequest. clone()
ListGroupsRequest
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
ListGroupsRequest. withMaxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number of items you want in the response.ListGroupsRequest
ListGroupsRequest. withPathPrefix(String pathPrefix)
The path prefix for filtering the results.
-