| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
BatchPutPropertyErrorEntry |
BatchPutPropertyErrorEntry.clone() |
BatchPutPropertyErrorEntry |
BatchPutPropertyErrorEntry.withErrors(BatchPutPropertyError... errors)
A list of objects that contain information about errors returned by the
BatchPutProperty action. |
BatchPutPropertyErrorEntry |
BatchPutPropertyErrorEntry.withErrors(Collection<BatchPutPropertyError> errors)
A list of objects that contain information about errors returned by the
BatchPutProperty action. |
| Modifier and Type | Method and Description |
|---|---|
List<BatchPutPropertyErrorEntry> |
BatchPutPropertyValuesResult.getErrorEntries()
Entries that caused errors in the batch put operation.
|
| Modifier and Type | Method and Description |
|---|---|
BatchPutPropertyValuesResult |
BatchPutPropertyValuesResult.withErrorEntries(BatchPutPropertyErrorEntry... errorEntries)
Entries that caused errors in the batch put operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchPutPropertyValuesResult.setErrorEntries(Collection<BatchPutPropertyErrorEntry> errorEntries)
Entries that caused errors in the batch put operation.
|
BatchPutPropertyValuesResult |
BatchPutPropertyValuesResult.withErrorEntries(Collection<BatchPutPropertyErrorEntry> errorEntries)
Entries that caused errors in the batch put operation.
|
Copyright © 2023. All rights reserved.