Uses of Class
software.amazon.awssdk.services.lakeformation.model.GetTableObjectsRequest
-
Packages that use GetTableObjectsRequest Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.paginators software.amazon.awssdk.services.lakeformation.transform -
-
Uses of GetTableObjectsRequest in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation with parameters of type GetTableObjectsRequest Modifier and Type Method Description default CompletableFuture<GetTableObjectsResponse>LakeFormationAsyncClient. getTableObjects(GetTableObjectsRequest getTableObjectsRequest)Returns the set of Amazon S3 objects that make up the specified governed table.default GetTableObjectsResponseLakeFormationClient. getTableObjects(GetTableObjectsRequest getTableObjectsRequest)Returns the set of Amazon S3 objects that make up the specified governed table.default GetTableObjectsPublisherLakeFormationAsyncClient. getTableObjectsPaginator(GetTableObjectsRequest getTableObjectsRequest)Returns the set of Amazon S3 objects that make up the specified governed table.default GetTableObjectsIterableLakeFormationClient. getTableObjectsPaginator(GetTableObjectsRequest getTableObjectsRequest)Returns the set of Amazon S3 objects that make up the specified governed table. -
Uses of GetTableObjectsRequest in software.amazon.awssdk.services.lakeformation.paginators
Constructors in software.amazon.awssdk.services.lakeformation.paginators with parameters of type GetTableObjectsRequest Constructor Description GetTableObjectsIterable(LakeFormationClient client, GetTableObjectsRequest firstRequest)GetTableObjectsPublisher(LakeFormationAsyncClient client, GetTableObjectsRequest firstRequest) -
Uses of GetTableObjectsRequest in software.amazon.awssdk.services.lakeformation.transform
Methods in software.amazon.awssdk.services.lakeformation.transform with parameters of type GetTableObjectsRequest Modifier and Type Method Description SdkHttpFullRequestGetTableObjectsRequestMarshaller. marshall(GetTableObjectsRequest getTableObjectsRequest)
-