Uses of Class
com.oracle.bmc.fleetsoftwareupdate.requests.UpdateFsuDiscoveryRequest
-
Packages that use UpdateFsuDiscoveryRequest Package Description com.oracle.bmc.fleetsoftwareupdate com.oracle.bmc.fleetsoftwareupdate.requests -
-
Uses of UpdateFsuDiscoveryRequest in com.oracle.bmc.fleetsoftwareupdate
Methods in com.oracle.bmc.fleetsoftwareupdate with parameters of type UpdateFsuDiscoveryRequest Modifier and Type Method Description UpdateFsuDiscoveryResponse
FleetSoftwareUpdate. updateFsuDiscovery(UpdateFsuDiscoveryRequest request)
Updates the Exadata Fleet Update Discovery identified by the ID.Future<UpdateFsuDiscoveryResponse>
FleetSoftwareUpdateAsync. updateFsuDiscovery(UpdateFsuDiscoveryRequest request, AsyncHandler<UpdateFsuDiscoveryRequest,UpdateFsuDiscoveryResponse> handler)
Updates the Exadata Fleet Update Discovery identified by the ID.Future<UpdateFsuDiscoveryResponse>
FleetSoftwareUpdateAsyncClient. updateFsuDiscovery(UpdateFsuDiscoveryRequest request, AsyncHandler<UpdateFsuDiscoveryRequest,UpdateFsuDiscoveryResponse> handler)
UpdateFsuDiscoveryResponse
FleetSoftwareUpdateClient. updateFsuDiscovery(UpdateFsuDiscoveryRequest request)
Method parameters in com.oracle.bmc.fleetsoftwareupdate with type arguments of type UpdateFsuDiscoveryRequest Modifier and Type Method Description Future<UpdateFsuDiscoveryResponse>
FleetSoftwareUpdateAsync. updateFsuDiscovery(UpdateFsuDiscoveryRequest request, AsyncHandler<UpdateFsuDiscoveryRequest,UpdateFsuDiscoveryResponse> handler)
Updates the Exadata Fleet Update Discovery identified by the ID.Future<UpdateFsuDiscoveryResponse>
FleetSoftwareUpdateAsyncClient. updateFsuDiscovery(UpdateFsuDiscoveryRequest request, AsyncHandler<UpdateFsuDiscoveryRequest,UpdateFsuDiscoveryResponse> handler)
-
Uses of UpdateFsuDiscoveryRequest in com.oracle.bmc.fleetsoftwareupdate.requests
Methods in com.oracle.bmc.fleetsoftwareupdate.requests that return UpdateFsuDiscoveryRequest Modifier and Type Method Description UpdateFsuDiscoveryRequest
UpdateFsuDiscoveryRequest.Builder. build()
Build the instance of UpdateFsuDiscoveryRequest as configured by this builderUpdateFsuDiscoveryRequest
UpdateFsuDiscoveryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateFsuDiscoveryRequest as configured by this builderMethods in com.oracle.bmc.fleetsoftwareupdate.requests with parameters of type UpdateFsuDiscoveryRequest Modifier and Type Method Description UpdateFsuDiscoveryRequest.Builder
UpdateFsuDiscoveryRequest.Builder. copy(UpdateFsuDiscoveryRequest o)
Copy method to populate the builder with values from the given instance.
-