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