Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.BatchCreateChannelMembershipResponse
-
Packages that use BatchCreateChannelMembershipResponse 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. -
-
Uses of BatchCreateChannelMembershipResponse in software.amazon.awssdk.services.chimesdkmessaging
Methods in software.amazon.awssdk.services.chimesdkmessaging that return BatchCreateChannelMembershipResponse Modifier and Type Method Description default BatchCreateChannelMembershipResponseChimeSdkMessagingClient. batchCreateChannelMembership(Consumer<BatchCreateChannelMembershipRequest.Builder> batchCreateChannelMembershipRequest)Adds a specified number of users and bots to a channel.default BatchCreateChannelMembershipResponseChimeSdkMessagingClient. batchCreateChannelMembership(BatchCreateChannelMembershipRequest batchCreateChannelMembershipRequest)Adds a specified number of users and bots to a channel.Methods in software.amazon.awssdk.services.chimesdkmessaging that return types with arguments of type BatchCreateChannelMembershipResponse Modifier and Type Method Description default CompletableFuture<BatchCreateChannelMembershipResponse>ChimeSdkMessagingAsyncClient. batchCreateChannelMembership(Consumer<BatchCreateChannelMembershipRequest.Builder> batchCreateChannelMembershipRequest)Adds a specified number of users and bots to a channel.default CompletableFuture<BatchCreateChannelMembershipResponse>ChimeSdkMessagingAsyncClient. batchCreateChannelMembership(BatchCreateChannelMembershipRequest batchCreateChannelMembershipRequest)Adds a specified number of users and bots to a channel.
-