Uses of Interface
software.amazon.awssdk.services.quicksight.model.TableCellImageSizingConfiguration.Builder
-
Packages that use TableCellImageSizingConfiguration.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TableCellImageSizingConfiguration.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TableCellImageSizingConfiguration.Builder Modifier and Type Method Description static TableCellImageSizingConfiguration.BuilderTableCellImageSizingConfiguration. builder()TableCellImageSizingConfiguration.BuilderTableCellImageSizingConfiguration.Builder. tableCellImageScalingConfiguration(String tableCellImageScalingConfiguration)The cell scaling configuration of the sizing options for the table image configuration.TableCellImageSizingConfiguration.BuilderTableCellImageSizingConfiguration.Builder. tableCellImageScalingConfiguration(TableCellImageScalingConfiguration tableCellImageScalingConfiguration)The cell scaling configuration of the sizing options for the table image configuration.TableCellImageSizingConfiguration.BuilderTableCellImageSizingConfiguration. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TableCellImageSizingConfiguration.Builder Modifier and Type Method Description static Class<? extends TableCellImageSizingConfiguration.Builder>TableCellImageSizingConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type TableCellImageSizingConfiguration.Builder Modifier and Type Method Description default TableFieldImageConfiguration.BuilderTableFieldImageConfiguration.Builder. sizingOptions(Consumer<TableCellImageSizingConfiguration.Builder> sizingOptions)The sizing options for the table image configuration.
-