| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
static ChannelProtocol |
ChannelProtocol.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ChannelProtocol |
ResourceEndpointListItem.protocol()
The protocol of the signaling channel returned by the
GetSignalingChannelEndpoint API. |
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 |
|---|---|
static Set<ChannelProtocol> |
ChannelProtocol.knownValues()
|
List<ChannelProtocol> |
SingleMasterChannelEndpointConfiguration.protocols()
This property is used to determine the nature of communication over this
SINGLE_MASTER signaling
channel. |
| Modifier and Type | Method and Description |
|---|---|
ResourceEndpointListItem.Builder |
ResourceEndpointListItem.Builder.protocol(ChannelProtocol protocol)
The protocol of the signaling channel returned by the
GetSignalingChannelEndpoint API. |
SingleMasterChannelEndpointConfiguration.Builder |
SingleMasterChannelEndpointConfiguration.Builder.protocols(ChannelProtocol... protocols)
This property is used to determine the nature of communication over this
SINGLE_MASTER signaling
channel. |
| Modifier and Type | Method and Description |
|---|---|
SingleMasterChannelEndpointConfiguration.Builder |
SingleMasterChannelEndpointConfiguration.Builder.protocols(Collection<ChannelProtocol> protocols)
This property is used to determine the nature of communication over this
SINGLE_MASTER signaling
channel. |
Copyright © 2023. All rights reserved.