| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
AnalysisResultLocation |
AnalysisResultLocation.clone() |
AnalysisResultLocation |
AnalysisResultLocation.withPath(String path)
A JsonPath expression that identifies the error field in your
detector model.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnalysisResultLocation> |
AnalysisResult.getLocations()
Contains one or more locations that you can use to locate the fields in your detector model that the analysis
result references.
|
| Modifier and Type | Method and Description |
|---|---|
AnalysisResult |
AnalysisResult.withLocations(AnalysisResultLocation... locations)
Contains one or more locations that you can use to locate the fields in your detector model that the analysis
result references.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnalysisResult.setLocations(Collection<AnalysisResultLocation> locations)
Contains one or more locations that you can use to locate the fields in your detector model that the analysis
result references.
|
AnalysisResult |
AnalysisResult.withLocations(Collection<AnalysisResultLocation> locations)
Contains one or more locations that you can use to locate the fields in your detector model that the analysis
result references.
|
Copyright © 2021. All rights reserved.