Uses of Class
software.amazon.awssdk.services.quicksight.model.DataSetUsageConfiguration
-
Packages that use DataSetUsageConfiguration Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of DataSetUsageConfiguration in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return DataSetUsageConfiguration Modifier and Type Method Description DataSetUsageConfigurationCreateDataSetRequest. dataSetUsageConfiguration()Returns the value of the DataSetUsageConfiguration property for this object.DataSetUsageConfigurationDataSet. dataSetUsageConfiguration()The usage configuration to apply to child datasets that reference this dataset as a source.DataSetUsageConfigurationUpdateDataSetRequest. dataSetUsageConfiguration()Returns the value of the DataSetUsageConfiguration property for this object.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type DataSetUsageConfiguration Modifier and Type Method Description CreateDataSetRequest.BuilderCreateDataSetRequest.Builder. dataSetUsageConfiguration(DataSetUsageConfiguration dataSetUsageConfiguration)Sets the value of the DataSetUsageConfiguration property for this object.DataSet.BuilderDataSet.Builder. dataSetUsageConfiguration(DataSetUsageConfiguration dataSetUsageConfiguration)The usage configuration to apply to child datasets that reference this dataset as a source.UpdateDataSetRequest.BuilderUpdateDataSetRequest.Builder. dataSetUsageConfiguration(DataSetUsageConfiguration dataSetUsageConfiguration)Sets the value of the DataSetUsageConfiguration property for this object.
-