Uses of Class
software.amazon.awssdk.services.glue.model.DeletePartitionIndexResponse
-
Packages that use DeletePartitionIndexResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of DeletePartitionIndexResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return DeletePartitionIndexResponse Modifier and Type Method Description default DeletePartitionIndexResponseGlueClient. deletePartitionIndex(Consumer<DeletePartitionIndexRequest.Builder> deletePartitionIndexRequest)Deletes a specified partition index from an existing table.default DeletePartitionIndexResponseGlueClient. deletePartitionIndex(DeletePartitionIndexRequest deletePartitionIndexRequest)Deletes a specified partition index from an existing table.Methods in software.amazon.awssdk.services.glue that return types with arguments of type DeletePartitionIndexResponse Modifier and Type Method Description default CompletableFuture<DeletePartitionIndexResponse>GlueAsyncClient. deletePartitionIndex(Consumer<DeletePartitionIndexRequest.Builder> deletePartitionIndexRequest)Deletes a specified partition index from an existing table.default CompletableFuture<DeletePartitionIndexResponse>GlueAsyncClient. deletePartitionIndex(DeletePartitionIndexRequest deletePartitionIndexRequest)Deletes a specified partition index from an existing table.
-