Uses of Class
software.amazon.awssdk.services.glue.model.BatchGetPartitionRequest
-
Packages that use BatchGetPartitionRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of BatchGetPartitionRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type BatchGetPartitionRequest Modifier and Type Method Description default CompletableFuture<BatchGetPartitionResponse>GlueAsyncClient. batchGetPartition(BatchGetPartitionRequest batchGetPartitionRequest)Retrieves partitions in a batch request.default BatchGetPartitionResponseGlueClient. batchGetPartition(BatchGetPartitionRequest batchGetPartitionRequest)Retrieves partitions in a batch request. -
Uses of BatchGetPartitionRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type BatchGetPartitionRequest Modifier and Type Method Description SdkHttpFullRequestBatchGetPartitionRequestMarshaller. marshall(BatchGetPartitionRequest batchGetPartitionRequest)
-