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