Uses of Class
com.oracle.bmc.fleetappsmanagement.responses.ManageJobExecutionResponse
-
Packages that use ManageJobExecutionResponse Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.responses -
-
Uses of ManageJobExecutionResponse in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return ManageJobExecutionResponse Modifier and Type Method Description ManageJobExecutionResponse
FleetAppsManagementOperations. manageJobExecution(ManageJobExecutionRequest request)
Manage execution actions for a Job like retrying or pausing a task.ManageJobExecutionResponse
FleetAppsManagementOperationsClient. manageJobExecution(ManageJobExecutionRequest request)
Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type ManageJobExecutionResponse Modifier and Type Method Description Future<ManageJobExecutionResponse>
FleetAppsManagementOperationsAsync. manageJobExecution(ManageJobExecutionRequest request, AsyncHandler<ManageJobExecutionRequest,ManageJobExecutionResponse> handler)
Manage execution actions for a Job like retrying or pausing a task.Future<ManageJobExecutionResponse>
FleetAppsManagementOperationsAsyncClient. manageJobExecution(ManageJobExecutionRequest request, AsyncHandler<ManageJobExecutionRequest,ManageJobExecutionResponse> handler)
Method parameters in com.oracle.bmc.fleetappsmanagement with type arguments of type ManageJobExecutionResponse Modifier and Type Method Description Future<ManageJobExecutionResponse>
FleetAppsManagementOperationsAsync. manageJobExecution(ManageJobExecutionRequest request, AsyncHandler<ManageJobExecutionRequest,ManageJobExecutionResponse> handler)
Manage execution actions for a Job like retrying or pausing a task.Future<ManageJobExecutionResponse>
FleetAppsManagementOperationsAsyncClient. manageJobExecution(ManageJobExecutionRequest request, AsyncHandler<ManageJobExecutionRequest,ManageJobExecutionResponse> handler)
-
Uses of ManageJobExecutionResponse in com.oracle.bmc.fleetappsmanagement.responses
Methods in com.oracle.bmc.fleetappsmanagement.responses that return ManageJobExecutionResponse Modifier and Type Method Description ManageJobExecutionResponse
ManageJobExecutionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.fleetappsmanagement.responses with parameters of type ManageJobExecutionResponse Modifier and Type Method Description ManageJobExecutionResponse.Builder
ManageJobExecutionResponse.Builder. copy(ManageJobExecutionResponse o)
Copy method to populate the builder with values from the given instance.
-