| Package | Description |
|---|---|
| software.amazon.awssdk.services.ioteventsdata.model |
| Modifier and Type | Method and Description |
|---|---|
List<BatchDeleteDetectorErrorEntry> |
BatchDeleteDetectorResponse.batchDeleteDetectorErrorEntries()
A list of errors associated with the request, or an empty array (
[]) if there are no errors. |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteDetectorResponse.Builder |
BatchDeleteDetectorResponse.Builder.batchDeleteDetectorErrorEntries(BatchDeleteDetectorErrorEntry... batchDeleteDetectorErrorEntries)
A list of errors associated with the request, or an empty array (
[]) if there are no errors. |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteDetectorResponse.Builder |
BatchDeleteDetectorResponse.Builder.batchDeleteDetectorErrorEntries(Collection<BatchDeleteDetectorErrorEntry> batchDeleteDetectorErrorEntries)
A list of errors associated with the request, or an empty array (
[]) if there are no errors. |
Copyright © 2023. All rights reserved.