Uses of Class
com.oracle.bmc.osmanagementhub.model.UpdateLifecycleStageDetails
-
Packages that use UpdateLifecycleStageDetails Package Description com.oracle.bmc.osmanagementhub.model -
-
Uses of UpdateLifecycleStageDetails in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return UpdateLifecycleStageDetails Modifier and Type Method Description UpdateLifecycleStageDetailsUpdateLifecycleStageDetails.Builder. build()Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type UpdateLifecycleStageDetails Modifier and Type Method Description List<UpdateLifecycleStageDetails>UpdateLifecycleEnvironmentDetails. getStages()The list of lifecycle stages to be updated.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type UpdateLifecycleStageDetails Modifier and Type Method Description UpdateLifecycleStageDetails.BuilderUpdateLifecycleStageDetails.Builder. copy(UpdateLifecycleStageDetails model)Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type UpdateLifecycleStageDetails Modifier and Type Method Description UpdateLifecycleEnvironmentDetails.BuilderUpdateLifecycleEnvironmentDetails.Builder. stages(List<UpdateLifecycleStageDetails> stages)The list of lifecycle stages to be updated.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type UpdateLifecycleStageDetails Constructor Description UpdateLifecycleEnvironmentDetails(String displayName, String description, List<UpdateLifecycleStageDetails> stages, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-