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