Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.TargetSamplingRate
-
Packages that use TargetSamplingRate Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of TargetSamplingRate in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return TargetSamplingRate Modifier and Type Method Description static TargetSamplingRateTargetSamplingRate. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TargetSamplingRateDataPreProcessingConfiguration. targetSamplingRate()The sampling rate of the data after post processing by Amazon Lookout for Equipment.static TargetSamplingRateTargetSamplingRate. valueOf(String name)Returns the enum constant of this type with the specified name.static TargetSamplingRate[]TargetSamplingRate. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type TargetSamplingRate Modifier and Type Method Description static Set<TargetSamplingRate>TargetSamplingRate. knownValues()Methods in software.amazon.awssdk.services.lookoutequipment.model with parameters of type TargetSamplingRate Modifier and Type Method Description DataPreProcessingConfiguration.BuilderDataPreProcessingConfiguration.Builder. targetSamplingRate(TargetSamplingRate targetSamplingRate)The sampling rate of the data after post processing by Amazon Lookout for Equipment.
-