Uses of Class
software.amazon.awssdk.services.finspace.model.UpdateKxClusterDatabasesResponse
-
Packages that use UpdateKxClusterDatabasesResponse Package Description software.amazon.awssdk.services.finspace The FinSpace management service provides the APIs for managing FinSpace environments. -
-
Uses of UpdateKxClusterDatabasesResponse in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace that return UpdateKxClusterDatabasesResponse Modifier and Type Method Description default UpdateKxClusterDatabasesResponseFinspaceClient. updateKxClusterDatabases(Consumer<UpdateKxClusterDatabasesRequest.Builder> updateKxClusterDatabasesRequest)Updates the databases mounted on a kdb cluster, which includes thechangesetIdand all the dbPaths to be cached.default UpdateKxClusterDatabasesResponseFinspaceClient. updateKxClusterDatabases(UpdateKxClusterDatabasesRequest updateKxClusterDatabasesRequest)Updates the databases mounted on a kdb cluster, which includes thechangesetIdand all the dbPaths to be cached.Methods in software.amazon.awssdk.services.finspace that return types with arguments of type UpdateKxClusterDatabasesResponse Modifier and Type Method Description default CompletableFuture<UpdateKxClusterDatabasesResponse>FinspaceAsyncClient. updateKxClusterDatabases(Consumer<UpdateKxClusterDatabasesRequest.Builder> updateKxClusterDatabasesRequest)Updates the databases mounted on a kdb cluster, which includes thechangesetIdand all the dbPaths to be cached.default CompletableFuture<UpdateKxClusterDatabasesResponse>FinspaceAsyncClient. updateKxClusterDatabases(UpdateKxClusterDatabasesRequest updateKxClusterDatabasesRequest)Updates the databases mounted on a kdb cluster, which includes thechangesetIdand all the dbPaths to be cached.
-