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.withGroupName(String groupName)
Name of the group.
|
GetGroupRequest |
GetGroupRequest.withMarker(String marker)
Use this only when paginating results, and only in a subsequent
request after you've received a response where the results are
truncated.
|
GetGroupRequest |
GetGroupRequest.withMaxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number
of user names you want in the response.
|
Copyright © 2014. All rights reserved.