Uses of Class
software.amazon.awssdk.services.glue.model.AmazonRedshiftAdvancedOption
-
Packages that use AmazonRedshiftAdvancedOption Package Description software.amazon.awssdk.services.glue.model -
-
Uses of AmazonRedshiftAdvancedOption in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type AmazonRedshiftAdvancedOption Modifier and Type Method Description List<AmazonRedshiftAdvancedOption>AmazonRedshiftNodeData. advancedOptions()Optional values when connecting to the Redshift cluster.Methods in software.amazon.awssdk.services.glue.model with parameters of type AmazonRedshiftAdvancedOption Modifier and Type Method Description AmazonRedshiftNodeData.BuilderAmazonRedshiftNodeData.Builder. advancedOptions(AmazonRedshiftAdvancedOption... advancedOptions)Optional values when connecting to the Redshift cluster.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type AmazonRedshiftAdvancedOption Modifier and Type Method Description AmazonRedshiftNodeData.BuilderAmazonRedshiftNodeData.Builder. advancedOptions(Collection<AmazonRedshiftAdvancedOption> advancedOptions)Optional values when connecting to the Redshift cluster.
-