Package | Description |
---|---|
com.amazonaws.services.identitymanagement | |
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
Future<ListGroupsForUserResult> |
AbstractAmazonIdentityManagementAsync.listGroupsForUserAsync(ListGroupsForUserRequest request,
AsyncHandler<ListGroupsForUserRequest,ListGroupsForUserResult> asyncHandler) |
Future<ListGroupsForUserResult> |
AmazonIdentityManagementAsync.listGroupsForUserAsync(ListGroupsForUserRequest listGroupsForUserRequest,
AsyncHandler<ListGroupsForUserRequest,ListGroupsForUserResult> asyncHandler)
Lists the IAM groups that the specified IAM user belongs to.
|
Future<ListGroupsForUserResult> |
AmazonIdentityManagementAsyncClient.listGroupsForUserAsync(ListGroupsForUserRequest request,
AsyncHandler<ListGroupsForUserRequest,ListGroupsForUserResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListGroupsForUserRequest |
ListGroupsForUserRequest.clone() |
ListGroupsForUserRequest |
ListGroupsForUserRequest.withMarker(String marker)
Use this parameter only when paginating results and only after you
receive a response indicating that the results are truncated.
|
ListGroupsForUserRequest |
ListGroupsForUserRequest.withMaxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number of
items you want in the response.
|
ListGroupsForUserRequest |
ListGroupsForUserRequest.withUserName(String userName)
The name of the user to list groups for.
|
Copyright © 2018. All rights reserved.