| Package | Description |
|---|---|
| com.amazonaws.services.ioteventsdata.model |
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateDetectorErrorEntry |
BatchUpdateDetectorErrorEntry.clone() |
BatchUpdateDetectorErrorEntry |
BatchUpdateDetectorErrorEntry.withErrorCode(ErrorCode errorCode)
The error code.
|
BatchUpdateDetectorErrorEntry |
BatchUpdateDetectorErrorEntry.withErrorCode(String errorCode)
The error code.
|
BatchUpdateDetectorErrorEntry |
BatchUpdateDetectorErrorEntry.withErrorMessage(String errorMessage)
A message that describes the error.
|
BatchUpdateDetectorErrorEntry |
BatchUpdateDetectorErrorEntry.withMessageId(String messageId)
The
"messageId" of the update request that caused the error. |
| Modifier and Type | Method and Description |
|---|---|
List<BatchUpdateDetectorErrorEntry> |
BatchUpdateDetectorResult.getBatchUpdateDetectorErrorEntries()
A list of those detector updates that resulted in errors.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateDetectorResult |
BatchUpdateDetectorResult.withBatchUpdateDetectorErrorEntries(BatchUpdateDetectorErrorEntry... batchUpdateDetectorErrorEntries)
A list of those detector updates that resulted in errors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchUpdateDetectorResult.setBatchUpdateDetectorErrorEntries(Collection<BatchUpdateDetectorErrorEntry> batchUpdateDetectorErrorEntries)
A list of those detector updates that resulted in errors.
|
BatchUpdateDetectorResult |
BatchUpdateDetectorResult.withBatchUpdateDetectorErrorEntries(Collection<BatchUpdateDetectorErrorEntry> batchUpdateDetectorErrorEntries)
A list of those detector updates that resulted in errors.
|
Copyright © 2021. All rights reserved.