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.fleetsoftwareupdateMethods in com.oracle.bmc.fleetsoftwareupdate with parameters of type RetryFsuJobRequest Modifier and Type Method Description RetryFsuJobResponseFleetSoftwareUpdate. 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)RetryFsuJobResponseFleetSoftwareUpdateClient. 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.requestsMethods in com.oracle.bmc.fleetsoftwareupdate.requests that return RetryFsuJobRequest Modifier and Type Method Description RetryFsuJobRequestRetryFsuJobRequest.Builder. build()Build the instance of RetryFsuJobRequest as configured by this builderRetryFsuJobRequestRetryFsuJobRequest.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.BuilderRetryFsuJobRequest.Builder. copy(RetryFsuJobRequest o)Copy method to populate the builder with values from the given instance.
 
-