Uses of Class
software.amazon.awssdk.services.medialive.model.ChannelEngineVersionResponse
-
Packages that use ChannelEngineVersionResponse Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of ChannelEngineVersionResponse in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return ChannelEngineVersionResponse Modifier and Type Method Description ChannelEngineVersionResponseChannel. channelEngineVersion()Requested engine version for this channel.ChannelEngineVersionResponseChannelSummary. channelEngineVersion()The engine version that you requested for this channel.ChannelEngineVersionResponseDeleteChannelResponse. channelEngineVersion()Requested engine version for this channel.ChannelEngineVersionResponseDescribeChannelResponse. channelEngineVersion()Requested engine version for this channel.ChannelEngineVersionResponsePipelineDetail. channelEngineVersion()Current engine version of the encoder for this pipeline.ChannelEngineVersionResponseRestartChannelPipelinesResponse. channelEngineVersion()Requested engine version for this channel.ChannelEngineVersionResponseStartChannelResponse. channelEngineVersion()Requested engine version for this channel.ChannelEngineVersionResponseStopChannelResponse. channelEngineVersion()Requested engine version for this channel.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type ChannelEngineVersionResponse Modifier and Type Method Description List<ChannelEngineVersionResponse>ChannelSummary. usedChannelEngineVersions()The engine version that the running pipelines are using.List<ChannelEngineVersionResponse>ListVersionsResponse. versions()List of engine versions that are available for this AWS account.Methods in software.amazon.awssdk.services.medialive.model with parameters of type ChannelEngineVersionResponse Modifier and Type Method Description Channel.BuilderChannel.Builder. channelEngineVersion(ChannelEngineVersionResponse channelEngineVersion)Requested engine version for this channel.ChannelSummary.BuilderChannelSummary.Builder. channelEngineVersion(ChannelEngineVersionResponse channelEngineVersion)The engine version that you requested for this channel.DeleteChannelResponse.BuilderDeleteChannelResponse.Builder. channelEngineVersion(ChannelEngineVersionResponse channelEngineVersion)Requested engine version for this channel.DescribeChannelResponse.BuilderDescribeChannelResponse.Builder. channelEngineVersion(ChannelEngineVersionResponse channelEngineVersion)Requested engine version for this channel.PipelineDetail.BuilderPipelineDetail.Builder. channelEngineVersion(ChannelEngineVersionResponse channelEngineVersion)Current engine version of the encoder for this pipeline.RestartChannelPipelinesResponse.BuilderRestartChannelPipelinesResponse.Builder. channelEngineVersion(ChannelEngineVersionResponse channelEngineVersion)Requested engine version for this channel.StartChannelResponse.BuilderStartChannelResponse.Builder. channelEngineVersion(ChannelEngineVersionResponse channelEngineVersion)Requested engine version for this channel.StopChannelResponse.BuilderStopChannelResponse.Builder. channelEngineVersion(ChannelEngineVersionResponse channelEngineVersion)Requested engine version for this channel.ChannelSummary.BuilderChannelSummary.Builder. usedChannelEngineVersions(ChannelEngineVersionResponse... usedChannelEngineVersions)The engine version that the running pipelines are using.ListVersionsResponse.BuilderListVersionsResponse.Builder. versions(ChannelEngineVersionResponse... versions)List of engine versions that are available for this AWS account.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type ChannelEngineVersionResponse Modifier and Type Method Description ChannelSummary.BuilderChannelSummary.Builder. usedChannelEngineVersions(Collection<ChannelEngineVersionResponse> usedChannelEngineVersions)The engine version that the running pipelines are using.ListVersionsResponse.BuilderListVersionsResponse.Builder. versions(Collection<ChannelEngineVersionResponse> versions)List of engine versions that are available for this AWS account.
-