Uses of Class
com.oracle.bmc.database.requests.TerminateDbSystemRequest
-
Packages that use TerminateDbSystemRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of TerminateDbSystemRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type TerminateDbSystemRequest Modifier and Type Method Description Waiter<TerminateDbSystemRequest,TerminateDbSystemResponse>
DatabaseWaiters. forTerminateDbSystem(TerminateDbSystemRequest request)
Creates a newWaiter
using the default configuration.Waiter<TerminateDbSystemRequest,TerminateDbSystemResponse>
DatabaseWaiters. forTerminateDbSystem(TerminateDbSystemRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type TerminateDbSystemRequest Modifier and Type Method Description 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.Future<TerminateDbSystemResponse>
DatabaseAsyncClient. terminateDbSystem(TerminateDbSystemRequest request, AsyncHandler<TerminateDbSystemRequest,TerminateDbSystemResponse> handler)
-
Uses of TerminateDbSystemRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return TerminateDbSystemRequest Modifier and Type Method Description TerminateDbSystemRequest
TerminateDbSystemRequest.Builder. build()
Build the instance of TerminateDbSystemRequest as configured by this builderTerminateDbSystemRequest
TerminateDbSystemRequest.Builder. buildWithoutInvocationCallback()
Build the instance of TerminateDbSystemRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type TerminateDbSystemRequest Modifier and Type Method Description TerminateDbSystemRequest.Builder
TerminateDbSystemRequest.Builder. copy(TerminateDbSystemRequest o)
Copy method to populate the builder with values from the given instance.
-