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