| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
BatchPutAssetPropertyErrorEntry |
BatchPutAssetPropertyErrorEntry.clone() |
BatchPutAssetPropertyErrorEntry |
BatchPutAssetPropertyErrorEntry.withEntryId(String entryId)
The ID of the failed entry.
|
BatchPutAssetPropertyErrorEntry |
BatchPutAssetPropertyErrorEntry.withErrors(BatchPutAssetPropertyError... errors)
The list of update property value errors.
|
BatchPutAssetPropertyErrorEntry |
BatchPutAssetPropertyErrorEntry.withErrors(Collection<BatchPutAssetPropertyError> errors)
The list of update property value errors.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchPutAssetPropertyErrorEntry> |
BatchPutAssetPropertyValueResult.getErrorEntries()
A list of the errors (if any) associated with the batch put request.
|
| Modifier and Type | Method and Description |
|---|---|
BatchPutAssetPropertyValueResult |
BatchPutAssetPropertyValueResult.withErrorEntries(BatchPutAssetPropertyErrorEntry... errorEntries)
A list of the errors (if any) associated with the batch put request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchPutAssetPropertyValueResult.setErrorEntries(Collection<BatchPutAssetPropertyErrorEntry> errorEntries)
A list of the errors (if any) associated with the batch put request.
|
BatchPutAssetPropertyValueResult |
BatchPutAssetPropertyValueResult.withErrorEntries(Collection<BatchPutAssetPropertyErrorEntry> errorEntries)
A list of the errors (if any) associated with the batch put request.
|
Copyright © 2020. All rights reserved.