Uses of Class
software.amazon.awssdk.services.quicksight.model.GeospatialGradientStepColor
-
Packages that use GeospatialGradientStepColor Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of GeospatialGradientStepColor in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type GeospatialGradientStepColor Modifier and Type Method Description List<GeospatialGradientStepColor>GeospatialGradientColor. stepColors()A list of gradient step colors for the gradient.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type GeospatialGradientStepColor Modifier and Type Method Description GeospatialGradientColor.BuilderGeospatialGradientColor.Builder. stepColors(GeospatialGradientStepColor... stepColors)A list of gradient step colors for the gradient.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type GeospatialGradientStepColor Modifier and Type Method Description GeospatialGradientColor.BuilderGeospatialGradientColor.Builder. stepColors(Collection<GeospatialGradientStepColor> stepColors)A list of gradient step colors for the gradient.
-