| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
default ListGroupsResponse |
IamClient.listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)
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 ListGroupsIterable |
IamClient.listGroupsPaginator(Consumer<ListGroupsRequest.Builder> listGroupsRequest)
Lists the IAM groups that have the specified path prefix.
|
default ListGroupsPublisher |
IamAsyncClient.listGroupsPaginator(Consumer<ListGroupsRequest.Builder> listGroupsRequest)
Lists the IAM groups that have the specified path prefix.
|
| Modifier and Type | Method and Description |
|---|---|
static ListGroupsRequest.Builder |
ListGroupsRequest.builder() |
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.marker(String marker)
Use this parameter only when paginating results and only after you receive a response indicating that the
results are truncated.
|
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.maxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number of items you want in the response.
|
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.pathPrefix(String pathPrefix)
The path prefix for filtering the results.
|
ListGroupsRequest.Builder |
ListGroupsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListGroupsRequest.Builder> |
ListGroupsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.