Uses of Interface
software.amazon.awssdk.services.quicksight.model.GradientStop.Builder
-
Packages that use GradientStop.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of GradientStop.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return GradientStop.Builder Modifier and Type Method Description static GradientStop.BuilderGradientStop. builder()GradientStop.BuilderGradientStop.Builder. color(String color)Determines the color.GradientStop.BuilderGradientStop.Builder. dataValue(Double dataValue)Determines the data value.GradientStop.BuilderGradientStop.Builder. gradientOffset(Double gradientOffset)Determines gradient offset value.GradientStop.BuilderGradientStop. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type GradientStop.Builder Modifier and Type Method Description static Class<? extends GradientStop.Builder>GradientStop. serializableBuilderClass()
-