Uses of Interface
software.amazon.awssdk.services.glue.model.PartitionValueList.Builder
-
Packages that use PartitionValueList.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of PartitionValueList.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return PartitionValueList.Builder Modifier and Type Method Description static PartitionValueList.BuilderPartitionValueList. builder()PartitionValueList.BuilderPartitionValueList. toBuilder()PartitionValueList.BuilderPartitionValueList.Builder. values(String... values)The list of values.PartitionValueList.BuilderPartitionValueList.Builder. values(Collection<String> values)The list of values.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type PartitionValueList.Builder Modifier and Type Method Description static Class<? extends PartitionValueList.Builder>PartitionValueList. serializableBuilderClass()
-