| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.paginators |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetPartitionIndexesResponse> |
GlueAsyncClient.getPartitionIndexes(Consumer<GetPartitionIndexesRequest.Builder> getPartitionIndexesRequest)
Retrieves the partition indexes associated with a table.
|
default CompletableFuture<GetPartitionIndexesResponse> |
GlueAsyncClient.getPartitionIndexes(GetPartitionIndexesRequest getPartitionIndexesRequest)
Retrieves the partition indexes associated with a table.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetPartitionIndexesResponse> |
GetPartitionIndexesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetPartitionIndexesPublisher.subscribe(org.reactivestreams.Subscriber<? super GetPartitionIndexesResponse> subscriber) |
Copyright © 2023. All rights reserved.