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