Uses of Class
software.amazon.awssdk.services.quicksight.model.Computation
-
Packages that use Computation Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of Computation in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type Computation Modifier and Type Method Description List<Computation>InsightConfiguration. computations()The computations configurations of the insight visualMethods in software.amazon.awssdk.services.quicksight.model with parameters of type Computation Modifier and Type Method Description InsightConfiguration.BuilderInsightConfiguration.Builder. computations(Computation... computations)The computations configurations of the insight visualMethod parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type Computation Modifier and Type Method Description InsightConfiguration.BuilderInsightConfiguration.Builder. computations(Collection<Computation> computations)The computations configurations of the insight visual
-