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