Uses of Class
com.oracle.bmc.osmanagementhub.model.ModuleStreamSummary
-
Packages that use ModuleStreamSummary Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model -
-
Uses of ModuleStreamSummary in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type ModuleStreamSummary Modifier and Type Method Description Iterable<ModuleStreamSummary>
SoftwareSourcePaginators. listModuleStreamsRecordIterator(ListModuleStreamsRequest request)
Creates a new iterable which will iterate over theModuleStreamSummary
objects contained in responses from the listModuleStreams operation. -
Uses of ModuleStreamSummary in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return ModuleStreamSummary Modifier and Type Method Description ModuleStreamSummary
ModuleStreamSummary.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type ModuleStreamSummary Modifier and Type Method Description List<ModuleStreamSummary>
ModuleStreamCollection. getItems()
List of module streams.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type ModuleStreamSummary Modifier and Type Method Description ModuleStreamSummary.Builder
ModuleStreamSummary.Builder. copy(ModuleStreamSummary model)
Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type ModuleStreamSummary Modifier and Type Method Description ModuleStreamCollection.Builder
ModuleStreamCollection.Builder. items(List<ModuleStreamSummary> items)
List of module streams.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type ModuleStreamSummary Constructor Description ModuleStreamCollection(List<ModuleStreamSummary> items)
Deprecated.
-