| Package | Description |
|---|---|
| software.amazon.awssdk.services.lakeformation |
|
| software.amazon.awssdk.services.lakeformation.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetTableObjectsResponse |
LakeFormationClient.getTableObjects(Consumer<GetTableObjectsRequest.Builder> getTableObjectsRequest)
Returns the set of Amazon S3 objects that make up the specified governed table.
|
default GetTableObjectsResponse |
LakeFormationClient.getTableObjects(GetTableObjectsRequest getTableObjectsRequest)
Returns the set of Amazon S3 objects that make up the specified governed table.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetTableObjectsResponse> |
LakeFormationAsyncClient.getTableObjects(Consumer<GetTableObjectsRequest.Builder> getTableObjectsRequest)
Returns the set of Amazon S3 objects that make up the specified governed table.
|
default CompletableFuture<GetTableObjectsResponse> |
LakeFormationAsyncClient.getTableObjects(GetTableObjectsRequest getTableObjectsRequest)
Returns the set of Amazon S3 objects that make up the specified governed table.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetTableObjectsResponse> |
GetTableObjectsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetTableObjectsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetTableObjectsResponse> subscriber) |
Copyright © 2022. All rights reserved.