Uses of Class
com.oracle.bmc.osmanagementhub.model.UpdateSoftwareSourceDetails
-
Packages that use UpdateSoftwareSourceDetails Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of UpdateSoftwareSourceDetails in com.oracle.bmc.osmanagementhub.model
Subclasses of UpdateSoftwareSourceDetails in com.oracle.bmc.osmanagementhub.model Modifier and Type Class Description class
UpdateCustomSoftwareSourceDetails
Provides the information used to update a custom software source.class
UpdatePrivateSoftwareSourceDetails
Provides the information used to update a private software source.class
UpdateThirdPartySoftwareSourceDetails
Provides the information used to update a third-party software source.class
UpdateVendorSoftwareSourceDetails
Provides the information for updating the tags of a vendor software source.class
UpdateVersionedCustomSoftwareSourceDetails
Provides the information used to update a versioned custom software source. -
Uses of UpdateSoftwareSourceDetails in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return UpdateSoftwareSourceDetails Modifier and Type Method Description UpdateSoftwareSourceDetails
UpdateSoftwareSourceRequest. getBody$()
Alternative accessor for the body parameter.UpdateSoftwareSourceDetails
UpdateSoftwareSourceRequest. getUpdateSoftwareSourceDetails()
The information to be updated.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type UpdateSoftwareSourceDetails Modifier and Type Method Description UpdateSoftwareSourceRequest.Builder
UpdateSoftwareSourceRequest.Builder. body$(UpdateSoftwareSourceDetails body)
Alternative setter for the body parameter.UpdateSoftwareSourceRequest.Builder
UpdateSoftwareSourceRequest.Builder. updateSoftwareSourceDetails(UpdateSoftwareSourceDetails updateSoftwareSourceDetails)
The information to be updated.
-