Uses of Class
com.oracle.bmc.database.requests.UpdateExecutionWindowRequest
-
Packages that use UpdateExecutionWindowRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of UpdateExecutionWindowRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type UpdateExecutionWindowRequest Modifier and Type Method Description Waiter<UpdateExecutionWindowRequest,UpdateExecutionWindowResponse>
DatabaseWaiters. forUpdateExecutionWindow(UpdateExecutionWindowRequest request)
Creates a newWaiter
using the default configuration.Waiter<UpdateExecutionWindowRequest,UpdateExecutionWindowResponse>
DatabaseWaiters. forUpdateExecutionWindow(UpdateExecutionWindowRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type UpdateExecutionWindowRequest Modifier and Type Method Description Future<UpdateExecutionWindowResponse>
DatabaseAsync. updateExecutionWindow(UpdateExecutionWindowRequest request, AsyncHandler<UpdateExecutionWindowRequest,UpdateExecutionWindowResponse> handler)
Updates the execution window resource.Future<UpdateExecutionWindowResponse>
DatabaseAsyncClient. updateExecutionWindow(UpdateExecutionWindowRequest request, AsyncHandler<UpdateExecutionWindowRequest,UpdateExecutionWindowResponse> handler)
-
Uses of UpdateExecutionWindowRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return UpdateExecutionWindowRequest Modifier and Type Method Description UpdateExecutionWindowRequest
UpdateExecutionWindowRequest.Builder. build()
Build the instance of UpdateExecutionWindowRequest as configured by this builderUpdateExecutionWindowRequest
UpdateExecutionWindowRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateExecutionWindowRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type UpdateExecutionWindowRequest Modifier and Type Method Description UpdateExecutionWindowRequest.Builder
UpdateExecutionWindowRequest.Builder. copy(UpdateExecutionWindowRequest o)
Copy method to populate the builder with values from the given instance.
-