Uses of Class
software.amazon.awssdk.services.chimesdkmediapipelines.model.LiveConnectorSinkType
-
Packages that use LiveConnectorSinkType Package Description software.amazon.awssdk.services.chimesdkmediapipelines.model -
-
Uses of LiveConnectorSinkType in software.amazon.awssdk.services.chimesdkmediapipelines.model
Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return LiveConnectorSinkType Modifier and Type Method Description static LiveConnectorSinkTypeLiveConnectorSinkType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LiveConnectorSinkTypeLiveConnectorSinkConfiguration. sinkType()The sink configuration's sink type.static LiveConnectorSinkTypeLiveConnectorSinkType. valueOf(String name)Returns the enum constant of this type with the specified name.static LiveConnectorSinkType[]LiveConnectorSinkType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return types with arguments of type LiveConnectorSinkType Modifier and Type Method Description static Set<LiveConnectorSinkType>LiveConnectorSinkType. knownValues()Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model with parameters of type LiveConnectorSinkType Modifier and Type Method Description LiveConnectorSinkConfiguration.BuilderLiveConnectorSinkConfiguration.Builder. sinkType(LiveConnectorSinkType sinkType)The sink configuration's sink type.
-