Uses of Class
com.oracle.bmc.database.requests.DeleteExecutionWindowRequest
-
Packages that use DeleteExecutionWindowRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of DeleteExecutionWindowRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type DeleteExecutionWindowRequest Modifier and Type Method Description DeleteExecutionWindowResponse
Database. deleteExecutionWindow(DeleteExecutionWindowRequest request)
Deletes the execution window.Future<DeleteExecutionWindowResponse>
DatabaseAsync. deleteExecutionWindow(DeleteExecutionWindowRequest request, AsyncHandler<DeleteExecutionWindowRequest,DeleteExecutionWindowResponse> handler)
Deletes the execution window.Future<DeleteExecutionWindowResponse>
DatabaseAsyncClient. deleteExecutionWindow(DeleteExecutionWindowRequest request, AsyncHandler<DeleteExecutionWindowRequest,DeleteExecutionWindowResponse> handler)
DeleteExecutionWindowResponse
DatabaseClient. deleteExecutionWindow(DeleteExecutionWindowRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type DeleteExecutionWindowRequest 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 DeleteExecutionWindowRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return DeleteExecutionWindowRequest Modifier and Type Method Description DeleteExecutionWindowRequest
DeleteExecutionWindowRequest.Builder. build()
Build the instance of DeleteExecutionWindowRequest as configured by this builderDeleteExecutionWindowRequest
DeleteExecutionWindowRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteExecutionWindowRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type DeleteExecutionWindowRequest Modifier and Type Method Description DeleteExecutionWindowRequest.Builder
DeleteExecutionWindowRequest.Builder. copy(DeleteExecutionWindowRequest o)
Copy method to populate the builder with values from the given instance.
-