Uses of Class
software.amazon.awssdk.services.medialive.model.InputAttachment
-
Packages that use InputAttachment Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of InputAttachment in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type InputAttachment Modifier and Type Method Description List<InputAttachment>Channel. inputAttachments()List of input attachments for channel.List<InputAttachment>ChannelSummary. inputAttachments()List of input attachments for channel.List<InputAttachment>CreateChannelRequest. inputAttachments()List of input attachments for channel.List<InputAttachment>DeleteChannelResponse. inputAttachments()List of input attachments for channel.List<InputAttachment>DescribeChannelResponse. inputAttachments()List of input attachments for channel.List<InputAttachment>RestartChannelPipelinesResponse. inputAttachments()List of input attachments for channel.List<InputAttachment>StartChannelResponse. inputAttachments()List of input attachments for channel.List<InputAttachment>StopChannelResponse. inputAttachments()List of input attachments for channel.List<InputAttachment>UpdateChannelRequest. inputAttachments()Returns the value of the InputAttachments property for this object.Methods in software.amazon.awssdk.services.medialive.model with parameters of type InputAttachment Modifier and Type Method Description Channel.BuilderChannel.Builder. inputAttachments(InputAttachment... inputAttachments)List of input attachments for channel.ChannelSummary.BuilderChannelSummary.Builder. inputAttachments(InputAttachment... inputAttachments)List of input attachments for channel.CreateChannelRequest.BuilderCreateChannelRequest.Builder. inputAttachments(InputAttachment... inputAttachments)List of input attachments for channel.DeleteChannelResponse.BuilderDeleteChannelResponse.Builder. inputAttachments(InputAttachment... inputAttachments)List of input attachments for channel.DescribeChannelResponse.BuilderDescribeChannelResponse.Builder. inputAttachments(InputAttachment... inputAttachments)List of input attachments for channel.RestartChannelPipelinesResponse.BuilderRestartChannelPipelinesResponse.Builder. inputAttachments(InputAttachment... inputAttachments)List of input attachments for channel.StartChannelResponse.BuilderStartChannelResponse.Builder. inputAttachments(InputAttachment... inputAttachments)List of input attachments for channel.StopChannelResponse.BuilderStopChannelResponse.Builder. inputAttachments(InputAttachment... inputAttachments)List of input attachments for channel.UpdateChannelRequest.BuilderUpdateChannelRequest.Builder. inputAttachments(InputAttachment... inputAttachments)Sets the value of the InputAttachments property for this object.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type InputAttachment Modifier and Type Method Description Channel.BuilderChannel.Builder. inputAttachments(Collection<InputAttachment> inputAttachments)List of input attachments for channel.ChannelSummary.BuilderChannelSummary.Builder. inputAttachments(Collection<InputAttachment> inputAttachments)List of input attachments for channel.CreateChannelRequest.BuilderCreateChannelRequest.Builder. inputAttachments(Collection<InputAttachment> inputAttachments)List of input attachments for channel.DeleteChannelResponse.BuilderDeleteChannelResponse.Builder. inputAttachments(Collection<InputAttachment> inputAttachments)List of input attachments for channel.DescribeChannelResponse.BuilderDescribeChannelResponse.Builder. inputAttachments(Collection<InputAttachment> inputAttachments)List of input attachments for channel.RestartChannelPipelinesResponse.BuilderRestartChannelPipelinesResponse.Builder. inputAttachments(Collection<InputAttachment> inputAttachments)List of input attachments for channel.StartChannelResponse.BuilderStartChannelResponse.Builder. inputAttachments(Collection<InputAttachment> inputAttachments)List of input attachments for channel.StopChannelResponse.BuilderStopChannelResponse.Builder. inputAttachments(Collection<InputAttachment> inputAttachments)List of input attachments for channel.UpdateChannelRequest.BuilderUpdateChannelRequest.Builder. inputAttachments(Collection<InputAttachment> inputAttachments)Sets the value of the InputAttachments property for this object.
-