| 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 |
|---|---|
GetGroupResult |
AmazonIdentityManagementClient.getGroup(GetGroupRequest getGroupRequest)
Returns a list of users that are in the specified group.
|
GetGroupResult |
AmazonIdentityManagement.getGroup(GetGroupRequest getGroupRequest)
Returns a list of users that are in the specified group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetGroupResult> |
AmazonIdentityManagementAsync.getGroupAsync(GetGroupRequest getGroupRequest)
Returns a list of users that are in the specified group.
|
Future<GetGroupResult> |
AmazonIdentityManagementAsyncClient.getGroupAsync(GetGroupRequest getGroupRequest)
Returns a list of users that are in the specified group.
|
Future<GetGroupResult> |
AmazonIdentityManagementAsync.getGroupAsync(GetGroupRequest getGroupRequest,
AsyncHandler<GetGroupRequest,GetGroupResult> asyncHandler)
Returns a list of users that are in the specified group.
|
Future<GetGroupResult> |
AmazonIdentityManagementAsyncClient.getGroupAsync(GetGroupRequest getGroupRequest,
AsyncHandler<GetGroupRequest,GetGroupResult> asyncHandler)
Returns a list of users that are in the specified group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetGroupResult> |
AmazonIdentityManagementAsync.getGroupAsync(GetGroupRequest getGroupRequest,
AsyncHandler<GetGroupRequest,GetGroupResult> asyncHandler)
Returns a list of users that are in the specified group.
|
Future<GetGroupResult> |
AmazonIdentityManagementAsyncClient.getGroupAsync(GetGroupRequest getGroupRequest,
AsyncHandler<GetGroupRequest,GetGroupResult> asyncHandler)
Returns a list of users that are in the specified group.
|
| Modifier and Type | Method and Description |
|---|---|
GetGroupResult |
GetGroupResult.clone() |
GetGroupResult |
GetGroupResult.withGroup(Group group)
Information about the group.
|
GetGroupResult |
GetGroupResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.
|
GetGroupResult |
GetGroupResult.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. |
GetGroupResult |
GetGroupResult.withUsers(Collection<User> users)
A list of users in the group.
|
GetGroupResult |
GetGroupResult.withUsers(User... users)
A list of users in the group.
|
Copyright © 2015. All rights reserved.