| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators | |
| software.amazon.awssdk.services.iam.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetGroupResponse> |
IamAsyncClient.getGroup(GetGroupRequest getGroupRequest)
Returns a list of IAM users that are in the specified IAM group.
|
default GetGroupResponse |
IamClient.getGroup(GetGroupRequest getGroupRequest)
Returns a list of IAM users that are in the specified IAM group.
|
default GetGroupPublisher |
IamAsyncClient.getGroupPaginator(GetGroupRequest getGroupRequest)
Returns a list of IAM users that are in the specified IAM group.
|
default GetGroupIterable |
IamClient.getGroupPaginator(GetGroupRequest getGroupRequest)
Returns a list of IAM users that are in the specified IAM group.
|
| Constructor and Description |
|---|
GetGroupIterable(IamClient client,
GetGroupRequest firstRequest) |
GetGroupPublisher(IamAsyncClient client,
GetGroupRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetGroupRequestMarshaller.marshall(GetGroupRequest getGroupRequest) |
Copyright © 2023. All rights reserved.