| 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 ListChannelBansResponse |
ChimeClient.listChannelBans(Consumer<ListChannelBansRequest.Builder> listChannelBansRequest)
Lists all the users banned from a particular channel.
|
default ListChannelBansResponse |
ChimeClient.listChannelBans(ListChannelBansRequest listChannelBansRequest)
Lists all the users banned from a particular channel.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListChannelBansResponse> |
ChimeAsyncClient.listChannelBans(Consumer<ListChannelBansRequest.Builder> listChannelBansRequest)
Lists all the users banned from a particular channel.
|
default CompletableFuture<ListChannelBansResponse> |
ChimeAsyncClient.listChannelBans(ListChannelBansRequest listChannelBansRequest)
Lists all the users banned from a particular channel.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListChannelBansResponse> |
ListChannelBansIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListChannelBansPublisher.subscribe(org.reactivestreams.Subscriber<? super ListChannelBansResponse> subscriber) |
Copyright © 2022. All rights reserved.