Uses of Class
com.oracle.bmc.fleetsoftwareupdate.requests.UpdateFsuCollectionRequest
-
Packages that use UpdateFsuCollectionRequest Package Description com.oracle.bmc.fleetsoftwareupdate com.oracle.bmc.fleetsoftwareupdate.requests -
-
Uses of UpdateFsuCollectionRequest in com.oracle.bmc.fleetsoftwareupdate
Methods in com.oracle.bmc.fleetsoftwareupdate with parameters of type UpdateFsuCollectionRequest Modifier and Type Method Description UpdateFsuCollectionResponse
FleetSoftwareUpdate. updateFsuCollection(UpdateFsuCollectionRequest request)
Updates the Exadata Fleet Update Collection identified by the ID.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)
UpdateFsuCollectionResponse
FleetSoftwareUpdateClient. updateFsuCollection(UpdateFsuCollectionRequest request)
Method parameters in com.oracle.bmc.fleetsoftwareupdate with type arguments of type UpdateFsuCollectionRequest 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 UpdateFsuCollectionRequest in com.oracle.bmc.fleetsoftwareupdate.requests
Methods in com.oracle.bmc.fleetsoftwareupdate.requests that return UpdateFsuCollectionRequest Modifier and Type Method Description UpdateFsuCollectionRequest
UpdateFsuCollectionRequest.Builder. build()
Build the instance of UpdateFsuCollectionRequest as configured by this builderUpdateFsuCollectionRequest
UpdateFsuCollectionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateFsuCollectionRequest as configured by this builderMethods in com.oracle.bmc.fleetsoftwareupdate.requests with parameters of type UpdateFsuCollectionRequest Modifier and Type Method Description UpdateFsuCollectionRequest.Builder
UpdateFsuCollectionRequest.Builder. copy(UpdateFsuCollectionRequest o)
Copy method to populate the builder with values from the given instance.
-