| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetPartitionsResponse> |
GlueAsyncClient.getPartitions(Consumer<GetPartitionsRequest.Builder> getPartitionsRequest)
Retrieves information about the partitions in a table.
|
default GetPartitionsResponse |
GlueClient.getPartitions(Consumer<GetPartitionsRequest.Builder> getPartitionsRequest)
Retrieves information about the partitions in a table.
|
default GetPartitionsPublisher |
GlueAsyncClient.getPartitionsPaginator(Consumer<GetPartitionsRequest.Builder> getPartitionsRequest)
Retrieves information about the partitions in a table.
|
default GetPartitionsIterable |
GlueClient.getPartitionsPaginator(Consumer<GetPartitionsRequest.Builder> getPartitionsRequest)
Retrieves information about the partitions in a table.
|
| Modifier and Type | Method and Description |
|---|---|
static GetPartitionsRequest.Builder |
GetPartitionsRequest.builder() |
GetPartitionsRequest.Builder |
GetPartitionsRequest.Builder.catalogId(String catalogId)
The ID of the Data Catalog where the partitions in question reside.
|
GetPartitionsRequest.Builder |
GetPartitionsRequest.Builder.databaseName(String databaseName)
The name of the catalog database where the partitions reside.
|
GetPartitionsRequest.Builder |
GetPartitionsRequest.Builder.excludeColumnSchema(Boolean excludeColumnSchema)
When true, specifies not returning the partition column schema.
|
GetPartitionsRequest.Builder |
GetPartitionsRequest.Builder.expression(String expression)
An expression that filters the partitions to be returned.
|
GetPartitionsRequest.Builder |
GetPartitionsRequest.Builder.maxResults(Integer maxResults)
The maximum number of partitions to return in a single response.
|
GetPartitionsRequest.Builder |
GetPartitionsRequest.Builder.nextToken(String nextToken)
A continuation token, if this is not the first call to retrieve these partitions.
|
GetPartitionsRequest.Builder |
GetPartitionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetPartitionsRequest.Builder |
GetPartitionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetPartitionsRequest.Builder |
GetPartitionsRequest.Builder.queryAsOfTime(Instant queryAsOfTime)
The time as of when to read the partition contents.
|
default GetPartitionsRequest.Builder |
GetPartitionsRequest.Builder.segment(Consumer<Segment.Builder> segment)
The segment of the table's partitions to scan in this request.
|
GetPartitionsRequest.Builder |
GetPartitionsRequest.Builder.segment(Segment segment)
The segment of the table's partitions to scan in this request.
|
GetPartitionsRequest.Builder |
GetPartitionsRequest.Builder.tableName(String tableName)
The name of the partitions' table.
|
GetPartitionsRequest.Builder |
GetPartitionsRequest.toBuilder() |
GetPartitionsRequest.Builder |
GetPartitionsRequest.Builder.transactionId(String transactionId)
The transaction ID at which to read the partition contents.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetPartitionsRequest.Builder> |
GetPartitionsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.