| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
Channel |
GetChannelResponse.channel()
|
Channel |
CreateChannelResponse.channel()
|
Channel |
StreamSession.channel()
The properties of the channel at the time of going live.
|
Channel |
UpdateChannelResponse.channel()
Returns the value of the Channel property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Channel> |
BatchGetChannelResponse.channels()
|
| Modifier and Type | Method and Description |
|---|---|
GetChannelResponse.Builder |
GetChannelResponse.Builder.channel(Channel channel)
|
CreateChannelResponse.Builder |
CreateChannelResponse.Builder.channel(Channel channel)
|
StreamSession.Builder |
StreamSession.Builder.channel(Channel channel)
The properties of the channel at the time of going live.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.channel(Channel channel)
Sets the value of the Channel property for this object.
|
BatchGetChannelResponse.Builder |
BatchGetChannelResponse.Builder.channels(Channel... channels)
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetChannelResponse.Builder |
BatchGetChannelResponse.Builder.channels(Collection<Channel> channels)
|
Copyright © 2023. All rights reserved.