| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
BatchPutPropertyError |
BatchPutPropertyError.clone() |
BatchPutPropertyError |
BatchPutPropertyError.withEntry(PropertyValueEntry entry)
An object that contains information about errors returned by the
BatchPutProperty action. |
BatchPutPropertyError |
BatchPutPropertyError.withErrorCode(String errorCode)
The error code.
|
BatchPutPropertyError |
BatchPutPropertyError.withErrorMessage(String errorMessage)
The error message.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchPutPropertyError> |
BatchPutPropertyErrorEntry.getErrors()
A list of objects that contain information about errors returned by the
BatchPutProperty action. |
| Modifier and Type | Method and Description |
|---|---|
BatchPutPropertyErrorEntry |
BatchPutPropertyErrorEntry.withErrors(BatchPutPropertyError... errors)
A list of objects that contain information about errors returned by the
BatchPutProperty action. |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchPutPropertyErrorEntry.setErrors(Collection<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. |
Copyright © 2022. All rights reserved.