Uses of Interface
software.amazon.awssdk.services.ioteventsdata.model.BatchUpdateDetectorRequest.Builder
-
Packages that use BatchUpdateDetectorRequest.Builder Package Description software.amazon.awssdk.services.ioteventsdata IoT Events monitors your equipment or device fleets for failures or changes in operation, and triggers actions when such events occur.software.amazon.awssdk.services.ioteventsdata.model -
-
Uses of BatchUpdateDetectorRequest.Builder in software.amazon.awssdk.services.ioteventsdata
Method parameters in software.amazon.awssdk.services.ioteventsdata with type arguments of type BatchUpdateDetectorRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchUpdateDetectorResponse>IotEventsDataAsyncClient. batchUpdateDetector(Consumer<BatchUpdateDetectorRequest.Builder> batchUpdateDetectorRequest)Updates the state, variable values, and timer settings of one or more detectors (instances) of a specified detector model.default BatchUpdateDetectorResponseIotEventsDataClient. batchUpdateDetector(Consumer<BatchUpdateDetectorRequest.Builder> batchUpdateDetectorRequest)Updates the state, variable values, and timer settings of one or more detectors (instances) of a specified detector model. -
Uses of BatchUpdateDetectorRequest.Builder in software.amazon.awssdk.services.ioteventsdata.model
Methods in software.amazon.awssdk.services.ioteventsdata.model that return BatchUpdateDetectorRequest.Builder Modifier and Type Method Description static BatchUpdateDetectorRequest.BuilderBatchUpdateDetectorRequest. builder()BatchUpdateDetectorRequest.BuilderBatchUpdateDetectorRequest.Builder. detectors(Collection<UpdateDetectorRequest> detectors)The list of detectors (instances) to update, along with the values to update.BatchUpdateDetectorRequest.BuilderBatchUpdateDetectorRequest.Builder. detectors(Consumer<UpdateDetectorRequest.Builder>... detectors)The list of detectors (instances) to update, along with the values to update.BatchUpdateDetectorRequest.BuilderBatchUpdateDetectorRequest.Builder. detectors(UpdateDetectorRequest... detectors)The list of detectors (instances) to update, along with the values to update.BatchUpdateDetectorRequest.BuilderBatchUpdateDetectorRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchUpdateDetectorRequest.BuilderBatchUpdateDetectorRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchUpdateDetectorRequest.BuilderBatchUpdateDetectorRequest. toBuilder()Methods in software.amazon.awssdk.services.ioteventsdata.model that return types with arguments of type BatchUpdateDetectorRequest.Builder Modifier and Type Method Description static Class<? extends BatchUpdateDetectorRequest.Builder>BatchUpdateDetectorRequest. serializableBuilderClass()
-