Uses of Class
software.amazon.awssdk.services.medialive.model.ChannelEgressEndpoint
-
Packages that use ChannelEgressEndpoint Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of ChannelEgressEndpoint in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type ChannelEgressEndpoint Modifier and Type Method Description List<ChannelEgressEndpoint>Channel. egressEndpoints()The endpoints where outgoing connections initiate fromList<ChannelEgressEndpoint>ChannelSummary. egressEndpoints()The endpoints where outgoing connections initiate fromList<ChannelEgressEndpoint>DeleteChannelResponse. egressEndpoints()The endpoints where outgoing connections initiate fromList<ChannelEgressEndpoint>DescribeChannelResponse. egressEndpoints()The endpoints where outgoing connections initiate fromList<ChannelEgressEndpoint>RestartChannelPipelinesResponse. egressEndpoints()The endpoints where outgoing connections initiate fromList<ChannelEgressEndpoint>StartChannelResponse. egressEndpoints()The endpoints where outgoing connections initiate fromList<ChannelEgressEndpoint>StopChannelResponse. egressEndpoints()The endpoints where outgoing connections initiate fromMethods in software.amazon.awssdk.services.medialive.model with parameters of type ChannelEgressEndpoint Modifier and Type Method Description Channel.BuilderChannel.Builder. egressEndpoints(ChannelEgressEndpoint... egressEndpoints)The endpoints where outgoing connections initiate fromChannelSummary.BuilderChannelSummary.Builder. egressEndpoints(ChannelEgressEndpoint... egressEndpoints)The endpoints where outgoing connections initiate fromDeleteChannelResponse.BuilderDeleteChannelResponse.Builder. egressEndpoints(ChannelEgressEndpoint... egressEndpoints)The endpoints where outgoing connections initiate fromDescribeChannelResponse.BuilderDescribeChannelResponse.Builder. egressEndpoints(ChannelEgressEndpoint... egressEndpoints)The endpoints where outgoing connections initiate fromRestartChannelPipelinesResponse.BuilderRestartChannelPipelinesResponse.Builder. egressEndpoints(ChannelEgressEndpoint... egressEndpoints)The endpoints where outgoing connections initiate fromStartChannelResponse.BuilderStartChannelResponse.Builder. egressEndpoints(ChannelEgressEndpoint... egressEndpoints)The endpoints where outgoing connections initiate fromStopChannelResponse.BuilderStopChannelResponse.Builder. egressEndpoints(ChannelEgressEndpoint... egressEndpoints)The endpoints where outgoing connections initiate fromMethod parameters in software.amazon.awssdk.services.medialive.model with type arguments of type ChannelEgressEndpoint Modifier and Type Method Description Channel.BuilderChannel.Builder. egressEndpoints(Collection<ChannelEgressEndpoint> egressEndpoints)The endpoints where outgoing connections initiate fromChannelSummary.BuilderChannelSummary.Builder. egressEndpoints(Collection<ChannelEgressEndpoint> egressEndpoints)The endpoints where outgoing connections initiate fromDeleteChannelResponse.BuilderDeleteChannelResponse.Builder. egressEndpoints(Collection<ChannelEgressEndpoint> egressEndpoints)The endpoints where outgoing connections initiate fromDescribeChannelResponse.BuilderDescribeChannelResponse.Builder. egressEndpoints(Collection<ChannelEgressEndpoint> egressEndpoints)The endpoints where outgoing connections initiate fromRestartChannelPipelinesResponse.BuilderRestartChannelPipelinesResponse.Builder. egressEndpoints(Collection<ChannelEgressEndpoint> egressEndpoints)The endpoints where outgoing connections initiate fromStartChannelResponse.BuilderStartChannelResponse.Builder. egressEndpoints(Collection<ChannelEgressEndpoint> egressEndpoints)The endpoints where outgoing connections initiate fromStopChannelResponse.BuilderStopChannelResponse.Builder. egressEndpoints(Collection<ChannelEgressEndpoint> egressEndpoints)The endpoints where outgoing connections initiate from
-