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