Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<GetPartitionResult> |
AbstractAWSGlueAsync.getPartitionAsync(GetPartitionRequest request,
AsyncHandler<GetPartitionRequest,GetPartitionResult> asyncHandler) |
Future<GetPartitionResult> |
AWSGlueAsync.getPartitionAsync(GetPartitionRequest getPartitionRequest,
AsyncHandler<GetPartitionRequest,GetPartitionResult> asyncHandler)
Retrieves information about a specified partition.
|
Future<GetPartitionResult> |
AWSGlueAsyncClient.getPartitionAsync(GetPartitionRequest request,
AsyncHandler<GetPartitionRequest,GetPartitionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetPartitionRequest |
GetPartitionRequest.clone() |
GetPartitionRequest |
GetPartitionRequest.withCatalogId(String catalogId)
The ID of the Data Catalog where the partition in question resides.
|
GetPartitionRequest |
GetPartitionRequest.withDatabaseName(String databaseName)
The name of the catalog database where the partition resides.
|
GetPartitionRequest |
GetPartitionRequest.withPartitionValues(Collection<String> partitionValues)
The values that define the partition.
|
GetPartitionRequest |
GetPartitionRequest.withPartitionValues(String... partitionValues)
The values that define the partition.
|
GetPartitionRequest |
GetPartitionRequest.withTableName(String tableName)
The name of the partition's table.
|
Copyright © 2021. All rights reserved.