Uses of Class
software.amazon.awssdk.services.iotevents.model.AnalysisResultLocation
-
Packages that use AnalysisResultLocation Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of AnalysisResultLocation in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type AnalysisResultLocation Modifier and Type Method Description List<AnalysisResultLocation>AnalysisResult. locations()Contains one or more locations that you can use to locate the fields in your detector model that the analysis result references.Methods in software.amazon.awssdk.services.iotevents.model with parameters of type AnalysisResultLocation Modifier and Type Method Description AnalysisResult.BuilderAnalysisResult.Builder. locations(AnalysisResultLocation... locations)Contains one or more locations that you can use to locate the fields in your detector model that the analysis result references.Method parameters in software.amazon.awssdk.services.iotevents.model with type arguments of type AnalysisResultLocation Modifier and Type Method Description AnalysisResult.BuilderAnalysisResult.Builder. locations(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.
-