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