Uses of Class
software.amazon.awssdk.services.iotsitewise.model.BatchEntryCompletionStatus
-
Packages that use BatchEntryCompletionStatus Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of BatchEntryCompletionStatus in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return BatchEntryCompletionStatus Modifier and Type Method Description BatchEntryCompletionStatusBatchGetAssetPropertyAggregatesSkippedEntry. completionStatus()The completion status of each entry that is associated with the BatchGetAssetPropertyAggregates API.BatchEntryCompletionStatusBatchGetAssetPropertyValueHistorySkippedEntry. completionStatus()The completion status of each entry that is associated with the BatchGetAssetPropertyValueHistory API.BatchEntryCompletionStatusBatchGetAssetPropertyValueSkippedEntry. completionStatus()The completion status of each entry that is associated with the BatchGetAssetPropertyValue request.static BatchEntryCompletionStatusBatchEntryCompletionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BatchEntryCompletionStatusBatchEntryCompletionStatus. 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.Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type BatchEntryCompletionStatus Modifier and Type Method Description static Set<BatchEntryCompletionStatus>BatchEntryCompletionStatus. knownValues()Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type BatchEntryCompletionStatus Modifier and Type Method Description BatchGetAssetPropertyAggregatesSkippedEntry.BuilderBatchGetAssetPropertyAggregatesSkippedEntry.Builder. completionStatus(BatchEntryCompletionStatus completionStatus)The completion status of each entry that is associated with the BatchGetAssetPropertyAggregates API.BatchGetAssetPropertyValueHistorySkippedEntry.BuilderBatchGetAssetPropertyValueHistorySkippedEntry.Builder. completionStatus(BatchEntryCompletionStatus completionStatus)The completion status of each entry that is associated with the BatchGetAssetPropertyValueHistory API.BatchGetAssetPropertyValueSkippedEntry.BuilderBatchGetAssetPropertyValueSkippedEntry.Builder. completionStatus(BatchEntryCompletionStatus completionStatus)The completion status of each entry that is associated with the BatchGetAssetPropertyValue request.
-