| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime |
The Amazon Chime application programming interface (API) is designed so administrators can 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 © 2023. All rights reserved.