Uses of Class
com.oracle.bmc.osmanagementhub.model.SoftwareSourceSummary
-
Packages that use SoftwareSourceSummary Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model -
-
Uses of SoftwareSourceSummary in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type SoftwareSourceSummary Modifier and Type Method Description Iterable<SoftwareSourceSummary>
SoftwareSourcePaginators. listSoftwarePackageSoftwareSourcesRecordIterator(ListSoftwarePackageSoftwareSourcesRequest request)
Creates a new iterable which will iterate over theSoftwareSourceSummary
objects contained in responses from the listSoftwarePackageSoftwareSources operation.Iterable<SoftwareSourceSummary>
SoftwareSourcePaginators. listSoftwareSourcesRecordIterator(ListSoftwareSourcesRequest request)
Creates a new iterable which will iterate over theSoftwareSourceSummary
objects contained in responses from the listSoftwareSources operation. -
Uses of SoftwareSourceSummary in com.oracle.bmc.osmanagementhub.model
Subclasses of SoftwareSourceSummary in com.oracle.bmc.osmanagementhub.model Modifier and Type Class Description class
CustomSoftwareSourceSummary
Provides summary information for a custom software source.class
PrivateSoftwareSourceSummary
Provides summary information for a private software source.class
ThirdPartySoftwareSourceSummary
Provides summary information for a third-party software source.class
VendorSoftwareSourceSummary
Provides summary information for a vendor software source.class
VersionedCustomSoftwareSourceSummary
Provides summary information for a versioned custom software source.Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type SoftwareSourceSummary Modifier and Type Method Description List<SoftwareSourceSummary>
SoftwareSourceCollection. getItems()
List of software sources.Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type SoftwareSourceSummary Modifier and Type Method Description SoftwareSourceCollection.Builder
SoftwareSourceCollection.Builder. items(List<SoftwareSourceSummary> items)
List of software sources.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type SoftwareSourceSummary Constructor Description SoftwareSourceCollection(List<SoftwareSourceSummary> items)
Deprecated.
-