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