| Package | Description |
|---|---|
| software.amazon.awssdk.services.lakeformation |
|
| software.amazon.awssdk.services.lakeformation.model |
| 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 CompletableFuture<GetTableObjectsResponse> |
LakeFormationAsyncClient.getTableObjects(Consumer<GetTableObjectsRequest.Builder> getTableObjectsRequest)
Returns the set of Amazon S3 objects that make up the specified governed table.
|
default GetTableObjectsIterable |
LakeFormationClient.getTableObjectsPaginator(Consumer<GetTableObjectsRequest.Builder> getTableObjectsRequest)
Returns the set of Amazon S3 objects that make up the specified governed table.
|
default GetTableObjectsPublisher |
LakeFormationAsyncClient.getTableObjectsPaginator(Consumer<GetTableObjectsRequest.Builder> getTableObjectsRequest)
Returns the set of Amazon S3 objects that make up the specified governed table.
|
| Modifier and Type | Method and Description |
|---|---|
static GetTableObjectsRequest.Builder |
GetTableObjectsRequest.builder() |
GetTableObjectsRequest.Builder |
GetTableObjectsRequest.Builder.catalogId(String catalogId)
The catalog containing the governed table.
|
GetTableObjectsRequest.Builder |
GetTableObjectsRequest.Builder.databaseName(String databaseName)
The database containing the governed table.
|
GetTableObjectsRequest.Builder |
GetTableObjectsRequest.Builder.maxResults(Integer maxResults)
Specifies how many values to return in a page.
|
GetTableObjectsRequest.Builder |
GetTableObjectsRequest.Builder.nextToken(String nextToken)
A continuation token if this is not the first call to retrieve these objects.
|
GetTableObjectsRequest.Builder |
GetTableObjectsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetTableObjectsRequest.Builder |
GetTableObjectsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetTableObjectsRequest.Builder |
GetTableObjectsRequest.Builder.partitionPredicate(String partitionPredicate)
A predicate to filter the objects returned based on the partition keys defined in the governed table.
|
GetTableObjectsRequest.Builder |
GetTableObjectsRequest.Builder.queryAsOfTime(Instant queryAsOfTime)
The time as of when to read the governed table contents.
|
GetTableObjectsRequest.Builder |
GetTableObjectsRequest.Builder.tableName(String tableName)
The governed table for which to retrieve objects.
|
GetTableObjectsRequest.Builder |
GetTableObjectsRequest.toBuilder() |
GetTableObjectsRequest.Builder |
GetTableObjectsRequest.Builder.transactionId(String transactionId)
The transaction ID at which to read the governed table contents.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetTableObjectsRequest.Builder> |
GetTableObjectsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.