Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<GetPartitionsResult> |
AWSGlueAsyncClient.getPartitionsAsync(GetPartitionsRequest request,
AsyncHandler<GetPartitionsRequest,GetPartitionsResult> asyncHandler) |
Future<GetPartitionsResult> |
AWSGlueAsync.getPartitionsAsync(GetPartitionsRequest getPartitionsRequest,
AsyncHandler<GetPartitionsRequest,GetPartitionsResult> asyncHandler)
Retrieves information about the partitions in a table.
|
Future<GetPartitionsResult> |
AbstractAWSGlueAsync.getPartitionsAsync(GetPartitionsRequest request,
AsyncHandler<GetPartitionsRequest,GetPartitionsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetPartitionsRequest |
GetPartitionsRequest.clone() |
GetPartitionsRequest |
GetPartitionsRequest.withCatalogId(String catalogId)
The ID of the Data Catalog where the partitions in question reside.
|
GetPartitionsRequest |
GetPartitionsRequest.withDatabaseName(String databaseName)
The name of the catalog database where the partitions reside.
|
GetPartitionsRequest |
GetPartitionsRequest.withExpression(String expression)
An expression filtering the partitions to be returned.
|
GetPartitionsRequest |
GetPartitionsRequest.withMaxResults(Integer maxResults)
The maximum number of partitions to return in a single response.
|
GetPartitionsRequest |
GetPartitionsRequest.withNextToken(String nextToken)
A continuation token, if this is not the first call to retrieve these partitions.
|
GetPartitionsRequest |
GetPartitionsRequest.withSegment(Segment segment)
The segment of the table's partitions to scan in this request.
|
GetPartitionsRequest |
GetPartitionsRequest.withTableName(String tableName)
The name of the partitions' table.
|
Copyright © 2018. All rights reserved.