Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.IngestProtocol
-
Packages that use IngestProtocol Package Description software.amazon.awssdk.services.ivsrealtime.model -
-
Uses of IngestProtocol in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return IngestProtocol Modifier and Type Method Description static IngestProtocolIngestProtocol. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IngestProtocolCreateIngestConfigurationRequest. ingestProtocol()Type of ingest protocol that the user employs to broadcast.IngestProtocolIngestConfiguration. ingestProtocol()Type of ingest protocol that the user employs for broadcasting.IngestProtocolIngestConfigurationSummary. ingestProtocol()Type of ingest protocol that the user employs for broadcasting.static IngestProtocolIngestProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static IngestProtocol[]IngestProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ivsrealtime.model that return types with arguments of type IngestProtocol Modifier and Type Method Description static Set<IngestProtocol>IngestProtocol. knownValues()Methods in software.amazon.awssdk.services.ivsrealtime.model with parameters of type IngestProtocol Modifier and Type Method Description CreateIngestConfigurationRequest.BuilderCreateIngestConfigurationRequest.Builder. ingestProtocol(IngestProtocol ingestProtocol)Type of ingest protocol that the user employs to broadcast.IngestConfiguration.BuilderIngestConfiguration.Builder. ingestProtocol(IngestProtocol ingestProtocol)Type of ingest protocol that the user employs for broadcasting.IngestConfigurationSummary.BuilderIngestConfigurationSummary.Builder. ingestProtocol(IngestProtocol ingestProtocol)Type of ingest protocol that the user employs for broadcasting.
-