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