Uses of Class
com.amazonaws.services.identitymanagement.model.ListGroupsResult
Packages that use ListGroupsResult
Package
Description
-
Uses of ListGroupsResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return ListGroupsResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.listGroups()AbstractAmazonIdentityManagement.listGroups(ListGroupsRequest request) AmazonIdentityManagement.listGroups()Simplified method form for invoking the ListGroups operation.AmazonIdentityManagement.listGroups(ListGroupsRequest listGroupsRequest) Lists the IAM groups that have the specified path prefix.AmazonIdentityManagementClient.listGroups()AmazonIdentityManagementClient.listGroups(ListGroupsRequest listGroupsRequest) Lists the IAM groups that have the specified path prefix.Methods in com.amazonaws.services.identitymanagement that return types with arguments of type ListGroupsResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.listGroupsAsync()Simplified method form for invoking the ListGroups operation.AbstractAmazonIdentityManagementAsync.listGroupsAsync(AsyncHandler<ListGroupsRequest, ListGroupsResult> asyncHandler) Simplified method form for invoking the ListGroups operation with an AsyncHandler.AbstractAmazonIdentityManagementAsync.listGroupsAsync(ListGroupsRequest request) AbstractAmazonIdentityManagementAsync.listGroupsAsync(ListGroupsRequest request, AsyncHandler<ListGroupsRequest, ListGroupsResult> asyncHandler) AmazonIdentityManagementAsync.listGroupsAsync()Simplified method form for invoking the ListGroups operation.AmazonIdentityManagementAsync.listGroupsAsync(AsyncHandler<ListGroupsRequest, ListGroupsResult> asyncHandler) Simplified method form for invoking the ListGroups operation with an 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()Simplified method form for invoking the ListGroups operation.AmazonIdentityManagementAsyncClient.listGroupsAsync(AsyncHandler<ListGroupsRequest, ListGroupsResult> asyncHandler) Simplified method form for invoking the ListGroups operation with an AsyncHandler.AmazonIdentityManagementAsyncClient.listGroupsAsync(ListGroupsRequest request) AmazonIdentityManagementAsyncClient.listGroupsAsync(ListGroupsRequest request, AsyncHandler<ListGroupsRequest, ListGroupsResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type ListGroupsResultModifier 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 ListGroupsResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return ListGroupsResultModifier and TypeMethodDescriptionListGroupsResult.clone()ListGroupsResult.withGroups(Group... groups) A list of groups.ListGroupsResult.withGroups(Collection<Group> groups) A list of groups.ListGroupsResult.withIsTruncated(Boolean isTruncated) A flag that indicates whether there are more items to return.ListGroupsResult.withMarker(String marker) WhenIsTruncatedistrue, this element is present and contains the value to use for theMarkerparameter in a subsequent pagination request.