| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
static ChannelProtocol |
ChannelProtocol.fromValue(String value)
Use this in place of valueOf.
|
static ChannelProtocol |
ChannelProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelProtocol[] |
ChannelProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceEndpointListItem |
ResourceEndpointListItem.withProtocol(ChannelProtocol protocol)
The protocol of the signaling channel returned by the
GetSignalingChannelEndpoint API. |
SingleMasterChannelEndpointConfiguration |
SingleMasterChannelEndpointConfiguration.withProtocols(ChannelProtocol... protocols)
This property is used to determine the nature of communication over this
SINGLE_MASTER signaling
channel. |
Copyright © 2024. All rights reserved.