Uses of Class
software.amazon.awssdk.services.glue.model.IntegrationPartition
-
Packages that use IntegrationPartition Package Description software.amazon.awssdk.services.glue.model -
-
Uses of IntegrationPartition in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type IntegrationPartition Modifier and Type Method Description List<IntegrationPartition>TargetTableConfig. partitionSpec()Determines the file layout on the target.Methods in software.amazon.awssdk.services.glue.model with parameters of type IntegrationPartition Modifier and Type Method Description TargetTableConfig.BuilderTargetTableConfig.Builder. partitionSpec(IntegrationPartition... partitionSpec)Determines the file layout on the target.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type IntegrationPartition Modifier and Type Method Description TargetTableConfig.BuilderTargetTableConfig.Builder. partitionSpec(Collection<IntegrationPartition> partitionSpec)Determines the file layout on the target.
-