Uses of Class
software.amazon.awssdk.services.ioteventsdata.model.DescribeDetectorRequest
-
Packages that use DescribeDetectorRequest 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.transform -
-
Uses of DescribeDetectorRequest in software.amazon.awssdk.services.ioteventsdata
Methods in software.amazon.awssdk.services.ioteventsdata with parameters of type DescribeDetectorRequest Modifier and Type Method Description default CompletableFuture<DescribeDetectorResponse>IotEventsDataAsyncClient. describeDetector(DescribeDetectorRequest describeDetectorRequest)Returns information about the specified detector (instance).default DescribeDetectorResponseIotEventsDataClient. describeDetector(DescribeDetectorRequest describeDetectorRequest)Returns information about the specified detector (instance). -
Uses of DescribeDetectorRequest in software.amazon.awssdk.services.ioteventsdata.transform
Methods in software.amazon.awssdk.services.ioteventsdata.transform with parameters of type DescribeDetectorRequest Modifier and Type Method Description SdkHttpFullRequestDescribeDetectorRequestMarshaller. marshall(DescribeDetectorRequest describeDetectorRequest)
-