| 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 ListGroupsResponse |
IamClient.listGroups(ListGroupsRequest 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.
|
default ListGroupsIterable |
IamClient.listGroupsPaginator(ListGroupsRequest listGroupsRequest)
Lists the IAM groups that have the specified path prefix.
|
default ListGroupsPublisher |
IamAsyncClient.listGroupsPaginator(ListGroupsRequest listGroupsRequest)
Lists the IAM groups that have the specified path prefix.
|
| Constructor and Description |
|---|
ListGroupsIterable(IamClient client,
ListGroupsRequest firstRequest) |
ListGroupsPublisher(IamAsyncClient client,
ListGroupsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListGroupsRequestMarshaller.marshall(ListGroupsRequest listGroupsRequest) |
Copyright © 2023. All rights reserved.