Uses of Class
software.amazon.awssdk.services.glue.model.TableOptimizerVpcConfiguration
-
Packages that use TableOptimizerVpcConfiguration Package Description software.amazon.awssdk.services.glue.model -
-
Uses of TableOptimizerVpcConfiguration in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return TableOptimizerVpcConfiguration Modifier and Type Method Description static TableOptimizerVpcConfigurationTableOptimizerVpcConfiguration. fromGlueConnectionName(String glueConnectionName)Create an instance of this class withglueConnectionName()initialized to the given value.TableOptimizerVpcConfigurationTableOptimizerConfiguration. vpcConfiguration()ATableOptimizerVpcConfigurationobject representing the VPC configuration for a table optimizer.Methods in software.amazon.awssdk.services.glue.model with parameters of type TableOptimizerVpcConfiguration Modifier and Type Method Description TableOptimizerConfiguration.BuilderTableOptimizerConfiguration.Builder. vpcConfiguration(TableOptimizerVpcConfiguration vpcConfiguration)ATableOptimizerVpcConfigurationobject representing the VPC configuration for a table optimizer.
-