| 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 CompletableFuture<ListUsersResponse> |
IamAsyncClient.listUsers(ListUsersRequest 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.
|
default ListUsersPublisher |
IamAsyncClient.listUsersPaginator(ListUsersRequest listUsersRequest)
Lists the IAM users that have the specified path prefix.
|
default ListUsersIterable |
IamClient.listUsersPaginator(ListUsersRequest listUsersRequest)
Lists the IAM users that have the specified path prefix.
|
| Constructor and Description |
|---|
ListUsersIterable(IamClient client,
ListUsersRequest firstRequest) |
ListUsersPublisher(IamAsyncClient client,
ListUsersRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListUsersRequestMarshaller.marshall(ListUsersRequest listUsersRequest) |
Copyright © 2023. All rights reserved.