Uses of Class
software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyValueHistoryErrorCode
-
Packages that use BatchGetAssetPropertyValueHistoryErrorCode Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of BatchGetAssetPropertyValueHistoryErrorCode in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return BatchGetAssetPropertyValueHistoryErrorCode Modifier and Type Method Description BatchGetAssetPropertyValueHistoryErrorCodeBatchGetAssetPropertyValueHistoryErrorEntry. errorCode()The error code.BatchGetAssetPropertyValueHistoryErrorCodeBatchGetAssetPropertyValueHistoryErrorInfo. errorCode()The error code.static BatchGetAssetPropertyValueHistoryErrorCodeBatchGetAssetPropertyValueHistoryErrorCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BatchGetAssetPropertyValueHistoryErrorCodeBatchGetAssetPropertyValueHistoryErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static BatchGetAssetPropertyValueHistoryErrorCode[]BatchGetAssetPropertyValueHistoryErrorCode. 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 BatchGetAssetPropertyValueHistoryErrorCode Modifier and Type Method Description static Set<BatchGetAssetPropertyValueHistoryErrorCode>BatchGetAssetPropertyValueHistoryErrorCode. knownValues()Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type BatchGetAssetPropertyValueHistoryErrorCode Modifier and Type Method Description BatchGetAssetPropertyValueHistoryErrorEntry.BuilderBatchGetAssetPropertyValueHistoryErrorEntry.Builder. errorCode(BatchGetAssetPropertyValueHistoryErrorCode errorCode)The error code.BatchGetAssetPropertyValueHistoryErrorInfo.BuilderBatchGetAssetPropertyValueHistoryErrorInfo.Builder. errorCode(BatchGetAssetPropertyValueHistoryErrorCode errorCode)The error code.
-