| 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 | |
| software.amazon.awssdk.services.chime.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListChannelBansResponse |
ChimeClient.listChannelBans(ListChannelBansRequest 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.
|
default ListChannelBansIterable |
ChimeClient.listChannelBansPaginator(ListChannelBansRequest listChannelBansRequest)
Lists all the users banned from a particular channel.
|
default ListChannelBansPublisher |
ChimeAsyncClient.listChannelBansPaginator(ListChannelBansRequest listChannelBansRequest)
Lists all the users banned from a particular channel.
|
| Constructor and Description |
|---|
ListChannelBansIterable(ChimeClient client,
ListChannelBansRequest firstRequest) |
ListChannelBansPublisher(ChimeAsyncClient client,
ListChannelBansRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListChannelBansRequestMarshaller.marshall(ListChannelBansRequest listChannelBansRequest) |
Copyright © 2022. All rights reserved.