| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
BatchEntryCompletionStatus |
BatchGetAssetPropertyAggregatesSkippedEntry.completionStatus()
The completion status of each entry that is associated with the BatchGetAssetPropertyAggregates API.
|
BatchEntryCompletionStatus |
BatchGetAssetPropertyValueHistorySkippedEntry.completionStatus()
The completion status of each entry that is associated with the BatchGetAssetPropertyValueHistory API.
|
BatchEntryCompletionStatus |
BatchGetAssetPropertyValueSkippedEntry.completionStatus()
The completion status of each entry that is associated with the BatchGetAssetPropertyValue request.
|
static BatchEntryCompletionStatus |
BatchEntryCompletionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static BatchEntryCompletionStatus |
BatchEntryCompletionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchEntryCompletionStatus[] |
BatchEntryCompletionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<BatchEntryCompletionStatus> |
BatchEntryCompletionStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyAggregatesSkippedEntry.Builder |
BatchGetAssetPropertyAggregatesSkippedEntry.Builder.completionStatus(BatchEntryCompletionStatus completionStatus)
The completion status of each entry that is associated with the BatchGetAssetPropertyAggregates API.
|
BatchGetAssetPropertyValueHistorySkippedEntry.Builder |
BatchGetAssetPropertyValueHistorySkippedEntry.Builder.completionStatus(BatchEntryCompletionStatus completionStatus)
The completion status of each entry that is associated with the BatchGetAssetPropertyValueHistory API.
|
BatchGetAssetPropertyValueSkippedEntry.Builder |
BatchGetAssetPropertyValueSkippedEntry.Builder.completionStatus(BatchEntryCompletionStatus completionStatus)
The completion status of each entry that is associated with the BatchGetAssetPropertyValue request.
|
Copyright © 2022. All rights reserved.