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.databaseMethods in com.oracle.bmc.database that return CancelExecutionWindowResponse Modifier and Type Method Description CancelExecutionWindowResponseDatabase. cancelExecutionWindow(CancelExecutionWindowRequest request)Cancels the in progress maintenance activity under this execution window.CancelExecutionWindowResponseDatabaseClient. 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.responsesMethods in com.oracle.bmc.database.responses that return CancelExecutionWindowResponse Modifier and Type Method Description CancelExecutionWindowResponseCancelExecutionWindowResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type CancelExecutionWindowResponse Modifier and Type Method Description CancelExecutionWindowResponse.BuilderCancelExecutionWindowResponse.Builder. copy(CancelExecutionWindowResponse o)Copy method to populate the builder with values from the given instance.
 
-