Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
BatchCreatePartitionResult |
AWSGlueClient.batchCreatePartition(BatchCreatePartitionRequest request)
Creates one or more partitions in a batch operation.
|
BatchCreatePartitionResult |
AWSGlue.batchCreatePartition(BatchCreatePartitionRequest batchCreatePartitionRequest)
Creates one or more partitions in a batch operation.
|
BatchCreatePartitionResult |
AbstractAWSGlue.batchCreatePartition(BatchCreatePartitionRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<BatchCreatePartitionResult> |
AWSGlueAsyncClient.batchCreatePartitionAsync(BatchCreatePartitionRequest request,
AsyncHandler<BatchCreatePartitionRequest,BatchCreatePartitionResult> asyncHandler) |
Future<BatchCreatePartitionResult> |
AbstractAWSGlueAsync.batchCreatePartitionAsync(BatchCreatePartitionRequest request,
AsyncHandler<BatchCreatePartitionRequest,BatchCreatePartitionResult> asyncHandler) |
Future<BatchCreatePartitionResult> |
AWSGlueAsync.batchCreatePartitionAsync(BatchCreatePartitionRequest batchCreatePartitionRequest,
AsyncHandler<BatchCreatePartitionRequest,BatchCreatePartitionResult> asyncHandler)
Creates one or more partitions in a batch operation.
|
Modifier and Type | Method and Description |
---|---|
BatchCreatePartitionResult |
BatchCreatePartitionResult.clone() |
BatchCreatePartitionResult |
BatchCreatePartitionResult.withErrors(Collection<PartitionError> errors)
The errors encountered when trying to create the requested partitions.
|
BatchCreatePartitionResult |
BatchCreatePartitionResult.withErrors(PartitionError... errors)
The errors encountered when trying to create the requested partitions.
|
Copyright © 2022. All rights reserved.