Uses of Class
com.oracle.bmc.osmanagement.model.UpdateModuleStreamProfileDetails.Status
-
Packages that use UpdateModuleStreamProfileDetails.Status Package Description com.oracle.bmc.osmanagement.model -
-
Uses of UpdateModuleStreamProfileDetails.Status in com.oracle.bmc.osmanagement.model
Methods in com.oracle.bmc.osmanagement.model that return UpdateModuleStreamProfileDetails.Status Modifier and Type Method Description static UpdateModuleStreamProfileDetails.Status
UpdateModuleStreamProfileDetails.Status. create(String key)
UpdateModuleStreamProfileDetails.Status
UpdateModuleStreamProfileDetails. getStatus()
The status of the profile.static UpdateModuleStreamProfileDetails.Status
UpdateModuleStreamProfileDetails.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static UpdateModuleStreamProfileDetails.Status[]
UpdateModuleStreamProfileDetails.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagement.model with parameters of type UpdateModuleStreamProfileDetails.Status Modifier and Type Method Description UpdateModuleStreamProfileDetails.Builder
UpdateModuleStreamProfileDetails.Builder. status(UpdateModuleStreamProfileDetails.Status status)
The status of the profile.Constructors in com.oracle.bmc.osmanagement.model with parameters of type UpdateModuleStreamProfileDetails.Status Constructor Description UpdateModuleStreamProfileDetails(String profileName, UpdateModuleStreamProfileDetails.Status status, Boolean isDefault, Date timeModified)
Deprecated.
-