| Package | Description |
|---|---|
| software.amazon.awssdk.services.lakeformation |
|
| software.amazon.awssdk.services.lakeformation.paginators | |
| software.amazon.awssdk.services.lakeformation.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetTableObjectsResponse |
LakeFormationClient.getTableObjects(GetTableObjectsRequest 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.
|
default GetTableObjectsIterable |
LakeFormationClient.getTableObjectsPaginator(GetTableObjectsRequest getTableObjectsRequest)
Returns the set of Amazon S3 objects that make up the specified governed table.
|
default GetTableObjectsPublisher |
LakeFormationAsyncClient.getTableObjectsPaginator(GetTableObjectsRequest getTableObjectsRequest)
Returns the set of Amazon S3 objects that make up the specified governed table.
|
| Constructor and Description |
|---|
GetTableObjectsIterable(LakeFormationClient client,
GetTableObjectsRequest firstRequest) |
GetTableObjectsPublisher(LakeFormationAsyncClient client,
GetTableObjectsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetTableObjectsRequestMarshaller.marshall(GetTableObjectsRequest getTableObjectsRequest) |
Copyright © 2022. All rights reserved.