Uses of Interface
software.amazon.awssdk.services.quicksight.model.MinimumLabelType.Builder
-
Packages that use MinimumLabelType.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of MinimumLabelType.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return MinimumLabelType.Builder Modifier and Type Method Description static MinimumLabelType.BuilderMinimumLabelType. builder()MinimumLabelType.BuilderMinimumLabelType. toBuilder()MinimumLabelType.BuilderMinimumLabelType.Builder. visibility(String visibility)The visibility of the minimum label.MinimumLabelType.BuilderMinimumLabelType.Builder. visibility(Visibility visibility)The visibility of the minimum label.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type MinimumLabelType.Builder Modifier and Type Method Description static Class<? extends MinimumLabelType.Builder>MinimumLabelType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type MinimumLabelType.Builder Modifier and Type Method Description default DataLabelType.BuilderDataLabelType.Builder. minimumLabelType(Consumer<MinimumLabelType.Builder> minimumLabelType)Determines the label configuration for the minimum value in a visual.
-