Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<BatchGetPartitionResult> |
AWSGlueAsyncClient.batchGetPartitionAsync(BatchGetPartitionRequest request,
AsyncHandler<BatchGetPartitionRequest,BatchGetPartitionResult> asyncHandler) |
Future<BatchGetPartitionResult> |
AWSGlueAsync.batchGetPartitionAsync(BatchGetPartitionRequest batchGetPartitionRequest,
AsyncHandler<BatchGetPartitionRequest,BatchGetPartitionResult> asyncHandler)
Retrieves partitions in a batch request.
|
Future<BatchGetPartitionResult> |
AbstractAWSGlueAsync.batchGetPartitionAsync(BatchGetPartitionRequest request,
AsyncHandler<BatchGetPartitionRequest,BatchGetPartitionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
BatchGetPartitionRequest |
BatchGetPartitionRequest.clone() |
BatchGetPartitionRequest |
BatchGetPartitionRequest.withCatalogId(String catalogId)
The ID of the Data Catalog where the partitions in question reside.
|
BatchGetPartitionRequest |
BatchGetPartitionRequest.withDatabaseName(String databaseName)
The name of the catalog database where the partitions reside.
|
BatchGetPartitionRequest |
BatchGetPartitionRequest.withPartitionsToGet(Collection<PartitionValueList> partitionsToGet)
A list of partition values identifying the partitions to retrieve.
|
BatchGetPartitionRequest |
BatchGetPartitionRequest.withPartitionsToGet(PartitionValueList... partitionsToGet)
A list of partition values identifying the partitions to retrieve.
|
BatchGetPartitionRequest |
BatchGetPartitionRequest.withTableName(String tableName)
The name of the partitions' table.
|
Copyright © 2020. All rights reserved.