| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
BatchPutAssetPropertyError |
BatchPutAssetPropertyError.clone() |
BatchPutAssetPropertyError |
BatchPutAssetPropertyError.withErrorCode(BatchPutAssetPropertyValueErrorCode errorCode)
The error code.
|
BatchPutAssetPropertyError |
BatchPutAssetPropertyError.withErrorCode(String errorCode)
The error code.
|
BatchPutAssetPropertyError |
BatchPutAssetPropertyError.withErrorMessage(String errorMessage)
The associated error message.
|
BatchPutAssetPropertyError |
BatchPutAssetPropertyError.withTimestamps(Collection<TimeInNanos> timestamps)
A list of timestamps for each error, if any.
|
BatchPutAssetPropertyError |
BatchPutAssetPropertyError.withTimestamps(TimeInNanos... timestamps)
A list of timestamps for each error, if any.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchPutAssetPropertyError> |
BatchPutAssetPropertyErrorEntry.getErrors()
The list of update property value errors.
|
| Modifier and Type | Method and Description |
|---|---|
BatchPutAssetPropertyErrorEntry |
BatchPutAssetPropertyErrorEntry.withErrors(BatchPutAssetPropertyError... errors)
The list of update property value errors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchPutAssetPropertyErrorEntry.setErrors(Collection<BatchPutAssetPropertyError> errors)
The list of update property value errors.
|
BatchPutAssetPropertyErrorEntry |
BatchPutAssetPropertyErrorEntry.withErrors(Collection<BatchPutAssetPropertyError> errors)
The list of update property value errors.
|
Copyright © 2021. All rights reserved.