| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListUsersResponse |
IamClient.listUsers()
Lists the IAM users that have the specified path prefix.
|
default ListUsersResponse |
IamClient.listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)
Lists the IAM users that have the specified path prefix.
|
default ListUsersResponse |
IamClient.listUsers(ListUsersRequest listUsersRequest)
Lists the IAM users that have the specified path prefix.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListUsersResponse> |
IamAsyncClient.listUsers()
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 CompletableFuture<ListUsersResponse> |
IamAsyncClient.listUsers(ListUsersRequest listUsersRequest)
Lists the IAM users that have the specified path prefix.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListUsersResponse> |
ListUsersIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListUsersPublisher.subscribe(org.reactivestreams.Subscriber<? super ListUsersResponse> subscriber) |
Copyright © 2022. All rights reserved.