Uses of Class
com.oracle.bmc.database.responses.ReorderExecutionActionsResponse
-
Packages that use ReorderExecutionActionsResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of ReorderExecutionActionsResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return ReorderExecutionActionsResponse Modifier and Type Method Description ReorderExecutionActionsResponse
Database. reorderExecutionActions(ReorderExecutionActionsRequest request)
Reorders the execution actions under this execution window resource.ReorderExecutionActionsResponse
DatabaseClient. reorderExecutionActions(ReorderExecutionActionsRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type ReorderExecutionActionsResponse 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 ReorderExecutionActionsResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return ReorderExecutionActionsResponse Modifier and Type Method Description ReorderExecutionActionsResponse
ReorderExecutionActionsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type ReorderExecutionActionsResponse Modifier and Type Method Description ReorderExecutionActionsResponse.Builder
ReorderExecutionActionsResponse.Builder. copy(ReorderExecutionActionsResponse o)
Copy method to populate the builder with values from the given instance.
-