Uses of Class
software.amazon.awssdk.services.finspace.model.DeleteKxDatabaseResponse
-
Packages that use DeleteKxDatabaseResponse Package Description software.amazon.awssdk.services.finspace The FinSpace management service provides the APIs for managing FinSpace environments. -
-
Uses of DeleteKxDatabaseResponse in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace that return DeleteKxDatabaseResponse Modifier and Type Method Description default DeleteKxDatabaseResponseFinspaceClient. deleteKxDatabase(Consumer<DeleteKxDatabaseRequest.Builder> deleteKxDatabaseRequest)Deletes the specified database and all of its associated data.default DeleteKxDatabaseResponseFinspaceClient. deleteKxDatabase(DeleteKxDatabaseRequest deleteKxDatabaseRequest)Deletes the specified database and all of its associated data.Methods in software.amazon.awssdk.services.finspace that return types with arguments of type DeleteKxDatabaseResponse Modifier and Type Method 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.
-