| 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 |
AbstractAWSLakeFormation.getTableObjects(GetTableObjectsRequest request) |
GetTableObjectsResult |
AWSLakeFormation.getTableObjects(GetTableObjectsRequest getTableObjectsRequest)
Returns the set of Amazon S3 objects that make up the specified governed table.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetTableObjectsResult> |
AWSLakeFormationAsyncClient.getTableObjectsAsync(GetTableObjectsRequest request,
AsyncHandler<GetTableObjectsRequest,GetTableObjectsResult> asyncHandler) |
Future<GetTableObjectsResult> |
AbstractAWSLakeFormationAsync.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 |
|---|---|
GetTableObjectsResult |
GetTableObjectsResult.clone() |
GetTableObjectsResult |
GetTableObjectsResult.withNextToken(String nextToken)
A continuation token indicating whether additional data is available.
|
GetTableObjectsResult |
GetTableObjectsResult.withObjects(Collection<PartitionObjects> objects)
A list of objects organized by partition keys.
|
GetTableObjectsResult |
GetTableObjectsResult.withObjects(PartitionObjects... objects)
A list of objects organized by partition keys.
|
Copyright © 2024. All rights reserved.