| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
BatchPutMessageErrorEntry |
BatchPutMessageErrorEntry.clone() |
BatchPutMessageErrorEntry |
BatchPutMessageErrorEntry.withErrorCode(String errorCode)
The code associated with the error.
|
BatchPutMessageErrorEntry |
BatchPutMessageErrorEntry.withErrorMessage(String errorMessage)
The message associated with the error.
|
BatchPutMessageErrorEntry |
BatchPutMessageErrorEntry.withMessageId(String messageId)
The ID of the message that caused the error.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchPutMessageErrorEntry> |
BatchPutMessageResult.getBatchPutMessageErrorEntries()
A list of any errors encountered when sending the messages to the channel.
|
| Modifier and Type | Method and Description |
|---|---|
BatchPutMessageResult |
BatchPutMessageResult.withBatchPutMessageErrorEntries(BatchPutMessageErrorEntry... batchPutMessageErrorEntries)
A list of any errors encountered when sending the messages to the channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchPutMessageResult.setBatchPutMessageErrorEntries(Collection<BatchPutMessageErrorEntry> batchPutMessageErrorEntries)
A list of any errors encountered when sending the messages to the channel.
|
BatchPutMessageResult |
BatchPutMessageResult.withBatchPutMessageErrorEntries(Collection<BatchPutMessageErrorEntry> batchPutMessageErrorEntries)
A list of any errors encountered when sending the messages to the channel.
|
Copyright © 2025. All rights reserved.