Uses of Class
software.amazon.awssdk.services.lakeformation.model.ListResourcesRequest
-
Packages that use ListResourcesRequest Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.paginators software.amazon.awssdk.services.lakeformation.transform -
-
Uses of ListResourcesRequest in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation with parameters of type ListResourcesRequest Modifier and Type Method Description default CompletableFuture<ListResourcesResponse>LakeFormationAsyncClient. listResources(ListResourcesRequest 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.default ListResourcesPublisherLakeFormationAsyncClient. listResourcesPaginator(ListResourcesRequest listResourcesRequest)Lists the resources registered to be managed by the Data Catalog.default ListResourcesIterableLakeFormationClient. listResourcesPaginator(ListResourcesRequest listResourcesRequest)Lists the resources registered to be managed by the Data Catalog. -
Uses of ListResourcesRequest in software.amazon.awssdk.services.lakeformation.paginators
Constructors in software.amazon.awssdk.services.lakeformation.paginators with parameters of type ListResourcesRequest Constructor Description ListResourcesIterable(LakeFormationClient client, ListResourcesRequest firstRequest)ListResourcesPublisher(LakeFormationAsyncClient client, ListResourcesRequest firstRequest) -
Uses of ListResourcesRequest in software.amazon.awssdk.services.lakeformation.transform
Methods in software.amazon.awssdk.services.lakeformation.transform with parameters of type ListResourcesRequest Modifier and Type Method Description SdkHttpFullRequestListResourcesRequestMarshaller. marshall(ListResourcesRequest listResourcesRequest)
-