Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.CreateChannelRequest
-
Packages that use CreateChannelRequest 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.software.amazon.awssdk.services.chimesdkmessaging.transform -
-
Uses of CreateChannelRequest in software.amazon.awssdk.services.chimesdkmessaging
Methods in software.amazon.awssdk.services.chimesdkmessaging with parameters of type CreateChannelRequest Modifier and Type Method Description default CompletableFuture<CreateChannelResponse>ChimeSdkMessagingAsyncClient. createChannel(CreateChannelRequest 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. -
Uses of CreateChannelRequest in software.amazon.awssdk.services.chimesdkmessaging.transform
Methods in software.amazon.awssdk.services.chimesdkmessaging.transform with parameters of type CreateChannelRequest Modifier and Type Method Description SdkHttpFullRequestCreateChannelRequestMarshaller. marshall(CreateChannelRequest createChannelRequest)
-