| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
GetGroupResult |
AmazonIdentityManagement.getGroup(GetGroupRequest getGroupRequest)
Returns a list of IAM users that are in the specified IAM group.
|
GetGroupResult |
AmazonIdentityManagementClient.getGroup(GetGroupRequest request)
Returns a list of IAM users that are in the specified IAM group.
|
GetGroupResult |
AbstractAmazonIdentityManagement.getGroup(GetGroupRequest request) |
Future<GetGroupResult> |
AmazonIdentityManagementAsyncClient.getGroupAsync(GetGroupRequest request) |
Future<GetGroupResult> |
AmazonIdentityManagementAsync.getGroupAsync(GetGroupRequest getGroupRequest)
Returns a list of IAM users that are in the specified IAM group.
|
Future<GetGroupResult> |
AbstractAmazonIdentityManagementAsync.getGroupAsync(GetGroupRequest request) |
Future<GetGroupResult> |
AmazonIdentityManagementAsyncClient.getGroupAsync(GetGroupRequest request,
AsyncHandler<GetGroupRequest,GetGroupResult> asyncHandler) |
Future<GetGroupResult> |
AmazonIdentityManagementAsync.getGroupAsync(GetGroupRequest getGroupRequest,
AsyncHandler<GetGroupRequest,GetGroupResult> asyncHandler)
Returns a list of IAM users that are in the specified IAM group.
|
Future<GetGroupResult> |
AbstractAmazonIdentityManagementAsync.getGroupAsync(GetGroupRequest request,
AsyncHandler<GetGroupRequest,GetGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetGroupResult> |
AmazonIdentityManagementAsyncClient.getGroupAsync(GetGroupRequest request,
AsyncHandler<GetGroupRequest,GetGroupResult> asyncHandler) |
Future<GetGroupResult> |
AmazonIdentityManagementAsync.getGroupAsync(GetGroupRequest getGroupRequest,
AsyncHandler<GetGroupRequest,GetGroupResult> asyncHandler)
Returns a list of IAM users that are in the specified IAM group.
|
Future<GetGroupResult> |
AbstractAmazonIdentityManagementAsync.getGroupAsync(GetGroupRequest request,
AsyncHandler<GetGroupRequest,GetGroupResult> asyncHandler) |
| 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 © 2021. All rights reserved.