Package | Description |
---|---|
com.amazonaws.services.identitymanagement | |
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
ListGroupsResult |
AmazonIdentityManagementClient.listGroups(ListGroupsRequest listGroupsRequest)
Lists the IAM groups that have the specified path prefix.
|
ListGroupsResult |
AbstractAmazonIdentityManagement.listGroups(ListGroupsRequest request) |
ListGroupsResult |
AmazonIdentityManagement.listGroups(ListGroupsRequest listGroupsRequest)
Lists the IAM groups that have the specified path prefix.
|
Future<ListGroupsResult> |
AbstractAmazonIdentityManagementAsync.listGroupsAsync(ListGroupsRequest request) |
Future<ListGroupsResult> |
AmazonIdentityManagementAsync.listGroupsAsync(ListGroupsRequest listGroupsRequest)
Lists the IAM groups that have the specified path prefix.
|
Future<ListGroupsResult> |
AmazonIdentityManagementAsyncClient.listGroupsAsync(ListGroupsRequest request) |
Future<ListGroupsResult> |
AbstractAmazonIdentityManagementAsync.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.
|
Future<ListGroupsResult> |
AmazonIdentityManagementAsyncClient.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
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> |
AmazonIdentityManagementAsync.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> |
AbstractAmazonIdentityManagementAsync.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.
|
Future<ListGroupsResult> |
AmazonIdentityManagementAsyncClient.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.