| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyValueErrorCode |
BatchGetAssetPropertyValueErrorEntry.errorCode()
The error code.
|
BatchGetAssetPropertyValueErrorCode |
BatchGetAssetPropertyValueErrorInfo.errorCode()
The error code.
|
static BatchGetAssetPropertyValueErrorCode |
BatchGetAssetPropertyValueErrorCode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static BatchGetAssetPropertyValueErrorCode |
BatchGetAssetPropertyValueErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchGetAssetPropertyValueErrorCode[] |
BatchGetAssetPropertyValueErrorCode.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<BatchGetAssetPropertyValueErrorCode> |
BatchGetAssetPropertyValueErrorCode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyValueErrorEntry.Builder |
BatchGetAssetPropertyValueErrorEntry.Builder.errorCode(BatchGetAssetPropertyValueErrorCode errorCode)
The error code.
|
BatchGetAssetPropertyValueErrorInfo.Builder |
BatchGetAssetPropertyValueErrorInfo.Builder.errorCode(BatchGetAssetPropertyValueErrorCode errorCode)
The error code.
|
Copyright © 2022. All rights reserved.