Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<BatchCreatePartitionResult> |
AWSGlueAsync.batchCreatePartitionAsync(BatchCreatePartitionRequest batchCreatePartitionRequest,
AsyncHandler<BatchCreatePartitionRequest,BatchCreatePartitionResult> asyncHandler)
Creates one or more partitions in a batch operation.
|
Future<BatchCreatePartitionResult> |
AWSGlueAsyncClient.batchCreatePartitionAsync(BatchCreatePartitionRequest request,
AsyncHandler<BatchCreatePartitionRequest,BatchCreatePartitionResult> asyncHandler) |
Future<BatchCreatePartitionResult> |
AbstractAWSGlueAsync.batchCreatePartitionAsync(BatchCreatePartitionRequest request,
AsyncHandler<BatchCreatePartitionRequest,BatchCreatePartitionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
BatchCreatePartitionRequest |
BatchCreatePartitionRequest.clone() |
BatchCreatePartitionRequest |
BatchCreatePartitionRequest.withCatalogId(String catalogId)
The ID of the catalog in which the partition is to be created.
|
BatchCreatePartitionRequest |
BatchCreatePartitionRequest.withDatabaseName(String databaseName)
The name of the metadata database in which the partition is to be created.
|
BatchCreatePartitionRequest |
BatchCreatePartitionRequest.withPartitionInputList(Collection<PartitionInput> partitionInputList)
A list of
PartitionInput structures that define the partitions to be created. |
BatchCreatePartitionRequest |
BatchCreatePartitionRequest.withPartitionInputList(PartitionInput... partitionInputList)
A list of
PartitionInput structures that define the partitions to be created. |
BatchCreatePartitionRequest |
BatchCreatePartitionRequest.withTableName(String tableName)
The name of the metadata table in which the partition is to be created.
|
Copyright © 2020. All rights reserved.