Uses of Class
com.oracle.bmc.osmanagementhub.model.CreateLifecycleStageDetails
-
Packages that use CreateLifecycleStageDetails Package Description com.oracle.bmc.osmanagementhub.model -
-
Uses of CreateLifecycleStageDetails in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return CreateLifecycleStageDetails Modifier and Type Method Description CreateLifecycleStageDetailsCreateLifecycleStageDetails.Builder. build()Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type CreateLifecycleStageDetails Modifier and Type Method Description List<CreateLifecycleStageDetails>CreateLifecycleEnvironmentDetails. getStages()User-specified list of ranked lifecycle stages used within the lifecycle environment.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type CreateLifecycleStageDetails Modifier and Type Method Description CreateLifecycleStageDetails.BuilderCreateLifecycleStageDetails.Builder. copy(CreateLifecycleStageDetails model)Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type CreateLifecycleStageDetails Modifier and Type Method Description CreateLifecycleEnvironmentDetails.BuilderCreateLifecycleEnvironmentDetails.Builder. stages(List<CreateLifecycleStageDetails> stages)User-specified list of ranked lifecycle stages used within the lifecycle environment.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type CreateLifecycleStageDetails Constructor Description CreateLifecycleEnvironmentDetails(String compartmentId, String displayName, String description, List<CreateLifecycleStageDetails> stages, ArchType archType, OsFamily osFamily, VendorName vendorName, ManagedInstanceLocation location, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-