| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| Modifier and Type | Method and Description |
|---|---|
default DeletePartitionIndexResponse |
GlueClient.deletePartitionIndex(Consumer<DeletePartitionIndexRequest.Builder> deletePartitionIndexRequest)
Deletes a specified partition index from an existing table.
|
default DeletePartitionIndexResponse |
GlueClient.deletePartitionIndex(DeletePartitionIndexRequest deletePartitionIndexRequest)
Deletes a specified partition index from an existing table.
|
default GetPartitionIndexesResponse |
GlueClient.getPartitionIndexes(Consumer<GetPartitionIndexesRequest.Builder> getPartitionIndexesRequest)
Retrieves the partition indexes associated with a table.
|
default GetPartitionIndexesResponse |
GlueClient.getPartitionIndexes(GetPartitionIndexesRequest 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 GetPartitionIndexesIterable |
GlueClient.getPartitionIndexesPaginator(GetPartitionIndexesRequest getPartitionIndexesRequest)
Retrieves the partition indexes associated with a table.
|
Copyright © 2021. All rights reserved.