Uses of Class
software.amazon.awssdk.services.finspacedata.model.ListDatasetsResponse
-
Packages that use ListDatasetsResponse Package Description software.amazon.awssdk.services.finspacedata The FinSpace APIs let you take actions inside the FinSpace.software.amazon.awssdk.services.finspacedata.paginators -
-
Uses of ListDatasetsResponse in software.amazon.awssdk.services.finspacedata
Methods in software.amazon.awssdk.services.finspacedata that return ListDatasetsResponse Modifier and Type Method Description default ListDatasetsResponseFinspaceDataClient. listDatasets(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest)Deprecated.This method will be discontinued.default ListDatasetsResponseFinspaceDataClient. listDatasets(ListDatasetsRequest listDatasetsRequest)Deprecated.This method will be discontinued.Methods in software.amazon.awssdk.services.finspacedata that return types with arguments of type ListDatasetsResponse Modifier and Type Method Description default CompletableFuture<ListDatasetsResponse>FinspaceDataAsyncClient. listDatasets(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest)Deprecated.This method will be discontinued.default CompletableFuture<ListDatasetsResponse>FinspaceDataAsyncClient. listDatasets(ListDatasetsRequest listDatasetsRequest)Deprecated.This method will be discontinued. -
Uses of ListDatasetsResponse in software.amazon.awssdk.services.finspacedata.paginators
Methods in software.amazon.awssdk.services.finspacedata.paginators that return types with arguments of type ListDatasetsResponse Modifier and Type Method Description Iterator<ListDatasetsResponse>ListDatasetsIterable. iterator()Method parameters in software.amazon.awssdk.services.finspacedata.paginators with type arguments of type ListDatasetsResponse Modifier and Type Method Description voidListDatasetsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDatasetsResponse> subscriber)
-