Uses of Class
software.amazon.awssdk.services.finspace.model.ListKxDatabasesResponse
-
Packages that use ListKxDatabasesResponse 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 ListKxDatabasesResponse in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace that return ListKxDatabasesResponse Modifier and Type Method Description default ListKxDatabasesResponseFinspaceClient. listKxDatabases(Consumer<ListKxDatabasesRequest.Builder> listKxDatabasesRequest)Returns a list of all the databases in the kdb environment.default ListKxDatabasesResponseFinspaceClient. listKxDatabases(ListKxDatabasesRequest listKxDatabasesRequest)Returns a list of all the databases in the kdb environment.Methods in software.amazon.awssdk.services.finspace that return types with arguments of type ListKxDatabasesResponse Modifier and Type Method Description default CompletableFuture<ListKxDatabasesResponse>FinspaceAsyncClient. listKxDatabases(Consumer<ListKxDatabasesRequest.Builder> listKxDatabasesRequest)Returns a list of all the databases in the kdb environment.default CompletableFuture<ListKxDatabasesResponse>FinspaceAsyncClient. listKxDatabases(ListKxDatabasesRequest listKxDatabasesRequest)Returns a list of all the databases in the kdb environment. -
Uses of ListKxDatabasesResponse in software.amazon.awssdk.services.finspace.paginators
Methods in software.amazon.awssdk.services.finspace.paginators that return types with arguments of type ListKxDatabasesResponse Modifier and Type Method Description Iterator<ListKxDatabasesResponse>ListKxDatabasesIterable. iterator()Method parameters in software.amazon.awssdk.services.finspace.paginators with type arguments of type ListKxDatabasesResponse Modifier and Type Method Description voidListKxDatabasesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListKxDatabasesResponse> subscriber)
-