| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static DataSetImportMode |
DataSetImportMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DataSetImportMode |
UpdateDataSetRequest.importMode()
Indicates whether you want to import the data into SPICE.
|
DataSetImportMode |
DataSet.importMode()
Indicates whether you want to import the data into SPICE.
|
DataSetImportMode |
CreateDataSetRequest.importMode()
Indicates whether you want to import the data into SPICE.
|
DataSetImportMode |
DataSetSummary.importMode()
Indicates whether you want to import the data into SPICE.
|
static DataSetImportMode |
DataSetImportMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSetImportMode[] |
DataSetImportMode.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<DataSetImportMode> |
DataSetImportMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDataSetRequest.Builder |
UpdateDataSetRequest.Builder.importMode(DataSetImportMode importMode)
Indicates whether you want to import the data into SPICE.
|
DataSet.Builder |
DataSet.Builder.importMode(DataSetImportMode importMode)
Indicates whether you want to import the data into SPICE.
|
CreateDataSetRequest.Builder |
CreateDataSetRequest.Builder.importMode(DataSetImportMode importMode)
Indicates whether you want to import the data into SPICE.
|
DataSetSummary.Builder |
DataSetSummary.Builder.importMode(DataSetImportMode importMode)
Indicates whether you want to import the data into SPICE.
|
Copyright © 2020. All rights reserved.