Uses of Interface
software.amazon.awssdk.services.quicksight.model.FilledMapSortConfiguration.Builder
-
Packages that use FilledMapSortConfiguration.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of FilledMapSortConfiguration.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return FilledMapSortConfiguration.Builder Modifier and Type Method Description static FilledMapSortConfiguration.BuilderFilledMapSortConfiguration. builder()FilledMapSortConfiguration.BuilderFilledMapSortConfiguration.Builder. categorySort(Collection<FieldSortOptions> categorySort)The sort configuration of the location fields.FilledMapSortConfiguration.BuilderFilledMapSortConfiguration.Builder. categorySort(Consumer<FieldSortOptions.Builder>... categorySort)The sort configuration of the location fields.FilledMapSortConfiguration.BuilderFilledMapSortConfiguration.Builder. categorySort(FieldSortOptions... categorySort)The sort configuration of the location fields.FilledMapSortConfiguration.BuilderFilledMapSortConfiguration. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type FilledMapSortConfiguration.Builder Modifier and Type Method Description static Class<? extends FilledMapSortConfiguration.Builder>FilledMapSortConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type FilledMapSortConfiguration.Builder Modifier and Type Method Description default FilledMapConfiguration.BuilderFilledMapConfiguration.Builder. sortConfiguration(Consumer<FilledMapSortConfiguration.Builder> sortConfiguration)The sort configuration of aFilledMapVisual.
-