Uses of Class
com.oracle.bmc.osmanagement.model.ModuleStreamProfileSummary
-
Packages that use ModuleStreamProfileSummary Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.model com.oracle.bmc.osmanagement.responses -
-
Uses of ModuleStreamProfileSummary in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement that return types with arguments of type ModuleStreamProfileSummary Modifier and Type Method Description Iterable<ModuleStreamProfileSummary>
OsManagementPaginators. 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.osmanagement.model
Methods in com.oracle.bmc.osmanagement.model that return ModuleStreamProfileSummary Modifier and Type Method Description ModuleStreamProfileSummary
ModuleStreamProfileSummary.Builder. build()
Methods in com.oracle.bmc.osmanagement.model with parameters of type ModuleStreamProfileSummary Modifier and Type Method Description ModuleStreamProfileSummary.Builder
ModuleStreamProfileSummary.Builder. copy(ModuleStreamProfileSummary model)
-
Uses of ModuleStreamProfileSummary in com.oracle.bmc.osmanagement.responses
Methods in com.oracle.bmc.osmanagement.responses that return types with arguments of type ModuleStreamProfileSummary Modifier and Type Method Description List<ModuleStreamProfileSummary>
ListModuleStreamProfilesResponse. getItems()
A list of com.oracle.bmc.osmanagement.model.ModuleStreamProfileSummary instances.Method parameters in com.oracle.bmc.osmanagement.responses with type arguments of type ModuleStreamProfileSummary Modifier and Type Method Description ListModuleStreamProfilesResponse.Builder
ListModuleStreamProfilesResponse.Builder. items(List<ModuleStreamProfileSummary> items)
A list of com.oracle.bmc.osmanagement.model.ModuleStreamProfileSummary instances.
-