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 ListGroupsResult
AbstractAmazonIdentityManagement. listGroups()
ListGroupsResult
AbstractAmazonIdentityManagement. listGroups(ListGroupsRequest request)
ListGroupsResult
AmazonIdentityManagement. listGroups()
Simplified method form for invoking the ListGroups operation.ListGroupsResult
AmazonIdentityManagement. listGroups(ListGroupsRequest listGroupsRequest)
Lists the IAM groups that have the specified path prefix.ListGroupsResult
AmazonIdentityManagementClient. listGroups()
ListGroupsResult
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 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 ListGroupsResult
ListGroupsResult. clone()
ListGroupsResult
ListGroupsResult. withGroups(Group... groups)
A list of groups.ListGroupsResult
ListGroupsResult. withGroups(Collection<Group> groups)
A list of groups.ListGroupsResult
ListGroupsResult. withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.ListGroupsResult
ListGroupsResult. withMarker(String marker)
WhenIsTruncated
istrue
, this element is present and contains the value to use for theMarker
parameter in a subsequent pagination request.
-