| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetAssetPropertyValueHistoryResponse.Builder |
BatchGetAssetPropertyValueHistoryResponse.builder() |
BatchGetAssetPropertyValueHistoryResponse.Builder |
BatchGetAssetPropertyValueHistoryResponse.Builder.errorEntries(BatchGetAssetPropertyValueHistoryErrorEntry... errorEntries)
A list of the errors (if any) associated with the batch request.
|
BatchGetAssetPropertyValueHistoryResponse.Builder |
BatchGetAssetPropertyValueHistoryResponse.Builder.errorEntries(Collection<BatchGetAssetPropertyValueHistoryErrorEntry> errorEntries)
A list of the errors (if any) associated with the batch request.
|
BatchGetAssetPropertyValueHistoryResponse.Builder |
BatchGetAssetPropertyValueHistoryResponse.Builder.errorEntries(Consumer<BatchGetAssetPropertyValueHistoryErrorEntry.Builder>... errorEntries)
A list of the errors (if any) associated with the batch request.
|
BatchGetAssetPropertyValueHistoryResponse.Builder |
BatchGetAssetPropertyValueHistoryResponse.Builder.nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
BatchGetAssetPropertyValueHistoryResponse.Builder |
BatchGetAssetPropertyValueHistoryResponse.Builder.skippedEntries(BatchGetAssetPropertyValueHistorySkippedEntry... skippedEntries)
A list of entries that were not processed by this batch request.
|
BatchGetAssetPropertyValueHistoryResponse.Builder |
BatchGetAssetPropertyValueHistoryResponse.Builder.skippedEntries(Collection<BatchGetAssetPropertyValueHistorySkippedEntry> skippedEntries)
A list of entries that were not processed by this batch request.
|
BatchGetAssetPropertyValueHistoryResponse.Builder |
BatchGetAssetPropertyValueHistoryResponse.Builder.skippedEntries(Consumer<BatchGetAssetPropertyValueHistorySkippedEntry.Builder>... skippedEntries)
A list of entries that were not processed by this batch request.
|
BatchGetAssetPropertyValueHistoryResponse.Builder |
BatchGetAssetPropertyValueHistoryResponse.Builder.successEntries(BatchGetAssetPropertyValueHistorySuccessEntry... successEntries)
A list of entries that were processed successfully by this batch request.
|
BatchGetAssetPropertyValueHistoryResponse.Builder |
BatchGetAssetPropertyValueHistoryResponse.Builder.successEntries(Collection<BatchGetAssetPropertyValueHistorySuccessEntry> successEntries)
A list of entries that were processed successfully by this batch request.
|
BatchGetAssetPropertyValueHistoryResponse.Builder |
BatchGetAssetPropertyValueHistoryResponse.Builder.successEntries(Consumer<BatchGetAssetPropertyValueHistorySuccessEntry.Builder>... successEntries)
A list of entries that were processed successfully by this batch request.
|
BatchGetAssetPropertyValueHistoryResponse.Builder |
BatchGetAssetPropertyValueHistoryResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchGetAssetPropertyValueHistoryResponse.Builder> |
BatchGetAssetPropertyValueHistoryResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.