Uses of Class
com.oracle.bmc.osmanagementhub.model.LifecycleStageSummary
-
Packages that use LifecycleStageSummary Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model -
-
Uses of LifecycleStageSummary in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type LifecycleStageSummary Modifier and Type Method Description Iterable<LifecycleStageSummary>LifecycleEnvironmentPaginators. listLifecycleStagesRecordIterator(ListLifecycleStagesRequest request)Creates a new iterable which will iterate over theLifecycleStageSummaryobjects contained in responses from the listLifecycleStages operation. -
Uses of LifecycleStageSummary in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return LifecycleStageSummary Modifier and Type Method Description LifecycleStageSummaryLifecycleStageSummary.Builder. build()Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type LifecycleStageSummary Modifier and Type Method Description List<LifecycleStageSummary>LifecycleStageCollection. getItems()List of lifecycle stages.List<LifecycleStageSummary>LifecycleEnvironmentSummary. getStages()User-specified list of lifecycle stages used within the lifecycle environment.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type LifecycleStageSummary Modifier and Type Method Description LifecycleStageSummary.BuilderLifecycleStageSummary.Builder. copy(LifecycleStageSummary model)Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type LifecycleStageSummary Modifier and Type Method Description LifecycleStageCollection.BuilderLifecycleStageCollection.Builder. items(List<LifecycleStageSummary> items)List of lifecycle stages.LifecycleEnvironmentSummary.BuilderLifecycleEnvironmentSummary.Builder. stages(List<LifecycleStageSummary> 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 LifecycleStageSummary Constructor Description LifecycleEnvironmentSummary(String id, String compartmentId, String displayName, String description, List<LifecycleStageSummary> stages, LifecycleEnvironment.LifecycleState lifecycleState, ArchType archType, OsFamily osFamily, 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.LifecycleStageCollection(List<LifecycleStageSummary> items)Deprecated.
-