| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime |
The Amazon Chime API (application programming interface) is designed for developers to perform key tasks, such as
creating and managing Amazon Chime accounts, users, and Voice Connectors.
|
| software.amazon.awssdk.services.chime.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListUsersResponse |
ChimeClient.listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)
Lists the users that belong to the specified Amazon Chime account.
|
default ListUsersResponse |
ChimeClient.listUsers(ListUsersRequest listUsersRequest)
Lists the users that belong to the specified Amazon Chime account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListUsersResponse> |
ChimeAsyncClient.listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)
Lists the users that belong to the specified Amazon Chime account.
|
default CompletableFuture<ListUsersResponse> |
ChimeAsyncClient.listUsers(ListUsersRequest listUsersRequest)
Lists the users that belong to the specified Amazon Chime account.
|
| 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.