| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmessaging |
The Amazon Chime SDK Messaging APIs in this section allow software developers to send and receive messages in custom
messaging applications.
|
| software.amazon.awssdk.services.chimesdkmessaging.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListChannelBansResponse |
ChimeSdkMessagingClient.listChannelBans(Consumer<ListChannelBansRequest.Builder> listChannelBansRequest)
Lists all the users and bots banned from a particular channel.
|
default ListChannelBansResponse |
ChimeSdkMessagingClient.listChannelBans(ListChannelBansRequest listChannelBansRequest)
Lists all the users and bots banned from a particular channel.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListChannelBansResponse> |
ChimeSdkMessagingAsyncClient.listChannelBans(Consumer<ListChannelBansRequest.Builder> listChannelBansRequest)
Lists all the users and bots banned from a particular channel.
|
default CompletableFuture<ListChannelBansResponse> |
ChimeSdkMessagingAsyncClient.listChannelBans(ListChannelBansRequest listChannelBansRequest)
Lists all the users and bots 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 © 2023. All rights reserved.