| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyValueSkippedEntry |
BatchGetAssetPropertyValueSkippedEntry.clone() |
BatchGetAssetPropertyValueSkippedEntry |
BatchGetAssetPropertyValueSkippedEntry.withCompletionStatus(BatchEntryCompletionStatus completionStatus)
The completion status of each entry that is associated with the BatchGetAssetPropertyValue request.
|
BatchGetAssetPropertyValueSkippedEntry |
BatchGetAssetPropertyValueSkippedEntry.withCompletionStatus(String completionStatus)
The completion status of each entry that is associated with the BatchGetAssetPropertyValue request.
|
BatchGetAssetPropertyValueSkippedEntry |
BatchGetAssetPropertyValueSkippedEntry.withEntryId(String entryId)
The ID of the entry.
|
BatchGetAssetPropertyValueSkippedEntry |
BatchGetAssetPropertyValueSkippedEntry.withErrorInfo(BatchGetAssetPropertyValueErrorInfo errorInfo)
The error information, such as the error code and the timestamp.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchGetAssetPropertyValueSkippedEntry> |
BatchGetAssetPropertyValueResult.getSkippedEntries()
A list of entries that were not processed by this batch request.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyValueResult |
BatchGetAssetPropertyValueResult.withSkippedEntries(BatchGetAssetPropertyValueSkippedEntry... skippedEntries)
A list of entries that were not processed by this batch request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetAssetPropertyValueResult.setSkippedEntries(Collection<BatchGetAssetPropertyValueSkippedEntry> skippedEntries)
A list of entries that were not processed by this batch request.
|
BatchGetAssetPropertyValueResult |
BatchGetAssetPropertyValueResult.withSkippedEntries(Collection<BatchGetAssetPropertyValueSkippedEntry> skippedEntries)
A list of entries that were not processed by this batch request.
|
Copyright © 2024. All rights reserved.