| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
default ListUsersResponse |
IamClient.listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)
Lists the IAM users that have the specified path prefix.
|
default CompletableFuture<ListUsersResponse> |
IamAsyncClient.listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)
Lists the IAM users that have the specified path prefix.
|
default ListUsersIterable |
IamClient.listUsersPaginator(Consumer<ListUsersRequest.Builder> listUsersRequest)
Lists the IAM users that have the specified path prefix.
|
default ListUsersPublisher |
IamAsyncClient.listUsersPaginator(Consumer<ListUsersRequest.Builder> listUsersRequest)
Lists the IAM users that have the specified path prefix.
|
| Modifier and Type | Method and Description |
|---|---|
static ListUsersRequest.Builder |
ListUsersRequest.builder() |
ListUsersRequest.Builder |
ListUsersRequest.Builder.marker(String marker)
Use this parameter only when paginating results and only after you receive a response indicating that the
results are truncated.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.maxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number of items you want in the response.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListUsersRequest.Builder |
ListUsersRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListUsersRequest.Builder |
ListUsersRequest.Builder.pathPrefix(String pathPrefix)
The path prefix for filtering the results.
|
ListUsersRequest.Builder |
ListUsersRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListUsersRequest.Builder> |
ListUsersRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.