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