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