Uses of Class
software.amazon.awssdk.services.quicksight.model.QueryExecutionOptions
-
Packages that use QueryExecutionOptions Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of QueryExecutionOptions in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return QueryExecutionOptions Modifier and Type Method Description QueryExecutionOptionsAnalysisDefinition. queryExecutionOptions()Returns the value of the QueryExecutionOptions property for this object.QueryExecutionOptionsTemplateVersionDefinition. queryExecutionOptions()Returns the value of the QueryExecutionOptions property for this object.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type QueryExecutionOptions Modifier and Type Method Description AnalysisDefinition.BuilderAnalysisDefinition.Builder. queryExecutionOptions(QueryExecutionOptions queryExecutionOptions)Sets the value of the QueryExecutionOptions property for this object.TemplateVersionDefinition.BuilderTemplateVersionDefinition.Builder. queryExecutionOptions(QueryExecutionOptions queryExecutionOptions)Sets the value of the QueryExecutionOptions property for this object.
-