Uses of Class
software.amazon.awssdk.services.lakeformation.model.GetTableObjectsResponse
-
Packages that use GetTableObjectsResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.paginators -
-
Uses of GetTableObjectsResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return GetTableObjectsResponse Modifier and Type Method Description default GetTableObjectsResponseLakeFormationClient. getTableObjects(Consumer<GetTableObjectsRequest.Builder> 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.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type GetTableObjectsResponse Modifier and Type Method Description default CompletableFuture<GetTableObjectsResponse>LakeFormationAsyncClient. getTableObjects(Consumer<GetTableObjectsRequest.Builder> 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. -
Uses of GetTableObjectsResponse in software.amazon.awssdk.services.lakeformation.paginators
Methods in software.amazon.awssdk.services.lakeformation.paginators that return types with arguments of type GetTableObjectsResponse Modifier and Type Method Description Iterator<GetTableObjectsResponse>GetTableObjectsIterable. iterator()Method parameters in software.amazon.awssdk.services.lakeformation.paginators with type arguments of type GetTableObjectsResponse Modifier and Type Method Description voidGetTableObjectsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetTableObjectsResponse> subscriber)
-