Uses of Interface
software.amazon.awssdk.services.quicksight.model.AxisLogarithmicScale.Builder
-
Packages that use AxisLogarithmicScale.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AxisLogarithmicScale.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return AxisLogarithmicScale.Builder Modifier and Type Method Description AxisLogarithmicScale.BuilderAxisLogarithmicScale.Builder. base(Double base)The base setup of a logarithmic axis scale.static AxisLogarithmicScale.BuilderAxisLogarithmicScale. builder()AxisLogarithmicScale.BuilderAxisLogarithmicScale. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AxisLogarithmicScale.Builder Modifier and Type Method Description static Class<? extends AxisLogarithmicScale.Builder>AxisLogarithmicScale. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type AxisLogarithmicScale.Builder Modifier and Type Method Description default AxisScale.BuilderAxisScale.Builder. logarithmic(Consumer<AxisLogarithmicScale.Builder> logarithmic)The logarithmic axis scale setup.
-