Uses of Class
com.oracle.bmc.osmanagementhub.model.ModuleStreamProfileSummary
-
Packages that use ModuleStreamProfileSummary Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model -
-
Uses of ModuleStreamProfileSummary in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type ModuleStreamProfileSummary Modifier and Type Method Description Iterable<ModuleStreamProfileSummary>
SoftwareSourcePaginators. listModuleStreamProfilesRecordIterator(ListModuleStreamProfilesRequest request)
Creates a new iterable which will iterate over theModuleStreamProfileSummary
objects contained in responses from the listModuleStreamProfiles operation. -
Uses of ModuleStreamProfileSummary in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return ModuleStreamProfileSummary Modifier and Type Method Description ModuleStreamProfileSummary
ModuleStreamProfileSummary.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type ModuleStreamProfileSummary Modifier and Type Method Description List<ModuleStreamProfileSummary>
ModuleStreamProfileCollection. getItems()
List of module stream profiles.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type ModuleStreamProfileSummary Modifier and Type Method Description ModuleStreamProfileSummary.Builder
ModuleStreamProfileSummary.Builder. copy(ModuleStreamProfileSummary model)
Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type ModuleStreamProfileSummary Modifier and Type Method Description ModuleStreamProfileCollection.Builder
ModuleStreamProfileCollection.Builder. items(List<ModuleStreamProfileSummary> items)
List of module stream profiles.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type ModuleStreamProfileSummary Constructor Description ModuleStreamProfileCollection(List<ModuleStreamProfileSummary> items)
Deprecated.
-