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