Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
static DataSetImportMode |
DataSetImportMode.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
DataSetSummary |
DataSetSummary.withImportMode(DataSetImportMode importMode)
A value that indicates whether you want to import the data into SPICE.
|
DataSet |
DataSet.withImportMode(DataSetImportMode importMode)
A value that indicates whether you want to import the data into SPICE.
|
UpdateDataSetRequest |
UpdateDataSetRequest.withImportMode(DataSetImportMode importMode)
Indicates whether you want to import the data into SPICE.
|
CreateDataSetRequest |
CreateDataSetRequest.withImportMode(DataSetImportMode importMode)
Indicates whether you want to import the data into SPICE.
|
Copyright © 2023. All rights reserved.