| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyValueErrorEntry |
BatchGetAssetPropertyValueErrorEntry.clone() |
BatchGetAssetPropertyValueErrorEntry |
BatchGetAssetPropertyValueErrorEntry.withEntryId(String entryId)
The ID of the entry.
|
BatchGetAssetPropertyValueErrorEntry |
BatchGetAssetPropertyValueErrorEntry.withErrorCode(BatchGetAssetPropertyValueErrorCode errorCode)
The error code.
|
BatchGetAssetPropertyValueErrorEntry |
BatchGetAssetPropertyValueErrorEntry.withErrorCode(String errorCode)
The error code.
|
BatchGetAssetPropertyValueErrorEntry |
BatchGetAssetPropertyValueErrorEntry.withErrorMessage(String errorMessage)
The associated error message.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchGetAssetPropertyValueErrorEntry> |
BatchGetAssetPropertyValueResult.getErrorEntries()
A list of the errors (if any) associated with the batch request.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyValueResult |
BatchGetAssetPropertyValueResult.withErrorEntries(BatchGetAssetPropertyValueErrorEntry... errorEntries)
A list of the errors (if any) associated with the batch request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetAssetPropertyValueResult.setErrorEntries(Collection<BatchGetAssetPropertyValueErrorEntry> errorEntries)
A list of the errors (if any) associated with the batch request.
|
BatchGetAssetPropertyValueResult |
BatchGetAssetPropertyValueResult.withErrorEntries(Collection<BatchGetAssetPropertyValueErrorEntry> errorEntries)
A list of the errors (if any) associated with the batch request.
|
Copyright © 2023. All rights reserved.