Uses of Class
com.oracle.bmc.osmanagementhub.model.LifecycleStage
-
Packages that use LifecycleStage Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.responses -
-
Uses of LifecycleStage in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return LifecycleStage Modifier and Type Method Description LifecycleStageLifecycleStage.Builder. build()Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type LifecycleStage Modifier and Type Method Description List<LifecycleStage>LifecycleEnvironment. getStages()User-specified list of lifecycle stages used within the lifecycle environment.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type LifecycleStage Modifier and Type Method Description LifecycleStage.BuilderLifecycleStage.Builder. copy(LifecycleStage model)Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type LifecycleStage Modifier and Type Method Description LifecycleEnvironment.BuilderLifecycleEnvironment.Builder. stages(List<LifecycleStage> stages)User-specified list of lifecycle stages used within the lifecycle environment.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type LifecycleStage Constructor Description LifecycleEnvironment(String id, String compartmentId, String displayName, String description, List<LifecycleStage> stages, List<ManagedInstanceDetails> managedInstanceIds, LifecycleEnvironment.LifecycleState lifecycleState, OsFamily osFamily, ArchType archType, VendorName vendorName, ManagedInstanceLocation location, Date timeCreated, Date timeModified, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of LifecycleStage in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return LifecycleStage Modifier and Type Method Description LifecycleStageGetLifecycleStageResponse. getLifecycleStage()The returned LifecycleStage instance.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type LifecycleStage Modifier and Type Method Description GetLifecycleStageResponse.BuilderGetLifecycleStageResponse.Builder. lifecycleStage(LifecycleStage lifecycleStage)The returned LifecycleStage instance.
-