| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListGroupsResponse |
IamClient.listGroups()
Lists the IAM groups that have the specified path prefix.
|
default ListGroupsResponse |
IamClient.listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)
Lists the IAM groups that have the specified path prefix.
|
default ListGroupsResponse |
IamClient.listGroups(ListGroupsRequest listGroupsRequest)
Lists the IAM groups that have the specified path prefix.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListGroupsResponse> |
IamAsyncClient.listGroups()
Lists the IAM groups that have the specified path prefix.
|
default CompletableFuture<ListGroupsResponse> |
IamAsyncClient.listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)
Lists the IAM groups that have the specified path prefix.
|
default CompletableFuture<ListGroupsResponse> |
IamAsyncClient.listGroups(ListGroupsRequest listGroupsRequest)
Lists the IAM groups that have the specified path prefix.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListGroupsResponse> |
ListGroupsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListGroupsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListGroupsResponse> subscriber) |
Copyright © 2023. All rights reserved.