| 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 ListAccountsResponse |
ChimeClient.listAccounts()
Lists the Amazon Chime accounts under the administrator's AWS account.
|
default ListAccountsResponse |
ChimeClient.listAccounts(Consumer<ListAccountsRequest.Builder> listAccountsRequest)
Lists the Amazon Chime accounts under the administrator's AWS account.
|
default ListAccountsResponse |
ChimeClient.listAccounts(ListAccountsRequest listAccountsRequest)
Lists the Amazon Chime accounts under the administrator's AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAccountsResponse> |
ChimeAsyncClient.listAccounts()
Lists the Amazon Chime accounts under the administrator's AWS account.
|
default CompletableFuture<ListAccountsResponse> |
ChimeAsyncClient.listAccounts(Consumer<ListAccountsRequest.Builder> listAccountsRequest)
Lists the Amazon Chime accounts under the administrator's AWS account.
|
default CompletableFuture<ListAccountsResponse> |
ChimeAsyncClient.listAccounts(ListAccountsRequest listAccountsRequest)
Lists the Amazon Chime accounts under the administrator's AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAccountsResponse> |
ListAccountsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAccountsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAccountsResponse> subscriber) |
Copyright © 2022. All rights reserved.