| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResult |
AbstractAmazonIdentityManagement.listGroups() |
ListGroupsResult |
AmazonIdentityManagementClient.listGroups() |
ListGroupsResult |
AmazonIdentityManagement.listGroups()
Simplified method form for invoking the ListGroups operation.
|
ListGroupsResult |
AbstractAmazonIdentityManagement.listGroups(ListGroupsRequest request) |
ListGroupsResult |
AmazonIdentityManagementClient.listGroups(ListGroupsRequest request)
Lists the IAM groups that have the specified path prefix.
|
ListGroupsResult |
AmazonIdentityManagement.listGroups(ListGroupsRequest listGroupsRequest)
Lists the IAM groups that have the specified path prefix.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListGroupsResult> |
AbstractAmazonIdentityManagementAsync.listGroupsAsync()
Simplified method form for invoking the ListGroups operation.
|
Future<ListGroupsResult> |
AmazonIdentityManagementAsyncClient.listGroupsAsync()
Simplified method form for invoking the ListGroups operation.
|
Future<ListGroupsResult> |
AmazonIdentityManagementAsync.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> |
AmazonIdentityManagementAsyncClient.listGroupsAsync(AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler)
Simplified method form for invoking the ListGroups operation with an AsyncHandler.
|
Future<ListGroupsResult> |
AmazonIdentityManagementAsync.listGroupsAsync(AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler)
Simplified method form for invoking the ListGroups operation with an AsyncHandler.
|
Future<ListGroupsResult> |
AbstractAmazonIdentityManagementAsync.listGroupsAsync(ListGroupsRequest request) |
Future<ListGroupsResult> |
AmazonIdentityManagementAsyncClient.listGroupsAsync(ListGroupsRequest request) |
Future<ListGroupsResult> |
AmazonIdentityManagementAsync.listGroupsAsync(ListGroupsRequest listGroupsRequest)
Lists the IAM groups that have the specified path prefix.
|
Future<ListGroupsResult> |
AbstractAmazonIdentityManagementAsync.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
Future<ListGroupsResult> |
AmazonIdentityManagementAsyncClient.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
Future<ListGroupsResult> |
AmazonIdentityManagementAsync.listGroupsAsync(ListGroupsRequest listGroupsRequest,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler)
Lists the IAM groups that have the specified path prefix.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListGroupsResult> |
AbstractAmazonIdentityManagementAsync.listGroupsAsync(AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler)
Simplified method form for invoking the ListGroups operation with an AsyncHandler.
|
Future<ListGroupsResult> |
AmazonIdentityManagementAsyncClient.listGroupsAsync(AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler)
Simplified method form for invoking the ListGroups operation with an AsyncHandler.
|
Future<ListGroupsResult> |
AmazonIdentityManagementAsync.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> |
AmazonIdentityManagementAsyncClient.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
Future<ListGroupsResult> |
AmazonIdentityManagementAsync.listGroupsAsync(ListGroupsRequest listGroupsRequest,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler)
Lists the IAM groups that have the specified path prefix.
|
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResult |
ListGroupsResult.clone() |
ListGroupsResult |
ListGroupsResult.withGroups(Collection<Group> groups)
A list of groups.
|
ListGroupsResult |
ListGroupsResult.withGroups(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)
When
IsTruncated is true, this element is present and contains the value to use for the
Marker parameter in a subsequent pagination request. |
Copyright © 2021. All rights reserved.