Uses of Class
com.oracle.bmc.osmanagement.model.UpdateModuleStreamDetails
-
Packages that use UpdateModuleStreamDetails Package Description com.oracle.bmc.osmanagement.model -
-
Uses of UpdateModuleStreamDetails in com.oracle.bmc.osmanagement.model
Methods in com.oracle.bmc.osmanagement.model that return UpdateModuleStreamDetails Modifier and Type Method Description UpdateModuleStreamDetails
UpdateModuleStreamDetails.Builder. build()
Methods in com.oracle.bmc.osmanagement.model that return types with arguments of type UpdateModuleStreamDetails Modifier and Type Method Description List<UpdateModuleStreamDetails>
UpdateModuleDetails. getStreams()
The streams of the moduleMethods in com.oracle.bmc.osmanagement.model with parameters of type UpdateModuleStreamDetails Modifier and Type Method Description UpdateModuleStreamDetails.Builder
UpdateModuleStreamDetails.Builder. copy(UpdateModuleStreamDetails model)
Method parameters in com.oracle.bmc.osmanagement.model with type arguments of type UpdateModuleStreamDetails Modifier and Type Method Description UpdateModuleDetails.Builder
UpdateModuleDetails.Builder. streams(List<UpdateModuleStreamDetails> streams)
The streams of the moduleConstructor parameters in com.oracle.bmc.osmanagement.model with type arguments of type UpdateModuleStreamDetails Constructor Description UpdateModuleDetails(String moduleName, List<UpdateModuleStreamDetails> streams)
Deprecated.
-