Uses of Class
software.amazon.awssdk.services.iotsitewise.model.ComputeLocation
-
Packages that use ComputeLocation Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of ComputeLocation in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return ComputeLocation Modifier and Type Method Description ComputeLocationMetricProcessingConfig. computeLocation()The compute location for the given metric property.ComputeLocationTransformProcessingConfig. computeLocation()The compute location for the given transform property.static ComputeLocationComputeLocation. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ComputeLocationComputeLocation. valueOf(String name)Returns the enum constant of this type with the specified name.static ComputeLocation[]ComputeLocation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type ComputeLocation Modifier and Type Method Description static Set<ComputeLocation>ComputeLocation. knownValues()Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type ComputeLocation Modifier and Type Method Description MetricProcessingConfig.BuilderMetricProcessingConfig.Builder. computeLocation(ComputeLocation computeLocation)The compute location for the given metric property.TransformProcessingConfig.BuilderTransformProcessingConfig.Builder. computeLocation(ComputeLocation computeLocation)The compute location for the given transform property.
-