Uses of Class
com.oracle.bmc.mysql.requests.DeleteDbSystemRequest
-
Packages that use DeleteDbSystemRequest Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.requests -
-
Uses of DeleteDbSystemRequest in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql with parameters of type DeleteDbSystemRequest Modifier and Type Method Description DeleteDbSystemResponse
DbSystem. deleteDbSystem(DeleteDbSystemRequest request)
Delete a DB System, including terminating, detaching, removing, finalizing and otherwise deleting all related resources.Future<DeleteDbSystemResponse>
DbSystemAsync. deleteDbSystem(DeleteDbSystemRequest request, AsyncHandler<DeleteDbSystemRequest,DeleteDbSystemResponse> handler)
Delete a DB System, including terminating, detaching, removing, finalizing and otherwise deleting all related resources.Future<DeleteDbSystemResponse>
DbSystemAsyncClient. deleteDbSystem(DeleteDbSystemRequest request, AsyncHandler<DeleteDbSystemRequest,DeleteDbSystemResponse> handler)
DeleteDbSystemResponse
DbSystemClient. deleteDbSystem(DeleteDbSystemRequest request)
Method parameters in com.oracle.bmc.mysql with type arguments of type DeleteDbSystemRequest Modifier and Type Method Description Future<DeleteDbSystemResponse>
DbSystemAsync. deleteDbSystem(DeleteDbSystemRequest request, AsyncHandler<DeleteDbSystemRequest,DeleteDbSystemResponse> handler)
Delete a DB System, including terminating, detaching, removing, finalizing and otherwise deleting all related resources.Future<DeleteDbSystemResponse>
DbSystemAsyncClient. deleteDbSystem(DeleteDbSystemRequest request, AsyncHandler<DeleteDbSystemRequest,DeleteDbSystemResponse> handler)
-
Uses of DeleteDbSystemRequest in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return DeleteDbSystemRequest Modifier and Type Method Description DeleteDbSystemRequest
DeleteDbSystemRequest.Builder. build()
Build the instance of DeleteDbSystemRequest as configured by this builderDeleteDbSystemRequest
DeleteDbSystemRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteDbSystemRequest as configured by this builderMethods in com.oracle.bmc.mysql.requests with parameters of type DeleteDbSystemRequest Modifier and Type Method Description DeleteDbSystemRequest.Builder
DeleteDbSystemRequest.Builder. copy(DeleteDbSystemRequest o)
Copy method to populate the builder with values from the given instance.
-