Uses of Class
software.amazon.awssdk.services.iotevents.model.CreateDetectorModelResponse
-
Packages that use CreateDetectorModelResponse Package Description software.amazon.awssdk.services.iotevents AWS IoT Events monitors your equipment or device fleets for failures or changes in operation, and triggers actions when such events occur. -
-
Uses of CreateDetectorModelResponse in software.amazon.awssdk.services.iotevents
Methods in software.amazon.awssdk.services.iotevents that return CreateDetectorModelResponse Modifier and Type Method Description default CreateDetectorModelResponseIotEventsClient. createDetectorModel(Consumer<CreateDetectorModelRequest.Builder> createDetectorModelRequest)Creates a detector model.default CreateDetectorModelResponseIotEventsClient. createDetectorModel(CreateDetectorModelRequest createDetectorModelRequest)Creates a detector model.Methods in software.amazon.awssdk.services.iotevents that return types with arguments of type CreateDetectorModelResponse Modifier and Type Method Description default CompletableFuture<CreateDetectorModelResponse>IotEventsAsyncClient. createDetectorModel(Consumer<CreateDetectorModelRequest.Builder> createDetectorModelRequest)Creates a detector model.default CompletableFuture<CreateDetectorModelResponse>IotEventsAsyncClient. createDetectorModel(CreateDetectorModelRequest createDetectorModelRequest)Creates a detector model.
-