Uses of Class
software.amazon.awssdk.services.medialive.model.CreateChannelResponse
-
Packages that use CreateChannelResponse Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLive -
-
Uses of CreateChannelResponse in software.amazon.awssdk.services.medialive
Methods in software.amazon.awssdk.services.medialive that return CreateChannelResponse Modifier and Type Method Description default CreateChannelResponseMediaLiveClient. createChannel(Consumer<CreateChannelRequest.Builder> createChannelRequest)Creates a new channeldefault CreateChannelResponseMediaLiveClient. createChannel(CreateChannelRequest createChannelRequest)Creates a new channelMethods in software.amazon.awssdk.services.medialive that return types with arguments of type CreateChannelResponse Modifier and Type Method Description default CompletableFuture<CreateChannelResponse>MediaLiveAsyncClient. createChannel(Consumer<CreateChannelRequest.Builder> createChannelRequest)Creates a new channeldefault CompletableFuture<CreateChannelResponse>MediaLiveAsyncClient. createChannel(CreateChannelRequest createChannelRequest)Creates a new channel
-