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