| 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 ListChannelMembershipsForAppInstanceUserResponse |
ChimeClient.listChannelMembershipsForAppInstanceUser(Consumer<ListChannelMembershipsForAppInstanceUserRequest.Builder> listChannelMembershipsForAppInstanceUserRequest)
Lists all channels that a particular
AppInstanceUser is a part of. |
default ListChannelMembershipsForAppInstanceUserResponse |
ChimeClient.listChannelMembershipsForAppInstanceUser(ListChannelMembershipsForAppInstanceUserRequest listChannelMembershipsForAppInstanceUserRequest)
Lists all channels that a particular
AppInstanceUser is a part of. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListChannelMembershipsForAppInstanceUserResponse> |
ChimeAsyncClient.listChannelMembershipsForAppInstanceUser(Consumer<ListChannelMembershipsForAppInstanceUserRequest.Builder> listChannelMembershipsForAppInstanceUserRequest)
Lists all channels that a particular
AppInstanceUser is a part of. |
default CompletableFuture<ListChannelMembershipsForAppInstanceUserResponse> |
ChimeAsyncClient.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.