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