Uses of Class
software.amazon.awssdk.services.quicksight.model.AuroraPostgreSqlParameters
-
Packages that use AuroraPostgreSqlParameters Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AuroraPostgreSqlParameters in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return AuroraPostgreSqlParameters Modifier and Type Method Description AuroraPostgreSqlParametersDataSourceParameters. auroraPostgreSqlParameters()The parameters for Amazon Aurora.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type AuroraPostgreSqlParameters Modifier and Type Method Description DataSourceParameters.BuilderDataSourceParameters.Builder. auroraPostgreSqlParameters(AuroraPostgreSqlParameters auroraPostgreSqlParameters)The parameters for Amazon Aurora.static DataSourceParametersDataSourceParameters. fromAuroraPostgreSqlParameters(AuroraPostgreSqlParameters auroraPostgreSqlParameters)Create an instance of this class withDataSourceParameters.auroraPostgreSqlParameters()initialized to the given value.
-