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