Uses of Class
com.oracle.bmc.database.responses.DeleteExecutionActionResponse
-
Packages that use DeleteExecutionActionResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of DeleteExecutionActionResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return DeleteExecutionActionResponse Modifier and Type Method Description DeleteExecutionActionResponse
Database. deleteExecutionAction(DeleteExecutionActionRequest request)
Deletes the execution action.DeleteExecutionActionResponse
DatabaseClient. deleteExecutionAction(DeleteExecutionActionRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type DeleteExecutionActionResponse Modifier and Type Method Description Future<DeleteExecutionActionResponse>
DatabaseAsync. deleteExecutionAction(DeleteExecutionActionRequest request, AsyncHandler<DeleteExecutionActionRequest,DeleteExecutionActionResponse> handler)
Deletes the execution action.Future<DeleteExecutionActionResponse>
DatabaseAsyncClient. deleteExecutionAction(DeleteExecutionActionRequest request, AsyncHandler<DeleteExecutionActionRequest,DeleteExecutionActionResponse> handler)
-
Uses of DeleteExecutionActionResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return DeleteExecutionActionResponse Modifier and Type Method Description DeleteExecutionActionResponse
DeleteExecutionActionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type DeleteExecutionActionResponse Modifier and Type Method Description DeleteExecutionActionResponse.Builder
DeleteExecutionActionResponse.Builder. copy(DeleteExecutionActionResponse o)
Copy method to populate the builder with values from the given instance.
-