Uses of Class
software.amazon.awssdk.services.firehose.model.ProcessorType
-
Packages that use ProcessorType Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of ProcessorType in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return ProcessorType Modifier and Type Method Description static ProcessorTypeProcessorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProcessorTypeProcessor. type()The type of processor.static ProcessorTypeProcessorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessorType[]ProcessorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type ProcessorType Modifier and Type Method Description static Set<ProcessorType>ProcessorType. knownValues()Methods in software.amazon.awssdk.services.firehose.model with parameters of type ProcessorType Modifier and Type Method Description Processor.BuilderProcessor.Builder. type(ProcessorType type)The type of processor.
-