Uses of Class
software.amazon.awssdk.services.kinesisvideo.model.ChannelProtocol
-
Packages that use ChannelProtocol Package Description software.amazon.awssdk.services.kinesisvideo.model -
-
Uses of ChannelProtocol in software.amazon.awssdk.services.kinesisvideo.model
Methods in software.amazon.awssdk.services.kinesisvideo.model that return ChannelProtocol Modifier and Type Method Description static ChannelProtocolChannelProtocol. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ChannelProtocolResourceEndpointListItem. protocol()The protocol of the signaling channel returned by theGetSignalingChannelEndpointAPI.static ChannelProtocolChannelProtocol. 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.Methods in software.amazon.awssdk.services.kinesisvideo.model that return types with arguments of type ChannelProtocol Modifier and Type Method Description static Set<ChannelProtocol>ChannelProtocol. knownValues()List<ChannelProtocol>SingleMasterChannelEndpointConfiguration. protocols()This property is used to determine the nature of communication over thisSINGLE_MASTERsignaling channel.Methods in software.amazon.awssdk.services.kinesisvideo.model with parameters of type ChannelProtocol Modifier and Type Method Description ResourceEndpointListItem.BuilderResourceEndpointListItem.Builder. protocol(ChannelProtocol protocol)The protocol of the signaling channel returned by theGetSignalingChannelEndpointAPI.SingleMasterChannelEndpointConfiguration.BuilderSingleMasterChannelEndpointConfiguration.Builder. protocols(ChannelProtocol... protocols)This property is used to determine the nature of communication over thisSINGLE_MASTERsignaling channel.Method parameters in software.amazon.awssdk.services.kinesisvideo.model with type arguments of type ChannelProtocol Modifier and Type Method Description SingleMasterChannelEndpointConfiguration.BuilderSingleMasterChannelEndpointConfiguration.Builder. protocols(Collection<ChannelProtocol> protocols)This property is used to determine the nature of communication over thisSINGLE_MASTERsignaling channel.
-