Uses of Class
com.oracle.bmc.osmanagementhub.model.ModuleStreamCollection
-
Packages that use ModuleStreamCollection Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.responses -
-
Uses of ModuleStreamCollection in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return ModuleStreamCollection Modifier and Type Method Description ModuleStreamCollection
ModuleStreamCollection.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model with parameters of type ModuleStreamCollection Modifier and Type Method Description ModuleStreamCollection.Builder
ModuleStreamCollection.Builder. copy(ModuleStreamCollection model)
-
Uses of ModuleStreamCollection in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return ModuleStreamCollection Modifier and Type Method Description ModuleStreamCollection
ListModuleStreamsResponse. getModuleStreamCollection()
The returned ModuleStreamCollection instance.ModuleStreamCollection
SearchSoftwareSourceModuleStreamsResponse. getModuleStreamCollection()
The returned ModuleStreamCollection instance.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type ModuleStreamCollection Modifier and Type Method Description ListModuleStreamsResponse.Builder
ListModuleStreamsResponse.Builder. moduleStreamCollection(ModuleStreamCollection moduleStreamCollection)
The returned ModuleStreamCollection instance.SearchSoftwareSourceModuleStreamsResponse.Builder
SearchSoftwareSourceModuleStreamsResponse.Builder. moduleStreamCollection(ModuleStreamCollection moduleStreamCollection)
The returned ModuleStreamCollection instance.
-