Uses of Class
software.amazon.awssdk.services.glue.model.SourceTableConfig
-
Packages that use SourceTableConfig Package Description software.amazon.awssdk.services.glue.model -
-
Uses of SourceTableConfig in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return SourceTableConfig Modifier and Type Method Description SourceTableConfigCreateIntegrationTablePropertiesRequest. sourceTableConfig()A structure for the source table configuration.SourceTableConfigGetIntegrationTablePropertiesResponse. sourceTableConfig()A structure for the source table configuration.SourceTableConfigUpdateIntegrationTablePropertiesRequest. sourceTableConfig()A structure for the source table configuration.Methods in software.amazon.awssdk.services.glue.model with parameters of type SourceTableConfig Modifier and Type Method Description CreateIntegrationTablePropertiesRequest.BuilderCreateIntegrationTablePropertiesRequest.Builder. sourceTableConfig(SourceTableConfig sourceTableConfig)A structure for the source table configuration.GetIntegrationTablePropertiesResponse.BuilderGetIntegrationTablePropertiesResponse.Builder. sourceTableConfig(SourceTableConfig sourceTableConfig)A structure for the source table configuration.UpdateIntegrationTablePropertiesRequest.BuilderUpdateIntegrationTablePropertiesRequest.Builder. sourceTableConfig(SourceTableConfig sourceTableConfig)A structure for the source table configuration.
-