Uses of Class
com.oracle.bmc.fleetsoftwareupdate.requests.RetryFsuJobRequest
-
Packages that use RetryFsuJobRequest Package Description com.oracle.bmc.fleetsoftwareupdate com.oracle.bmc.fleetsoftwareupdate.requests -
-
Uses of RetryFsuJobRequest in com.oracle.bmc.fleetsoftwareupdate
Methods in com.oracle.bmc.fleetsoftwareupdate with parameters of type RetryFsuJobRequest Modifier and Type Method Description RetryFsuJobResponse
FleetSoftwareUpdate. retryFsuJob(RetryFsuJobRequest request)
Retry a failed Job, only while the current Action is being executed.Future<RetryFsuJobResponse>
FleetSoftwareUpdateAsync. retryFsuJob(RetryFsuJobRequest request, AsyncHandler<RetryFsuJobRequest,RetryFsuJobResponse> handler)
Retry a failed Job, only while the current Action is being executed.Future<RetryFsuJobResponse>
FleetSoftwareUpdateAsyncClient. retryFsuJob(RetryFsuJobRequest request, AsyncHandler<RetryFsuJobRequest,RetryFsuJobResponse> handler)
RetryFsuJobResponse
FleetSoftwareUpdateClient. retryFsuJob(RetryFsuJobRequest request)
Method parameters in com.oracle.bmc.fleetsoftwareupdate with type arguments of type RetryFsuJobRequest Modifier and Type Method Description Future<RetryFsuJobResponse>
FleetSoftwareUpdateAsync. retryFsuJob(RetryFsuJobRequest request, AsyncHandler<RetryFsuJobRequest,RetryFsuJobResponse> handler)
Retry a failed Job, only while the current Action is being executed.Future<RetryFsuJobResponse>
FleetSoftwareUpdateAsyncClient. retryFsuJob(RetryFsuJobRequest request, AsyncHandler<RetryFsuJobRequest,RetryFsuJobResponse> handler)
-
Uses of RetryFsuJobRequest in com.oracle.bmc.fleetsoftwareupdate.requests
Methods in com.oracle.bmc.fleetsoftwareupdate.requests that return RetryFsuJobRequest Modifier and Type Method Description RetryFsuJobRequest
RetryFsuJobRequest.Builder. build()
Build the instance of RetryFsuJobRequest as configured by this builderRetryFsuJobRequest
RetryFsuJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RetryFsuJobRequest as configured by this builderMethods in com.oracle.bmc.fleetsoftwareupdate.requests with parameters of type RetryFsuJobRequest Modifier and Type Method Description RetryFsuJobRequest.Builder
RetryFsuJobRequest.Builder. copy(RetryFsuJobRequest o)
Copy method to populate the builder with values from the given instance.
-