| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
default GetPartitionIndexesResponse |
GlueClient.getPartitionIndexes(Consumer<GetPartitionIndexesRequest.Builder> getPartitionIndexesRequest)
Retrieves the partition indexes associated with a table.
|
default CompletableFuture<GetPartitionIndexesResponse> |
GlueAsyncClient.getPartitionIndexes(Consumer<GetPartitionIndexesRequest.Builder> getPartitionIndexesRequest)
Retrieves the partition indexes associated with a table.
|
default GetPartitionIndexesIterable |
GlueClient.getPartitionIndexesPaginator(Consumer<GetPartitionIndexesRequest.Builder> getPartitionIndexesRequest)
Retrieves the partition indexes associated with a table.
|
default GetPartitionIndexesPublisher |
GlueAsyncClient.getPartitionIndexesPaginator(Consumer<GetPartitionIndexesRequest.Builder> getPartitionIndexesRequest)
Retrieves the partition indexes associated with a table.
|
| Modifier and Type | Method and Description |
|---|---|
static GetPartitionIndexesRequest.Builder |
GetPartitionIndexesRequest.builder() |
GetPartitionIndexesRequest.Builder |
GetPartitionIndexesRequest.Builder.catalogId(String catalogId)
The catalog ID where the table resides.
|
GetPartitionIndexesRequest.Builder |
GetPartitionIndexesRequest.Builder.databaseName(String databaseName)
Specifies the name of a database from which you want to retrieve partition indexes.
|
GetPartitionIndexesRequest.Builder |
GetPartitionIndexesRequest.Builder.nextToken(String nextToken)
A continuation token, included if this is a continuation call.
|
GetPartitionIndexesRequest.Builder |
GetPartitionIndexesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetPartitionIndexesRequest.Builder |
GetPartitionIndexesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetPartitionIndexesRequest.Builder |
GetPartitionIndexesRequest.Builder.tableName(String tableName)
Specifies the name of a table for which you want to retrieve the partition indexes.
|
GetPartitionIndexesRequest.Builder |
GetPartitionIndexesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetPartitionIndexesRequest.Builder> |
GetPartitionIndexesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.