Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.UpdateFsuCollectionDetails
-
Packages that use UpdateFsuCollectionDetails Package Description com.oracle.bmc.fleetsoftwareupdate.model com.oracle.bmc.fleetsoftwareupdate.requests -
-
Uses of UpdateFsuCollectionDetails in com.oracle.bmc.fleetsoftwareupdate.model
Methods in com.oracle.bmc.fleetsoftwareupdate.model that return UpdateFsuCollectionDetails Modifier and Type Method Description UpdateFsuCollectionDetails
UpdateFsuCollectionDetails.Builder. build()
Methods in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type UpdateFsuCollectionDetails Modifier and Type Method Description UpdateFsuCollectionDetails.Builder
UpdateFsuCollectionDetails.Builder. copy(UpdateFsuCollectionDetails model)
-
Uses of UpdateFsuCollectionDetails in com.oracle.bmc.fleetsoftwareupdate.requests
Methods in com.oracle.bmc.fleetsoftwareupdate.requests that return UpdateFsuCollectionDetails Modifier and Type Method Description UpdateFsuCollectionDetails
UpdateFsuCollectionRequest. getBody$()
Alternative accessor for the body parameter.UpdateFsuCollectionDetails
UpdateFsuCollectionRequest. getUpdateFsuCollectionDetails()
The Exadata Fleet Update Collection details to be updated.Methods in com.oracle.bmc.fleetsoftwareupdate.requests with parameters of type UpdateFsuCollectionDetails Modifier and Type Method Description UpdateFsuCollectionRequest.Builder
UpdateFsuCollectionRequest.Builder. body$(UpdateFsuCollectionDetails body)
Alternative setter for the body parameter.UpdateFsuCollectionRequest.Builder
UpdateFsuCollectionRequest.Builder. updateFsuCollectionDetails(UpdateFsuCollectionDetails updateFsuCollectionDetails)
The Exadata Fleet Update Collection details to be updated.
-