| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspace |
The FinSpace management service provides the APIs for managing FinSpace environments.
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateKxClusterDatabasesResponse |
FinspaceClient.updateKxClusterDatabases(Consumer<UpdateKxClusterDatabasesRequest.Builder> updateKxClusterDatabasesRequest)
Updates the databases mounted on a kdb cluster, which includes the
changesetId and all the dbPaths
to be cached. |
default UpdateKxClusterDatabasesResponse |
FinspaceClient.updateKxClusterDatabases(UpdateKxClusterDatabasesRequest updateKxClusterDatabasesRequest)
Updates the databases mounted on a kdb cluster, which includes the
changesetId and all the dbPaths
to be cached. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateKxClusterDatabasesResponse> |
FinspaceAsyncClient.updateKxClusterDatabases(Consumer<UpdateKxClusterDatabasesRequest.Builder> updateKxClusterDatabasesRequest)
Updates the databases mounted on a kdb cluster, which includes the
changesetId and all the dbPaths
to be cached. |
default CompletableFuture<UpdateKxClusterDatabasesResponse> |
FinspaceAsyncClient.updateKxClusterDatabases(UpdateKxClusterDatabasesRequest updateKxClusterDatabasesRequest)
Updates the databases mounted on a kdb cluster, which includes the
changesetId and all the dbPaths
to be cached. |
Copyright © 2023. All rights reserved.