Uses of Class
software.amazon.awssdk.services.finspacedata.model.ListDataViewsResponse
-
Packages that use ListDataViewsResponse 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 ListDataViewsResponse in software.amazon.awssdk.services.finspacedata
Methods in software.amazon.awssdk.services.finspacedata that return ListDataViewsResponse Modifier and Type Method Description default ListDataViewsResponseFinspaceDataClient. listDataViews(Consumer<ListDataViewsRequest.Builder> listDataViewsRequest)Deprecated.This method will be discontinued.default ListDataViewsResponseFinspaceDataClient. listDataViews(ListDataViewsRequest listDataViewsRequest)Deprecated.This method will be discontinued.Methods in software.amazon.awssdk.services.finspacedata that return types with arguments of type ListDataViewsResponse Modifier and Type Method Description default CompletableFuture<ListDataViewsResponse>FinspaceDataAsyncClient. listDataViews(Consumer<ListDataViewsRequest.Builder> listDataViewsRequest)Deprecated.This method will be discontinued.default CompletableFuture<ListDataViewsResponse>FinspaceDataAsyncClient. listDataViews(ListDataViewsRequest listDataViewsRequest)Deprecated.This method will be discontinued. -
Uses of ListDataViewsResponse in software.amazon.awssdk.services.finspacedata.paginators
Methods in software.amazon.awssdk.services.finspacedata.paginators that return types with arguments of type ListDataViewsResponse Modifier and Type Method Description Iterator<ListDataViewsResponse>ListDataViewsIterable. iterator()Method parameters in software.amazon.awssdk.services.finspacedata.paginators with type arguments of type ListDataViewsResponse Modifier and Type Method Description voidListDataViewsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDataViewsResponse> subscriber)
-