Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.CreateChannelResponse
-
Packages that use CreateChannelResponse 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 CreateChannelResponse in software.amazon.awssdk.services.chimesdkmessaging
Methods in software.amazon.awssdk.services.chimesdkmessaging that return CreateChannelResponse Modifier and Type Method Description default CreateChannelResponseChimeSdkMessagingClient. createChannel(Consumer<CreateChannelRequest.Builder> createChannelRequest)Creates a channel to which you can add users and send messages.default CreateChannelResponseChimeSdkMessagingClient. createChannel(CreateChannelRequest createChannelRequest)Creates a channel to which you can add users and send messages.Methods in software.amazon.awssdk.services.chimesdkmessaging that return types with arguments of type CreateChannelResponse Modifier and Type Method Description default CompletableFuture<CreateChannelResponse>ChimeSdkMessagingAsyncClient. createChannel(Consumer<CreateChannelRequest.Builder> createChannelRequest)Creates a channel to which you can add users and send messages.default CompletableFuture<CreateChannelResponse>ChimeSdkMessagingAsyncClient. createChannel(CreateChannelRequest createChannelRequest)Creates a channel to which you can add users and send messages.
-