Uses of Class
software.amazon.awssdk.services.iotevents.model.AnalysisResult
-
Packages that use AnalysisResult Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of AnalysisResult in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type AnalysisResult Modifier and Type Method Description List<AnalysisResult>GetDetectorModelAnalysisResultsResponse. analysisResults()Contains information about one or more analysis results.Methods in software.amazon.awssdk.services.iotevents.model with parameters of type AnalysisResult Modifier and Type Method Description GetDetectorModelAnalysisResultsResponse.BuilderGetDetectorModelAnalysisResultsResponse.Builder. analysisResults(AnalysisResult... analysisResults)Contains information about one or more analysis results.Method parameters in software.amazon.awssdk.services.iotevents.model with type arguments of type AnalysisResult Modifier and Type Method Description GetDetectorModelAnalysisResultsResponse.BuilderGetDetectorModelAnalysisResultsResponse.Builder. analysisResults(Collection<AnalysisResult> analysisResults)Contains information about one or more analysis results.
-