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