| Package | Description |
|---|---|
| com.amazonaws.services.ioteventsdata.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteDetectorRequest |
DeleteDetectorRequest.clone() |
DeleteDetectorRequest |
DeleteDetectorRequest.withDetectorModelName(String detectorModelName)
The name of the detector model that was used to create the detector instance.
|
DeleteDetectorRequest |
DeleteDetectorRequest.withKeyValue(String keyValue)
The value of the key used to identify the detector.
|
DeleteDetectorRequest |
DeleteDetectorRequest.withMessageId(String messageId)
The ID to assign to the
DeleteDetectorRequest. |
| Modifier and Type | Method and Description |
|---|---|
List<DeleteDetectorRequest> |
BatchDeleteDetectorRequest.getDetectors()
The list of one or more detectors to be deleted.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteDetectorRequest |
BatchDeleteDetectorRequest.withDetectors(DeleteDetectorRequest... detectors)
The list of one or more detectors to be deleted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDeleteDetectorRequest.setDetectors(Collection<DeleteDetectorRequest> detectors)
The list of one or more detectors to be deleted.
|
BatchDeleteDetectorRequest |
BatchDeleteDetectorRequest.withDetectors(Collection<DeleteDetectorRequest> detectors)
The list of one or more detectors to be deleted.
|
Copyright © 2023. All rights reserved.