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