| Package | Description |
|---|---|
| com.amazonaws.services.lakeformation |
|
| com.amazonaws.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
GetTableObjectsResult |
AWSLakeFormationClient.getTableObjects(GetTableObjectsRequest request)
Returns the set of Amazon S3 objects that make up the specified governed table.
|
GetTableObjectsResult |
AWSLakeFormation.getTableObjects(GetTableObjectsRequest getTableObjectsRequest)
Returns the set of Amazon S3 objects that make up the specified governed table.
|
GetTableObjectsResult |
AbstractAWSLakeFormation.getTableObjects(GetTableObjectsRequest request) |
Future<GetTableObjectsResult> |
AbstractAWSLakeFormationAsync.getTableObjectsAsync(GetTableObjectsRequest request) |
Future<GetTableObjectsResult> |
AWSLakeFormationAsyncClient.getTableObjectsAsync(GetTableObjectsRequest request) |
Future<GetTableObjectsResult> |
AWSLakeFormationAsync.getTableObjectsAsync(GetTableObjectsRequest getTableObjectsRequest)
Returns the set of Amazon S3 objects that make up the specified governed table.
|
Future<GetTableObjectsResult> |
AbstractAWSLakeFormationAsync.getTableObjectsAsync(GetTableObjectsRequest request,
AsyncHandler<GetTableObjectsRequest,GetTableObjectsResult> asyncHandler) |
Future<GetTableObjectsResult> |
AWSLakeFormationAsyncClient.getTableObjectsAsync(GetTableObjectsRequest request,
AsyncHandler<GetTableObjectsRequest,GetTableObjectsResult> asyncHandler) |
Future<GetTableObjectsResult> |
AWSLakeFormationAsync.getTableObjectsAsync(GetTableObjectsRequest getTableObjectsRequest,
AsyncHandler<GetTableObjectsRequest,GetTableObjectsResult> asyncHandler)
Returns the set of Amazon S3 objects that make up the specified governed table.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetTableObjectsResult> |
AbstractAWSLakeFormationAsync.getTableObjectsAsync(GetTableObjectsRequest request,
AsyncHandler<GetTableObjectsRequest,GetTableObjectsResult> asyncHandler) |
Future<GetTableObjectsResult> |
AWSLakeFormationAsyncClient.getTableObjectsAsync(GetTableObjectsRequest request,
AsyncHandler<GetTableObjectsRequest,GetTableObjectsResult> asyncHandler) |
Future<GetTableObjectsResult> |
AWSLakeFormationAsync.getTableObjectsAsync(GetTableObjectsRequest getTableObjectsRequest,
AsyncHandler<GetTableObjectsRequest,GetTableObjectsResult> asyncHandler)
Returns the set of Amazon S3 objects that make up the specified governed table.
|
| Modifier and Type | Method and Description |
|---|---|
GetTableObjectsRequest |
GetTableObjectsRequest.clone() |
GetTableObjectsRequest |
GetTableObjectsRequest.withCatalogId(String catalogId)
The catalog containing the governed table.
|
GetTableObjectsRequest |
GetTableObjectsRequest.withDatabaseName(String databaseName)
The database containing the governed table.
|
GetTableObjectsRequest |
GetTableObjectsRequest.withMaxResults(Integer maxResults)
Specifies how many values to return in a page.
|
GetTableObjectsRequest |
GetTableObjectsRequest.withNextToken(String nextToken)
A continuation token if this is not the first call to retrieve these objects.
|
GetTableObjectsRequest |
GetTableObjectsRequest.withPartitionPredicate(String partitionPredicate)
A predicate to filter the objects returned based on the partition keys defined in the governed table.
|
GetTableObjectsRequest |
GetTableObjectsRequest.withQueryAsOfTime(Date queryAsOfTime)
The time as of when to read the governed table contents.
|
GetTableObjectsRequest |
GetTableObjectsRequest.withTableName(String tableName)
The governed table for which to retrieve objects.
|
GetTableObjectsRequest |
GetTableObjectsRequest.withTransactionId(String transactionId)
The transaction ID at which to read the governed table contents.
|
Copyright © 2024. All rights reserved.