Uses of Class
software.amazon.awssdk.services.finspace.model.UpdateKxDatabaseResponse
-
Packages that use UpdateKxDatabaseResponse Package Description software.amazon.awssdk.services.finspace The FinSpace management service provides the APIs for managing FinSpace environments. -
-
Uses of UpdateKxDatabaseResponse in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace that return UpdateKxDatabaseResponse Modifier and Type Method Description default UpdateKxDatabaseResponseFinspaceClient. updateKxDatabase(Consumer<UpdateKxDatabaseRequest.Builder> updateKxDatabaseRequest)Updates information for the given kdb database.default UpdateKxDatabaseResponseFinspaceClient. updateKxDatabase(UpdateKxDatabaseRequest updateKxDatabaseRequest)Updates information for the given kdb database.Methods in software.amazon.awssdk.services.finspace that return types with arguments of type UpdateKxDatabaseResponse Modifier and Type Method Description default CompletableFuture<UpdateKxDatabaseResponse>FinspaceAsyncClient. updateKxDatabase(Consumer<UpdateKxDatabaseRequest.Builder> updateKxDatabaseRequest)Updates information for the given kdb database.default CompletableFuture<UpdateKxDatabaseResponse>FinspaceAsyncClient. updateKxDatabase(UpdateKxDatabaseRequest updateKxDatabaseRequest)Updates information for the given kdb database.
-