| 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 DeleteKxDatabaseResponse |
FinspaceClient.deleteKxDatabase(Consumer<DeleteKxDatabaseRequest.Builder> deleteKxDatabaseRequest)
Deletes the specified database and all of its associated data.
|
default DeleteKxDatabaseResponse |
FinspaceClient.deleteKxDatabase(DeleteKxDatabaseRequest deleteKxDatabaseRequest)
Deletes the specified database and all of its associated data.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteKxDatabaseResponse> |
FinspaceAsyncClient.deleteKxDatabase(Consumer<DeleteKxDatabaseRequest.Builder> deleteKxDatabaseRequest)
Deletes the specified database and all of its associated data.
|
default CompletableFuture<DeleteKxDatabaseResponse> |
FinspaceAsyncClient.deleteKxDatabase(DeleteKxDatabaseRequest deleteKxDatabaseRequest)
Deletes the specified database and all of its associated data.
|
Copyright © 2023. All rights reserved.