Uses of Class
com.oracle.bmc.osmanagementhub.model.SoftwareSourceAvailability
-
Packages that use SoftwareSourceAvailability Package Description com.oracle.bmc.osmanagementhub.model -
-
Uses of SoftwareSourceAvailability in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return SoftwareSourceAvailability Modifier and Type Method Description SoftwareSourceAvailability
SoftwareSourceAvailability.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type SoftwareSourceAvailability Modifier and Type Method Description List<SoftwareSourceAvailability>
ChangeAvailabilityOfSoftwareSourcesDetails. getSoftwareSourceAvailabilities()
List of vendor software sources and their availability statuses.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type SoftwareSourceAvailability Modifier and Type Method Description SoftwareSourceAvailability.Builder
SoftwareSourceAvailability.Builder. copy(SoftwareSourceAvailability model)
Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type SoftwareSourceAvailability Modifier and Type Method Description ChangeAvailabilityOfSoftwareSourcesDetails.Builder
ChangeAvailabilityOfSoftwareSourcesDetails.Builder. softwareSourceAvailabilities(List<SoftwareSourceAvailability> softwareSourceAvailabilities)
List of vendor software sources and their availability statuses.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type SoftwareSourceAvailability Constructor Description ChangeAvailabilityOfSoftwareSourcesDetails(List<SoftwareSourceAvailability> softwareSourceAvailabilities)
Deprecated.
-