| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
ComputeLocation |
MetricProcessingConfig.computeLocation()
The compute location for the given metric property.
|
ComputeLocation |
TransformProcessingConfig.computeLocation()
The compute location for the given transform property.
|
static ComputeLocation |
ComputeLocation.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ComputeLocation |
ComputeLocation.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ComputeLocation> |
ComputeLocation.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MetricProcessingConfig.Builder |
MetricProcessingConfig.Builder.computeLocation(ComputeLocation computeLocation)
The compute location for the given metric property.
|
TransformProcessingConfig.Builder |
TransformProcessingConfig.Builder.computeLocation(ComputeLocation computeLocation)
The compute location for the given transform property.
|
Copyright © 2022. All rights reserved.