| 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.
|
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 |
|---|---|
GetGroupRequest |
GetGroupRequest.clone() |
GetGroupRequest |
GetGroupRequest.withGroupName(String groupName)
The name of the group.
|
GetGroupRequest |
GetGroupRequest.withMarker(String marker)
Use this parameter only when paginating results and only after you
receive a response indicating that the results are truncated.
|
GetGroupRequest |
GetGroupRequest.withMaxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number
of items you want in the response.
|
Copyright © 2015. All rights reserved.