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