| Package | Description |
|---|---|
| software.amazon.awssdk.services.lakeformation |
|
| software.amazon.awssdk.services.lakeformation.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListTableStorageOptimizersResponse |
LakeFormationClient.listTableStorageOptimizers(Consumer<ListTableStorageOptimizersRequest.Builder> listTableStorageOptimizersRequest)
Returns the configuration of all storage optimizers associated with a specified table.
|
default ListTableStorageOptimizersResponse |
LakeFormationClient.listTableStorageOptimizers(ListTableStorageOptimizersRequest listTableStorageOptimizersRequest)
Returns the configuration of all storage optimizers associated with a specified table.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTableStorageOptimizersResponse> |
LakeFormationAsyncClient.listTableStorageOptimizers(Consumer<ListTableStorageOptimizersRequest.Builder> listTableStorageOptimizersRequest)
Returns the configuration of all storage optimizers associated with a specified table.
|
default CompletableFuture<ListTableStorageOptimizersResponse> |
LakeFormationAsyncClient.listTableStorageOptimizers(ListTableStorageOptimizersRequest listTableStorageOptimizersRequest)
Returns the configuration of all storage optimizers associated with a specified table.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTableStorageOptimizersResponse> |
ListTableStorageOptimizersIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTableStorageOptimizersPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTableStorageOptimizersResponse> subscriber) |
Copyright © 2023. All rights reserved.