Uses of Class
software.amazon.awssdk.services.quicksight.model.GradientStop
-
Packages that use GradientStop Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of GradientStop in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type GradientStop Modifier and Type Method Description List<GradientStop>GradientColor. stops()The list of gradient color stops.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type GradientStop Modifier and Type Method Description GradientColor.BuilderGradientColor.Builder. stops(GradientStop... stops)The list of gradient color stops.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type GradientStop Modifier and Type Method Description GradientColor.BuilderGradientColor.Builder. stops(Collection<GradientStop> stops)The list of gradient color stops.
-