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