Uses of Class
software.amazon.awssdk.services.ivs.model.CreateChannelResponse
-
Packages that use CreateChannelResponse Package Description software.amazon.awssdk.services.ivs Introduction -
-
Uses of CreateChannelResponse in software.amazon.awssdk.services.ivs
Methods in software.amazon.awssdk.services.ivs that return CreateChannelResponse Modifier and Type Method Description default CreateChannelResponseIvsClient. createChannel(Consumer<CreateChannelRequest.Builder> createChannelRequest)Creates a new channel and an associated stream key to start streaming.default CreateChannelResponseIvsClient. createChannel(CreateChannelRequest createChannelRequest)Creates a new channel and an associated stream key to start streaming.Methods in software.amazon.awssdk.services.ivs that return types with arguments of type CreateChannelResponse Modifier and Type Method Description default CompletableFuture<CreateChannelResponse>IvsAsyncClient. createChannel(Consumer<CreateChannelRequest.Builder> createChannelRequest)Creates a new channel and an associated stream key to start streaming.default CompletableFuture<CreateChannelResponse>IvsAsyncClient. createChannel(CreateChannelRequest createChannelRequest)Creates a new channel and an associated stream key to start streaming.
-