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