Uses of Class
software.amazon.awssdk.services.quicksight.model.TrinoParameters
-
Packages that use TrinoParameters Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TrinoParameters in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TrinoParameters Modifier and Type Method Description TrinoParametersDataSourceParameters. trinoParameters()The parameters that are required to connect to a Trino data source.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type TrinoParameters Modifier and Type Method Description static DataSourceParametersDataSourceParameters. fromTrinoParameters(TrinoParameters trinoParameters)Create an instance of this class withDataSourceParameters.trinoParameters()initialized to the given value.DataSourceParameters.BuilderDataSourceParameters.Builder. trinoParameters(TrinoParameters trinoParameters)The parameters that are required to connect to a Trino data source.
-