| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
List<InputAttachment> |
DeleteChannelResponse.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> |
StartChannelResponse.inputAttachments()
List of input attachments for channel.
|
List<InputAttachment> |
DescribeChannelResponse.inputAttachments()
List of input attachments for channel.
|
List<InputAttachment> |
UpdateChannelRequest.inputAttachments()
Returns the value of the InputAttachments property for this object.
|
List<InputAttachment> |
Channel.inputAttachments()
List of input attachments for channel.
|
List<InputAttachment> |
StopChannelResponse.inputAttachments()
List of input attachments for channel.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteChannelResponse.Builder |
DeleteChannelResponse.Builder.inputAttachments(InputAttachment... inputAttachments)
List of input attachments for channel.
|
ChannelSummary.Builder |
ChannelSummary.Builder.inputAttachments(InputAttachment... inputAttachments)
List of input attachments for channel.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.inputAttachments(InputAttachment... inputAttachments)
List of input attachments for channel.
|
StartChannelResponse.Builder |
StartChannelResponse.Builder.inputAttachments(InputAttachment... inputAttachments)
List of input attachments for channel.
|
DescribeChannelResponse.Builder |
DescribeChannelResponse.Builder.inputAttachments(InputAttachment... inputAttachments)
List of input attachments for channel.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.inputAttachments(InputAttachment... inputAttachments)
Sets the value of the InputAttachments property for this object.
|
Channel.Builder |
Channel.Builder.inputAttachments(InputAttachment... inputAttachments)
List of input attachments for channel.
|
StopChannelResponse.Builder |
StopChannelResponse.Builder.inputAttachments(InputAttachment... inputAttachments)
List of input attachments for channel.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteChannelResponse.Builder |
DeleteChannelResponse.Builder.inputAttachments(Collection<InputAttachment> inputAttachments)
List of input attachments for channel.
|
ChannelSummary.Builder |
ChannelSummary.Builder.inputAttachments(Collection<InputAttachment> inputAttachments)
List of input attachments for channel.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.inputAttachments(Collection<InputAttachment> inputAttachments)
List of input attachments for channel.
|
StartChannelResponse.Builder |
StartChannelResponse.Builder.inputAttachments(Collection<InputAttachment> inputAttachments)
List of input attachments for channel.
|
DescribeChannelResponse.Builder |
DescribeChannelResponse.Builder.inputAttachments(Collection<InputAttachment> inputAttachments)
List of input attachments for channel.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.inputAttachments(Collection<InputAttachment> inputAttachments)
Sets the value of the InputAttachments property for this object.
|
Channel.Builder |
Channel.Builder.inputAttachments(Collection<InputAttachment> inputAttachments)
List of input attachments for channel.
|
StopChannelResponse.Builder |
StopChannelResponse.Builder.inputAttachments(Collection<InputAttachment> inputAttachments)
List of input attachments for channel.
|
Copyright © 2022. All rights reserved.