| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetGroupResponse |
IamClient.getGroup(Consumer<GetGroupRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetGroupResponse> |
IamAsyncClient.getGroup(Consumer<GetGroupRequest.Builder> getGroupRequest)
Returns a list of IAM users that are in the specified IAM group.
|
default CompletableFuture<GetGroupResponse> |
IamAsyncClient.getGroup(GetGroupRequest getGroupRequest)
Returns a list of IAM users that are in the specified IAM group.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetGroupResponse> |
GetGroupIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetGroupPublisher.subscribe(org.reactivestreams.Subscriber<? super GetGroupResponse> subscriber) |
Copyright © 2022. All rights reserved.