Package | Description |
---|---|
com.amazonaws.services.identitymanagement |
Synchronous and asynchronous client classes for accessing AmazonIdentityManagement.
|
com.amazonaws.services.identitymanagement.model |
Classes modeling the various types represented by AmazonIdentityManagement.
|
Modifier and Type | Method and Description |
---|---|
ListGroupsForUserResult |
AmazonIdentityManagementClient.listGroupsForUser(ListGroupsForUserRequest listGroupsForUserRequest)
Lists the groups the specified user belongs to.
|
ListGroupsForUserResult |
AmazonIdentityManagement.listGroupsForUser(ListGroupsForUserRequest listGroupsForUserRequest)
Lists the groups the specified user belongs to.
|
Modifier and Type | Method and Description |
---|---|
Future<ListGroupsForUserResult> |
AmazonIdentityManagementAsync.listGroupsForUserAsync(ListGroupsForUserRequest listGroupsForUserRequest)
Lists the groups the specified user belongs to.
|
Future<ListGroupsForUserResult> |
AmazonIdentityManagementAsyncClient.listGroupsForUserAsync(ListGroupsForUserRequest listGroupsForUserRequest)
Lists the groups the specified user belongs to.
|
Future<ListGroupsForUserResult> |
AmazonIdentityManagementAsync.listGroupsForUserAsync(ListGroupsForUserRequest listGroupsForUserRequest,
AsyncHandler<ListGroupsForUserRequest,ListGroupsForUserResult> asyncHandler)
Lists the groups the specified user belongs to.
|
Future<ListGroupsForUserResult> |
AmazonIdentityManagementAsyncClient.listGroupsForUserAsync(ListGroupsForUserRequest listGroupsForUserRequest,
AsyncHandler<ListGroupsForUserRequest,ListGroupsForUserResult> asyncHandler)
Lists the groups the specified user belongs to.
|
Modifier and Type | Method and Description |
---|---|
Future<ListGroupsForUserResult> |
AmazonIdentityManagementAsync.listGroupsForUserAsync(ListGroupsForUserRequest listGroupsForUserRequest,
AsyncHandler<ListGroupsForUserRequest,ListGroupsForUserResult> asyncHandler)
Lists the groups the specified user belongs to.
|
Future<ListGroupsForUserResult> |
AmazonIdentityManagementAsyncClient.listGroupsForUserAsync(ListGroupsForUserRequest listGroupsForUserRequest,
AsyncHandler<ListGroupsForUserRequest,ListGroupsForUserResult> asyncHandler)
Lists the groups the specified user belongs to.
|
Modifier and Type | Method and Description |
---|---|
ListGroupsForUserResult |
ListGroupsForUserResult.withGroups(Collection<Group> groups)
A list of groups.
|
ListGroupsForUserResult |
ListGroupsForUserResult.withGroups(Group... groups)
A list of groups.
|
ListGroupsForUserResult |
ListGroupsForUserResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more groups to list.
|
ListGroupsForUserResult |
ListGroupsForUserResult.withMarker(String marker)
If
IsTruncated is true , this element is
present and contains the value to use for the Marker
parameter in a subsequent pagination request. |
Copyright © 2014. All rights reserved.