Uses of Interface
software.amazon.awssdk.services.quicksight.model.TableStyleTarget.Builder
-
Packages that use TableStyleTarget.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TableStyleTarget.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TableStyleTarget.Builder Modifier and Type Method Description static TableStyleTarget.BuilderTableStyleTarget. builder()TableStyleTarget.BuilderTableStyleTarget.Builder. cellType(String cellType)The cell type of the table style target.TableStyleTarget.BuilderTableStyleTarget.Builder. cellType(StyledCellType cellType)The cell type of the table style target.TableStyleTarget.BuilderTableStyleTarget. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TableStyleTarget.Builder Modifier and Type Method Description static Class<? extends TableStyleTarget.Builder>TableStyleTarget. serializableBuilderClass()
-