Uses of Class
software.amazon.awssdk.services.glue.model.TargetTableConfig
-
Packages that use TargetTableConfig Package Description software.amazon.awssdk.services.glue.model -
-
Uses of TargetTableConfig in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return TargetTableConfig Modifier and Type Method Description TargetTableConfigCreateIntegrationTablePropertiesRequest. targetTableConfig()A structure for the target table configuration.TargetTableConfigGetIntegrationTablePropertiesResponse. targetTableConfig()A structure for the target table configuration.TargetTableConfigUpdateIntegrationTablePropertiesRequest. targetTableConfig()A structure for the target table configuration.Methods in software.amazon.awssdk.services.glue.model with parameters of type TargetTableConfig Modifier and Type Method Description CreateIntegrationTablePropertiesRequest.BuilderCreateIntegrationTablePropertiesRequest.Builder. targetTableConfig(TargetTableConfig targetTableConfig)A structure for the target table configuration.GetIntegrationTablePropertiesResponse.BuilderGetIntegrationTablePropertiesResponse.Builder. targetTableConfig(TargetTableConfig targetTableConfig)A structure for the target table configuration.UpdateIntegrationTablePropertiesRequest.BuilderUpdateIntegrationTablePropertiesRequest.Builder. targetTableConfig(TargetTableConfig targetTableConfig)A structure for the target table configuration.
-