Uses of Class
com.oracle.bmc.osmanagement.model.UpdateModuleStreamProfileDetails
-
Packages that use UpdateModuleStreamProfileDetails Package Description com.oracle.bmc.osmanagement.model -
-
Uses of UpdateModuleStreamProfileDetails in com.oracle.bmc.osmanagement.model
Methods in com.oracle.bmc.osmanagement.model that return UpdateModuleStreamProfileDetails Modifier and Type Method Description UpdateModuleStreamProfileDetails
UpdateModuleStreamProfileDetails.Builder. build()
Methods in com.oracle.bmc.osmanagement.model that return types with arguments of type UpdateModuleStreamProfileDetails Modifier and Type Method Description List<UpdateModuleStreamProfileDetails>
UpdateModuleStreamDetails. getProfiles()
The profiles of the streamMethods in com.oracle.bmc.osmanagement.model with parameters of type UpdateModuleStreamProfileDetails Modifier and Type Method Description UpdateModuleStreamProfileDetails.Builder
UpdateModuleStreamProfileDetails.Builder. copy(UpdateModuleStreamProfileDetails model)
Method parameters in com.oracle.bmc.osmanagement.model with type arguments of type UpdateModuleStreamProfileDetails Modifier and Type Method Description UpdateModuleStreamDetails.Builder
UpdateModuleStreamDetails.Builder. profiles(List<UpdateModuleStreamProfileDetails> profiles)
The profiles of the streamConstructor parameters in com.oracle.bmc.osmanagement.model with type arguments of type UpdateModuleStreamProfileDetails Constructor Description UpdateModuleStreamDetails(String streamName, UpdateModuleStreamDetails.Status status, Date timeModified, String softwareSourceName, String softwareSourceUrl, Boolean isDefault, List<UpdateModuleStreamProfileDetails> profiles)
Deprecated.
-