Uses of Class
com.oracle.bmc.database.requests.CancelExecutionWindowRequest
-
Packages that use CancelExecutionWindowRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of CancelExecutionWindowRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type CancelExecutionWindowRequest Modifier and Type Method Description Waiter<CancelExecutionWindowRequest,CancelExecutionWindowResponse>
DatabaseWaiters. forCancelExecutionWindow(CancelExecutionWindowRequest request)
Creates a newWaiter
using the default configuration.Waiter<CancelExecutionWindowRequest,CancelExecutionWindowResponse>
DatabaseWaiters. forCancelExecutionWindow(CancelExecutionWindowRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type CancelExecutionWindowRequest 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 CancelExecutionWindowRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return CancelExecutionWindowRequest Modifier and Type Method Description CancelExecutionWindowRequest
CancelExecutionWindowRequest.Builder. build()
Build the instance of CancelExecutionWindowRequest as configured by this builderCancelExecutionWindowRequest
CancelExecutionWindowRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CancelExecutionWindowRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type CancelExecutionWindowRequest Modifier and Type Method Description CancelExecutionWindowRequest.Builder
CancelExecutionWindowRequest.Builder. copy(CancelExecutionWindowRequest o)
Copy method to populate the builder with values from the given instance.
-