Uses of Interface
software.amazon.awssdk.services.iotevents.model.StartDetectorModelAnalysisResponse.Builder
-
Packages that use StartDetectorModelAnalysisResponse.Builder Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of StartDetectorModelAnalysisResponse.Builder in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return StartDetectorModelAnalysisResponse.Builder Modifier and Type Method Description StartDetectorModelAnalysisResponse.BuilderStartDetectorModelAnalysisResponse.Builder. analysisId(String analysisId)The ID that you can use to retrieve the analysis result.static StartDetectorModelAnalysisResponse.BuilderStartDetectorModelAnalysisResponse. builder()StartDetectorModelAnalysisResponse.BuilderStartDetectorModelAnalysisResponse. toBuilder()Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type StartDetectorModelAnalysisResponse.Builder Modifier and Type Method Description static Class<? extends StartDetectorModelAnalysisResponse.Builder>StartDetectorModelAnalysisResponse. serializableBuilderClass()
-