Uses of Class
software.amazon.awssdk.services.glue.model.PartitionInput
-
Packages that use PartitionInput Package Description software.amazon.awssdk.services.glue.model -
-
Uses of PartitionInput in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return PartitionInput Modifier and Type Method Description PartitionInputBatchUpdatePartitionRequestEntry. partitionInput()The structure used to update a partition.PartitionInputCreatePartitionRequest. partitionInput()APartitionInputstructure defining the partition to be created.PartitionInputUpdatePartitionRequest. partitionInput()The new partition object to update the partition to.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type PartitionInput Modifier and Type Method Description List<PartitionInput>BatchCreatePartitionRequest. partitionInputList()A list ofPartitionInputstructures that define the partitions to be created.Methods in software.amazon.awssdk.services.glue.model with parameters of type PartitionInput Modifier and Type Method Description BatchUpdatePartitionRequestEntry.BuilderBatchUpdatePartitionRequestEntry.Builder. partitionInput(PartitionInput partitionInput)The structure used to update a partition.CreatePartitionRequest.BuilderCreatePartitionRequest.Builder. partitionInput(PartitionInput partitionInput)APartitionInputstructure defining the partition to be created.UpdatePartitionRequest.BuilderUpdatePartitionRequest.Builder. partitionInput(PartitionInput partitionInput)The new partition object to update the partition to.BatchCreatePartitionRequest.BuilderBatchCreatePartitionRequest.Builder. partitionInputList(PartitionInput... partitionInputList)A list ofPartitionInputstructures that define the partitions to be created.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type PartitionInput Modifier and Type Method Description BatchCreatePartitionRequest.BuilderBatchCreatePartitionRequest.Builder. partitionInputList(Collection<PartitionInput> partitionInputList)A list ofPartitionInputstructures that define the partitions to be created.
-