| 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 ListChannelMembershipsForAppInstanceUserResponse |
ChimeSdkMessagingClient.listChannelMembershipsForAppInstanceUser(Consumer<ListChannelMembershipsForAppInstanceUserRequest.Builder> listChannelMembershipsForAppInstanceUserRequest)
Lists all channels that a particular
AppInstanceUser is a part of. |
default ListChannelMembershipsForAppInstanceUserResponse |
ChimeSdkMessagingClient.listChannelMembershipsForAppInstanceUser(ListChannelMembershipsForAppInstanceUserRequest listChannelMembershipsForAppInstanceUserRequest)
Lists all channels that a particular
AppInstanceUser is a part of. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListChannelMembershipsForAppInstanceUserResponse> |
ChimeSdkMessagingAsyncClient.listChannelMembershipsForAppInstanceUser(Consumer<ListChannelMembershipsForAppInstanceUserRequest.Builder> listChannelMembershipsForAppInstanceUserRequest)
Lists all channels that a particular
AppInstanceUser is a part of. |
default CompletableFuture<ListChannelMembershipsForAppInstanceUserResponse> |
ChimeSdkMessagingAsyncClient.listChannelMembershipsForAppInstanceUser(ListChannelMembershipsForAppInstanceUserRequest listChannelMembershipsForAppInstanceUserRequest)
Lists all channels that a particular
AppInstanceUser is a part of. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListChannelMembershipsForAppInstanceUserResponse> |
ListChannelMembershipsForAppInstanceUserIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListChannelMembershipsForAppInstanceUserPublisher.subscribe(org.reactivestreams.Subscriber<? super ListChannelMembershipsForAppInstanceUserResponse> subscriber) |
Copyright © 2022. All rights reserved.