| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceEndpointListItem |
ResourceEndpointListItem.clone() |
ResourceEndpointListItem |
ResourceEndpointListItem.withProtocol(ChannelProtocol protocol)
The protocol of the signaling channel returned by the
GetSignalingChannelEndpoint API. |
ResourceEndpointListItem |
ResourceEndpointListItem.withProtocol(String protocol)
The protocol of the signaling channel returned by the
GetSignalingChannelEndpoint API. |
ResourceEndpointListItem |
ResourceEndpointListItem.withResourceEndpoint(String resourceEndpoint)
The endpoint of the signaling channel returned by the
GetSignalingChannelEndpoint API. |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceEndpointListItem> |
GetSignalingChannelEndpointResult.getResourceEndpointList()
A list of endpoints for the specified signaling channel.
|
| Modifier and Type | Method and Description |
|---|---|
GetSignalingChannelEndpointResult |
GetSignalingChannelEndpointResult.withResourceEndpointList(ResourceEndpointListItem... resourceEndpointList)
A list of endpoints for the specified signaling channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetSignalingChannelEndpointResult.setResourceEndpointList(Collection<ResourceEndpointListItem> resourceEndpointList)
A list of endpoints for the specified signaling channel.
|
GetSignalingChannelEndpointResult |
GetSignalingChannelEndpointResult.withResourceEndpointList(Collection<ResourceEndpointListItem> resourceEndpointList)
A list of endpoints for the specified signaling channel.
|
Copyright © 2023. All rights reserved.