| Package | Description |
|---|---|
| com.amazonaws.services.ioteventsdata.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteDetectorErrorEntry |
BatchDeleteDetectorErrorEntry.clone() |
BatchDeleteDetectorErrorEntry |
BatchDeleteDetectorErrorEntry.withErrorCode(ErrorCode errorCode)
The error code.
|
BatchDeleteDetectorErrorEntry |
BatchDeleteDetectorErrorEntry.withErrorCode(String errorCode)
The error code.
|
BatchDeleteDetectorErrorEntry |
BatchDeleteDetectorErrorEntry.withErrorMessage(String errorMessage)
A message that describes the error.
|
BatchDeleteDetectorErrorEntry |
BatchDeleteDetectorErrorEntry.withMessageId(String messageId)
The ID of the message that caused the error.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchDeleteDetectorErrorEntry> |
BatchDeleteDetectorResult.getBatchDeleteDetectorErrorEntries()
A list of errors associated with the request, or an empty array (
[]) if there are no errors. |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteDetectorResult |
BatchDeleteDetectorResult.withBatchDeleteDetectorErrorEntries(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 |
|---|---|
void |
BatchDeleteDetectorResult.setBatchDeleteDetectorErrorEntries(Collection<BatchDeleteDetectorErrorEntry> batchDeleteDetectorErrorEntries)
A list of errors associated with the request, or an empty array (
[]) if there are no errors. |
BatchDeleteDetectorResult |
BatchDeleteDetectorResult.withBatchDeleteDetectorErrorEntries(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.