Package | Description |
---|---|
com.amazonaws.services.identitymanagement | |
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
ListGroupsForUserResult |
AmazonIdentityManagementClient.listGroupsForUser(ListGroupsForUserRequest listGroupsForUserRequest)
Lists the IAM groups that the specified IAM user belongs to.
|
ListGroupsForUserResult |
AbstractAmazonIdentityManagement.listGroupsForUser(ListGroupsForUserRequest request) |
ListGroupsForUserResult |
AmazonIdentityManagement.listGroupsForUser(ListGroupsForUserRequest listGroupsForUserRequest)
Lists the IAM groups that the specified IAM user belongs to.
|
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 |
---|---|
ListGroupsForUserResult |
ListGroupsForUserResult.clone() |
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 items to return.
|
ListGroupsForUserResult |
ListGroupsForUserResult.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 © 2018. All rights reserved.