| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
AnalysisResult |
AnalysisResult.clone() |
AnalysisResult |
AnalysisResult.withLevel(AnalysisResultLevel level)
The severity level of the analysis result.
|
AnalysisResult |
AnalysisResult.withLevel(String level)
The severity level of the analysis result.
|
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.
|
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.
|
AnalysisResult |
AnalysisResult.withMessage(String message)
Contains additional information about the analysis result.
|
AnalysisResult |
AnalysisResult.withType(String type)
The type of the analysis result.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnalysisResult> |
GetDetectorModelAnalysisResultsResult.getAnalysisResults()
Contains information about one or more analysis results.
|
| Modifier and Type | Method and Description |
|---|---|
GetDetectorModelAnalysisResultsResult |
GetDetectorModelAnalysisResultsResult.withAnalysisResults(AnalysisResult... analysisResults)
Contains information about one or more analysis results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDetectorModelAnalysisResultsResult.setAnalysisResults(Collection<AnalysisResult> analysisResults)
Contains information about one or more analysis results.
|
GetDetectorModelAnalysisResultsResult |
GetDetectorModelAnalysisResultsResult.withAnalysisResults(Collection<AnalysisResult> analysisResults)
Contains information about one or more analysis results.
|
Copyright © 2022. All rights reserved.