Uses of Class
software.amazon.awssdk.services.glue.model.CreatePartitionIndexResponse
-
Packages that use CreatePartitionIndexResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of CreatePartitionIndexResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return CreatePartitionIndexResponse Modifier and Type Method Description default CreatePartitionIndexResponseGlueClient. createPartitionIndex(Consumer<CreatePartitionIndexRequest.Builder> createPartitionIndexRequest)Creates a specified partition index in an existing table.default CreatePartitionIndexResponseGlueClient. createPartitionIndex(CreatePartitionIndexRequest createPartitionIndexRequest)Creates a specified partition index in an existing table.Methods in software.amazon.awssdk.services.glue that return types with arguments of type CreatePartitionIndexResponse Modifier and Type Method Description default CompletableFuture<CreatePartitionIndexResponse>GlueAsyncClient. createPartitionIndex(Consumer<CreatePartitionIndexRequest.Builder> createPartitionIndexRequest)Creates a specified partition index in an existing table.default CompletableFuture<CreatePartitionIndexResponse>GlueAsyncClient. createPartitionIndex(CreatePartitionIndexRequest createPartitionIndexRequest)Creates a specified partition index in an existing table.
-