Uses of Class
com.oracle.bmc.osmanagement.model.ModuleStreamProfileOnManagedInstanceSummary
-
Packages that use ModuleStreamProfileOnManagedInstanceSummary Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.model com.oracle.bmc.osmanagement.responses -
-
Uses of ModuleStreamProfileOnManagedInstanceSummary in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement that return types with arguments of type ModuleStreamProfileOnManagedInstanceSummary Modifier and Type Method Description Iterable<ModuleStreamProfileOnManagedInstanceSummary>
OsManagementPaginators. listModuleStreamProfilesOnManagedInstanceRecordIterator(ListModuleStreamProfilesOnManagedInstanceRequest request)
Creates a new iterable which will iterate over theModuleStreamProfileOnManagedInstanceSummary
objects contained in responses from the listModuleStreamProfilesOnManagedInstance operation. -
Uses of ModuleStreamProfileOnManagedInstanceSummary in com.oracle.bmc.osmanagement.model
Methods in com.oracle.bmc.osmanagement.model that return ModuleStreamProfileOnManagedInstanceSummary Modifier and Type Method Description ModuleStreamProfileOnManagedInstanceSummary
ModuleStreamProfileOnManagedInstanceSummary.Builder. build()
Methods in com.oracle.bmc.osmanagement.model that return types with arguments of type ModuleStreamProfileOnManagedInstanceSummary Modifier and Type Method Description List<ModuleStreamProfileOnManagedInstanceSummary>
ModuleStreamOnManagedInstanceSummary. getProfiles()
The set of profiles that the module stream contains.Methods in com.oracle.bmc.osmanagement.model with parameters of type ModuleStreamProfileOnManagedInstanceSummary Modifier and Type Method Description ModuleStreamProfileOnManagedInstanceSummary.Builder
ModuleStreamProfileOnManagedInstanceSummary.Builder. copy(ModuleStreamProfileOnManagedInstanceSummary model)
Method parameters in com.oracle.bmc.osmanagement.model with type arguments of type ModuleStreamProfileOnManagedInstanceSummary Modifier and Type Method Description ModuleStreamOnManagedInstanceSummary.Builder
ModuleStreamOnManagedInstanceSummary.Builder. profiles(List<ModuleStreamProfileOnManagedInstanceSummary> profiles)
The set of profiles that the module stream contains.Constructor parameters in com.oracle.bmc.osmanagement.model with type arguments of type ModuleStreamProfileOnManagedInstanceSummary Constructor Description ModuleStreamOnManagedInstanceSummary(String moduleName, String streamName, ModuleStreamOnManagedInstanceSummary.Status status, List<ModuleStreamProfileOnManagedInstanceSummary> profiles, String softwareSourceId, Date timeModified)
Deprecated. -
Uses of ModuleStreamProfileOnManagedInstanceSummary in com.oracle.bmc.osmanagement.responses
Methods in com.oracle.bmc.osmanagement.responses that return types with arguments of type ModuleStreamProfileOnManagedInstanceSummary Modifier and Type Method Description List<ModuleStreamProfileOnManagedInstanceSummary>
ListModuleStreamProfilesOnManagedInstanceResponse. getItems()
A list of com.oracle.bmc.osmanagement.model.ModuleStreamProfileOnManagedInstanceSummary instances.Method parameters in com.oracle.bmc.osmanagement.responses with type arguments of type ModuleStreamProfileOnManagedInstanceSummary Modifier and Type Method Description ListModuleStreamProfilesOnManagedInstanceResponse.Builder
ListModuleStreamProfilesOnManagedInstanceResponse.Builder. items(List<ModuleStreamProfileOnManagedInstanceSummary> items)
A list of com.oracle.bmc.osmanagement.model.ModuleStreamProfileOnManagedInstanceSummary instances.
-