| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default BatchCreateChannelMembershipResponse |
ChimeSdkMessagingClient.batchCreateChannelMembership(BatchCreateChannelMembershipRequest batchCreateChannelMembershipRequest)
Adds a specified number of users and bots to a channel.
|
default BatchCreateChannelMembershipResponse |
ChimeSdkMessagingClient.batchCreateChannelMembership(Consumer<BatchCreateChannelMembershipRequest.Builder> batchCreateChannelMembershipRequest)
Adds a specified number of users and bots to a channel.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<BatchCreateChannelMembershipResponse> |
ChimeSdkMessagingAsyncClient.batchCreateChannelMembership(BatchCreateChannelMembershipRequest batchCreateChannelMembershipRequest)
Adds a specified number of users and bots to a channel.
|
default CompletableFuture<BatchCreateChannelMembershipResponse> |
ChimeSdkMessagingAsyncClient.batchCreateChannelMembership(Consumer<BatchCreateChannelMembershipRequest.Builder> batchCreateChannelMembershipRequest)
Adds a specified number of users and bots to a channel.
|
Copyright © 2023. All rights reserved.