Uses of Class
software.amazon.awssdk.services.medialive.model.StartChannelRequest
-
Packages that use StartChannelRequest Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLivesoftware.amazon.awssdk.services.medialive.transform -
-
Uses of StartChannelRequest in software.amazon.awssdk.services.medialive
Methods in software.amazon.awssdk.services.medialive with parameters of type StartChannelRequest Modifier and Type Method Description default CompletableFuture<StartChannelResponse>MediaLiveAsyncClient. startChannel(StartChannelRequest startChannelRequest)Starts an existing channeldefault StartChannelResponseMediaLiveClient. startChannel(StartChannelRequest startChannelRequest)Starts an existing channel -
Uses of StartChannelRequest in software.amazon.awssdk.services.medialive.transform
Methods in software.amazon.awssdk.services.medialive.transform with parameters of type StartChannelRequest Modifier and Type Method Description SdkHttpFullRequestStartChannelRequestMarshaller. marshall(StartChannelRequest startChannelRequest)
-