Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.responses |
Modifier and Type | Method and Description |
---|---|
TerminateDbSystemResponse |
DatabaseClient.terminateDbSystem(TerminateDbSystemRequest request) |
TerminateDbSystemResponse |
Database.terminateDbSystem(TerminateDbSystemRequest request)
Terminates a DB system and permanently deletes it and any databases running on it, and any
storage volumes attached to it.
|
Modifier and Type | Method and Description |
---|---|
Future<TerminateDbSystemResponse> |
DatabaseAsyncClient.terminateDbSystem(TerminateDbSystemRequest request,
AsyncHandler<TerminateDbSystemRequest,TerminateDbSystemResponse> handler) |
Future<TerminateDbSystemResponse> |
DatabaseAsync.terminateDbSystem(TerminateDbSystemRequest request,
AsyncHandler<TerminateDbSystemRequest,TerminateDbSystemResponse> handler)
Terminates a DB system and permanently deletes it and any databases running on it, and any
storage volumes attached to it.
|
Modifier and Type | Method and Description |
---|---|
TerminateDbSystemResponse |
TerminateDbSystemResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
TerminateDbSystemResponse.Builder |
TerminateDbSystemResponse.Builder.copy(TerminateDbSystemResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.