Uses of Class
com.oracle.bmc.fleetsoftwareupdate.responses.UpdateFsuJobResponse
-
Packages that use UpdateFsuJobResponse Package Description com.oracle.bmc.fleetsoftwareupdate com.oracle.bmc.fleetsoftwareupdate.responses -
-
Uses of UpdateFsuJobResponse in com.oracle.bmc.fleetsoftwareupdate
Methods in com.oracle.bmc.fleetsoftwareupdate that return UpdateFsuJobResponse Modifier and Type Method Description UpdateFsuJobResponse
FleetSoftwareUpdate. updateFsuJob(UpdateFsuJobRequest request)
Updates Exadata Fleet Update Job resource details.UpdateFsuJobResponse
FleetSoftwareUpdateClient. updateFsuJob(UpdateFsuJobRequest request)
Methods in com.oracle.bmc.fleetsoftwareupdate that return types with arguments of type UpdateFsuJobResponse Modifier and Type Method Description Future<UpdateFsuJobResponse>
FleetSoftwareUpdateAsync. updateFsuJob(UpdateFsuJobRequest request, AsyncHandler<UpdateFsuJobRequest,UpdateFsuJobResponse> handler)
Updates Exadata Fleet Update Job resource details.Future<UpdateFsuJobResponse>
FleetSoftwareUpdateAsyncClient. updateFsuJob(UpdateFsuJobRequest request, AsyncHandler<UpdateFsuJobRequest,UpdateFsuJobResponse> handler)
Method parameters in com.oracle.bmc.fleetsoftwareupdate with type arguments of type UpdateFsuJobResponse Modifier and Type Method Description Future<UpdateFsuJobResponse>
FleetSoftwareUpdateAsync. updateFsuJob(UpdateFsuJobRequest request, AsyncHandler<UpdateFsuJobRequest,UpdateFsuJobResponse> handler)
Updates Exadata Fleet Update Job resource details.Future<UpdateFsuJobResponse>
FleetSoftwareUpdateAsyncClient. updateFsuJob(UpdateFsuJobRequest request, AsyncHandler<UpdateFsuJobRequest,UpdateFsuJobResponse> handler)
-
Uses of UpdateFsuJobResponse in com.oracle.bmc.fleetsoftwareupdate.responses
Methods in com.oracle.bmc.fleetsoftwareupdate.responses that return UpdateFsuJobResponse Modifier and Type Method Description UpdateFsuJobResponse
UpdateFsuJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.fleetsoftwareupdate.responses with parameters of type UpdateFsuJobResponse Modifier and Type Method Description UpdateFsuJobResponse.Builder
UpdateFsuJobResponse.Builder. copy(UpdateFsuJobResponse o)
Copy method to populate the builder with values from the given instance.
-