Uses of Class
software.amazon.awssdk.services.lakeformation.model.ListResourcesResponse
-
Packages that use ListResourcesResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.paginators -
-
Uses of ListResourcesResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return ListResourcesResponse Modifier and Type Method Description default ListResourcesResponseLakeFormationClient. listResources(Consumer<ListResourcesRequest.Builder> listResourcesRequest)Lists the resources registered to be managed by the Data Catalog.default ListResourcesResponseLakeFormationClient. listResources(ListResourcesRequest listResourcesRequest)Lists the resources registered to be managed by the Data Catalog.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type ListResourcesResponse Modifier and Type Method Description default CompletableFuture<ListResourcesResponse>LakeFormationAsyncClient. listResources(Consumer<ListResourcesRequest.Builder> listResourcesRequest)Lists the resources registered to be managed by the Data Catalog.default CompletableFuture<ListResourcesResponse>LakeFormationAsyncClient. listResources(ListResourcesRequest listResourcesRequest)Lists the resources registered to be managed by the Data Catalog. -
Uses of ListResourcesResponse in software.amazon.awssdk.services.lakeformation.paginators
Methods in software.amazon.awssdk.services.lakeformation.paginators that return types with arguments of type ListResourcesResponse Modifier and Type Method Description Iterator<ListResourcesResponse>ListResourcesIterable. iterator()Method parameters in software.amazon.awssdk.services.lakeformation.paginators with type arguments of type ListResourcesResponse Modifier and Type Method Description voidListResourcesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListResourcesResponse> subscriber)
-