Uses of Class
software.amazon.awssdk.services.chimesdkmediapipelines.model.ConcatenationSinkType
-
Packages that use ConcatenationSinkType Package Description software.amazon.awssdk.services.chimesdkmediapipelines.model -
-
Uses of ConcatenationSinkType in software.amazon.awssdk.services.chimesdkmediapipelines.model
Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return ConcatenationSinkType Modifier and Type Method Description static ConcatenationSinkTypeConcatenationSinkType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ConcatenationSinkTypeConcatenationSink. type()The type of data sink in the configuration object.static ConcatenationSinkTypeConcatenationSinkType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConcatenationSinkType[]ConcatenationSinkType. 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 ConcatenationSinkType Modifier and Type Method Description static Set<ConcatenationSinkType>ConcatenationSinkType. knownValues()Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model with parameters of type ConcatenationSinkType Modifier and Type Method Description ConcatenationSink.BuilderConcatenationSink.Builder. type(ConcatenationSinkType type)The type of data sink in the configuration object.
-