Uses of Class
software.amazon.awssdk.services.glue.model.KeySchemaElement
-
Packages that use KeySchemaElement Package Description software.amazon.awssdk.services.glue.model -
-
Uses of KeySchemaElement in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type KeySchemaElement Modifier and Type Method Description List<KeySchemaElement>PartitionIndexDescriptor. keys()A list of one or more keys, asKeySchemaElementstructures, for the partition index.Methods in software.amazon.awssdk.services.glue.model with parameters of type KeySchemaElement Modifier and Type Method Description PartitionIndexDescriptor.BuilderPartitionIndexDescriptor.Builder. keys(KeySchemaElement... keys)A list of one or more keys, asKeySchemaElementstructures, for the partition index.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type KeySchemaElement Modifier and Type Method Description PartitionIndexDescriptor.BuilderPartitionIndexDescriptor.Builder. keys(Collection<KeySchemaElement> keys)A list of one or more keys, asKeySchemaElementstructures, for the partition index.
-