Uses of Class
com.oracle.bmc.osmanagementhub.model.AvailableSoftwareSourceSummary
-
Packages that use AvailableSoftwareSourceSummary Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model -
-
Uses of AvailableSoftwareSourceSummary in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type AvailableSoftwareSourceSummary Modifier and Type Method Description Iterable<AvailableSoftwareSourceSummary>
ManagedInstancePaginators. listManagedInstanceAvailableSoftwareSourcesRecordIterator(ListManagedInstanceAvailableSoftwareSourcesRequest request)
Creates a new iterable which will iterate over theAvailableSoftwareSourceSummary
objects contained in responses from the listManagedInstanceAvailableSoftwareSources operation.Iterable<AvailableSoftwareSourceSummary>
ManagedInstanceGroupPaginators. listManagedInstanceGroupAvailableSoftwareSourcesRecordIterator(ListManagedInstanceGroupAvailableSoftwareSourcesRequest request)
Creates a new iterable which will iterate over theAvailableSoftwareSourceSummary
objects contained in responses from the listManagedInstanceGroupAvailableSoftwareSources operation.Iterable<AvailableSoftwareSourceSummary>
OnboardingPaginators. listProfileAvailableSoftwareSourcesRecordIterator(ListProfileAvailableSoftwareSourcesRequest request)
Creates a new iterable which will iterate over theAvailableSoftwareSourceSummary
objects contained in responses from the listProfileAvailableSoftwareSources operation. -
Uses of AvailableSoftwareSourceSummary in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return AvailableSoftwareSourceSummary Modifier and Type Method Description AvailableSoftwareSourceSummary
AvailableSoftwareSourceSummary.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type AvailableSoftwareSourceSummary Modifier and Type Method Description List<AvailableSoftwareSourceSummary>
AvailableSoftwareSourceCollection. getItems()
List of available software sources.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type AvailableSoftwareSourceSummary Modifier and Type Method Description AvailableSoftwareSourceSummary.Builder
AvailableSoftwareSourceSummary.Builder. copy(AvailableSoftwareSourceSummary model)
Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type AvailableSoftwareSourceSummary Modifier and Type Method Description AvailableSoftwareSourceCollection.Builder
AvailableSoftwareSourceCollection.Builder. items(List<AvailableSoftwareSourceSummary> items)
List of available software sources.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type AvailableSoftwareSourceSummary Constructor Description AvailableSoftwareSourceCollection(List<AvailableSoftwareSourceSummary> items)
Deprecated.
-