| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.paginators | |
| software.amazon.awssdk.services.glue.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetPartitionIndexesResponse |
GlueClient.getPartitionIndexes(GetPartitionIndexesRequest getPartitionIndexesRequest)
Retrieves the partition indexes associated with a table.
|
default CompletableFuture<GetPartitionIndexesResponse> |
GlueAsyncClient.getPartitionIndexes(GetPartitionIndexesRequest getPartitionIndexesRequest)
Retrieves the partition indexes associated with a table.
|
default GetPartitionIndexesIterable |
GlueClient.getPartitionIndexesPaginator(GetPartitionIndexesRequest getPartitionIndexesRequest)
Retrieves the partition indexes associated with a table.
|
default GetPartitionIndexesPublisher |
GlueAsyncClient.getPartitionIndexesPaginator(GetPartitionIndexesRequest getPartitionIndexesRequest)
Retrieves the partition indexes associated with a table.
|
| Constructor and Description |
|---|
GetPartitionIndexesIterable(GlueClient client,
GetPartitionIndexesRequest firstRequest) |
GetPartitionIndexesPublisher(GlueAsyncClient client,
GetPartitionIndexesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetPartitionIndexesRequestMarshaller.marshall(GetPartitionIndexesRequest getPartitionIndexesRequest) |
Copyright © 2023. All rights reserved.