Uses of Class
software.amazon.awssdk.services.medialive.model.CreateChannelRequest
-
Packages that use CreateChannelRequest Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLivesoftware.amazon.awssdk.services.medialive.transform -
-
Uses of CreateChannelRequest in software.amazon.awssdk.services.medialive
Methods in software.amazon.awssdk.services.medialive with parameters of type CreateChannelRequest Modifier and Type Method Description default CompletableFuture<CreateChannelResponse>MediaLiveAsyncClient. createChannel(CreateChannelRequest createChannelRequest)Creates a new channeldefault CreateChannelResponseMediaLiveClient. createChannel(CreateChannelRequest createChannelRequest)Creates a new channel -
Uses of CreateChannelRequest in software.amazon.awssdk.services.medialive.transform
Methods in software.amazon.awssdk.services.medialive.transform with parameters of type CreateChannelRequest Modifier and Type Method Description SdkHttpFullRequestCreateChannelRequestMarshaller. marshall(CreateChannelRequest createChannelRequest)
-