Uses of Class
software.amazon.awssdk.services.athena.model.CalculationSummary
-
Packages that use CalculationSummary Package Description software.amazon.awssdk.services.athena.model -
-
Uses of CalculationSummary in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type CalculationSummary Modifier and Type Method Description List<CalculationSummary>ListCalculationExecutionsResponse. calculations()A list of CalculationSummary objects.Methods in software.amazon.awssdk.services.athena.model with parameters of type CalculationSummary Modifier and Type Method Description ListCalculationExecutionsResponse.BuilderListCalculationExecutionsResponse.Builder. calculations(CalculationSummary... calculations)A list of CalculationSummary objects.Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type CalculationSummary Modifier and Type Method Description ListCalculationExecutionsResponse.BuilderListCalculationExecutionsResponse.Builder. calculations(Collection<CalculationSummary> calculations)A list of CalculationSummary objects.
-