Uses of Class
software.amazon.awssdk.services.finspace.model.ListKxDataviewsResponse
-
Packages that use ListKxDataviewsResponse Package Description software.amazon.awssdk.services.finspace The FinSpace management service provides the APIs for managing FinSpace environments.software.amazon.awssdk.services.finspace.paginators -
-
Uses of ListKxDataviewsResponse in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace that return ListKxDataviewsResponse Modifier and Type Method Description default ListKxDataviewsResponseFinspaceClient. listKxDataviews(Consumer<ListKxDataviewsRequest.Builder> listKxDataviewsRequest)Returns a list of all the dataviews in the database.default ListKxDataviewsResponseFinspaceClient. listKxDataviews(ListKxDataviewsRequest listKxDataviewsRequest)Returns a list of all the dataviews in the database.Methods in software.amazon.awssdk.services.finspace that return types with arguments of type ListKxDataviewsResponse Modifier and Type Method Description default CompletableFuture<ListKxDataviewsResponse>FinspaceAsyncClient. listKxDataviews(Consumer<ListKxDataviewsRequest.Builder> listKxDataviewsRequest)Returns a list of all the dataviews in the database.default CompletableFuture<ListKxDataviewsResponse>FinspaceAsyncClient. listKxDataviews(ListKxDataviewsRequest listKxDataviewsRequest)Returns a list of all the dataviews in the database. -
Uses of ListKxDataviewsResponse in software.amazon.awssdk.services.finspace.paginators
Methods in software.amazon.awssdk.services.finspace.paginators that return types with arguments of type ListKxDataviewsResponse Modifier and Type Method Description Iterator<ListKxDataviewsResponse>ListKxDataviewsIterable. iterator()Method parameters in software.amazon.awssdk.services.finspace.paginators with type arguments of type ListKxDataviewsResponse Modifier and Type Method Description voidListKxDataviewsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListKxDataviewsResponse> subscriber)
-