Uses of Class
software.amazon.awssdk.services.chime.model.CreateChannelResponse
-
Packages that use CreateChannelResponse Package Description software.amazon.awssdk.services.chime -
-
Uses of CreateChannelResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return CreateChannelResponse Modifier and Type Method Description default CreateChannelResponseChimeClient. createChannel(Consumer<CreateChannelRequest.Builder> createChannelRequest)Deprecated.Replaced by CreateChannel in the Amazon Chime SDK Messaging Namespacedefault CreateChannelResponseChimeClient. createChannel(CreateChannelRequest createChannelRequest)Deprecated.Replaced by CreateChannel in the Amazon Chime SDK Messaging NamespaceMethods in software.amazon.awssdk.services.chime that return types with arguments of type CreateChannelResponse Modifier and Type Method Description default CompletableFuture<CreateChannelResponse>ChimeAsyncClient. createChannel(Consumer<CreateChannelRequest.Builder> createChannelRequest)Deprecated.Replaced by CreateChannel in the Amazon Chime SDK Messaging Namespacedefault CompletableFuture<CreateChannelResponse>ChimeAsyncClient. createChannel(CreateChannelRequest createChannelRequest)Deprecated.Replaced by CreateChannel in the Amazon Chime SDK Messaging Namespace
-