| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
InputAttachment |
InputAttachment.clone() |
InputAttachment |
InputAttachment.withAutomaticInputFailoverSettings(AutomaticInputFailoverSettings automaticInputFailoverSettings)
User-specified settings for defining what the conditions are for declaring the input unhealthy and failing over
to a different input.
|
InputAttachment |
InputAttachment.withInputAttachmentName(String inputAttachmentName)
User-specified name for the attachment.
|
InputAttachment |
InputAttachment.withInputId(String inputId)
The ID of the input
|
InputAttachment |
InputAttachment.withInputSettings(InputSettings inputSettings)
Settings of an input (caption selector, etc.)
|
| Modifier and Type | Method and Description |
|---|---|
List<InputAttachment> |
UpdateChannelRequest.getInputAttachments() |
List<InputAttachment> |
StartChannelResult.getInputAttachments()
List of input attachments for channel.
|
List<InputAttachment> |
CreateChannelRequest.getInputAttachments()
List of input attachments for channel.
|
List<InputAttachment> |
DeleteChannelResult.getInputAttachments()
List of input attachments for channel.
|
List<InputAttachment> |
ChannelSummary.getInputAttachments()
List of input attachments for channel.
|
List<InputAttachment> |
RestartChannelPipelinesResult.getInputAttachments()
List of input attachments for channel.
|
List<InputAttachment> |
StopChannelResult.getInputAttachments()
List of input attachments for channel.
|
List<InputAttachment> |
DescribeChannelResult.getInputAttachments()
List of input attachments for channel.
|
List<InputAttachment> |
Channel.getInputAttachments()
List of input attachments for channel.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelRequest |
UpdateChannelRequest.withInputAttachments(InputAttachment... inputAttachments)
NOTE: This method appends the values to the existing list (if any).
|
StartChannelResult |
StartChannelResult.withInputAttachments(InputAttachment... inputAttachments)
List of input attachments for channel.
|
CreateChannelRequest |
CreateChannelRequest.withInputAttachments(InputAttachment... inputAttachments)
List of input attachments for channel.
|
DeleteChannelResult |
DeleteChannelResult.withInputAttachments(InputAttachment... inputAttachments)
List of input attachments for channel.
|
ChannelSummary |
ChannelSummary.withInputAttachments(InputAttachment... inputAttachments)
List of input attachments for channel.
|
RestartChannelPipelinesResult |
RestartChannelPipelinesResult.withInputAttachments(InputAttachment... inputAttachments)
List of input attachments for channel.
|
StopChannelResult |
StopChannelResult.withInputAttachments(InputAttachment... inputAttachments)
List of input attachments for channel.
|
DescribeChannelResult |
DescribeChannelResult.withInputAttachments(InputAttachment... inputAttachments)
List of input attachments for channel.
|
Channel |
Channel.withInputAttachments(InputAttachment... inputAttachments)
List of input attachments for channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateChannelRequest.setInputAttachments(Collection<InputAttachment> inputAttachments) |
void |
StartChannelResult.setInputAttachments(Collection<InputAttachment> inputAttachments)
List of input attachments for channel.
|
void |
CreateChannelRequest.setInputAttachments(Collection<InputAttachment> inputAttachments)
List of input attachments for channel.
|
void |
DeleteChannelResult.setInputAttachments(Collection<InputAttachment> inputAttachments)
List of input attachments for channel.
|
void |
ChannelSummary.setInputAttachments(Collection<InputAttachment> inputAttachments)
List of input attachments for channel.
|
void |
RestartChannelPipelinesResult.setInputAttachments(Collection<InputAttachment> inputAttachments)
List of input attachments for channel.
|
void |
StopChannelResult.setInputAttachments(Collection<InputAttachment> inputAttachments)
List of input attachments for channel.
|
void |
DescribeChannelResult.setInputAttachments(Collection<InputAttachment> inputAttachments)
List of input attachments for channel.
|
void |
Channel.setInputAttachments(Collection<InputAttachment> inputAttachments)
List of input attachments for channel.
|
UpdateChannelRequest |
UpdateChannelRequest.withInputAttachments(Collection<InputAttachment> inputAttachments) |
StartChannelResult |
StartChannelResult.withInputAttachments(Collection<InputAttachment> inputAttachments)
List of input attachments for channel.
|
CreateChannelRequest |
CreateChannelRequest.withInputAttachments(Collection<InputAttachment> inputAttachments)
List of input attachments for channel.
|
DeleteChannelResult |
DeleteChannelResult.withInputAttachments(Collection<InputAttachment> inputAttachments)
List of input attachments for channel.
|
ChannelSummary |
ChannelSummary.withInputAttachments(Collection<InputAttachment> inputAttachments)
List of input attachments for channel.
|
RestartChannelPipelinesResult |
RestartChannelPipelinesResult.withInputAttachments(Collection<InputAttachment> inputAttachments)
List of input attachments for channel.
|
StopChannelResult |
StopChannelResult.withInputAttachments(Collection<InputAttachment> inputAttachments)
List of input attachments for channel.
|
DescribeChannelResult |
DescribeChannelResult.withInputAttachments(Collection<InputAttachment> inputAttachments)
List of input attachments for channel.
|
Channel |
Channel.withInputAttachments(Collection<InputAttachment> inputAttachments)
List of input attachments for channel.
|
Copyright © 2024. All rights reserved.