Uses of Class
com.oracle.bmc.osmanagementhub.model.LifecycleStage.LifecycleState
-
Packages that use LifecycleStage.LifecycleState Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of LifecycleStage.LifecycleState in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type LifecycleStage.LifecycleState Modifier and Type Method Description Waiter<GetLifecycleStageRequest,GetLifecycleStageResponse>LifecycleEnvironmentWaiters. forLifecycleStage(GetLifecycleStageRequest request, LifecycleStage.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetLifecycleStageRequest,GetLifecycleStageResponse>LifecycleEnvironmentWaiters. forLifecycleStage(GetLifecycleStageRequest request, LifecycleStage.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetLifecycleStageRequest,GetLifecycleStageResponse>LifecycleEnvironmentWaiters. forLifecycleStage(GetLifecycleStageRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleStage.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of LifecycleStage.LifecycleState in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return LifecycleStage.LifecycleState Modifier and Type Method Description static LifecycleStage.LifecycleStateLifecycleStage.LifecycleState. create(String key)LifecycleStage.LifecycleStateLifecycleStage. getLifecycleState()The current state of the lifecycle stage.LifecycleStage.LifecycleStateLifecycleStageSummary. getLifecycleState()The current state of the lifecycle environment.static LifecycleStage.LifecycleStateLifecycleStage.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static LifecycleStage.LifecycleState[]LifecycleStage.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type LifecycleStage.LifecycleState Modifier and Type Method Description LifecycleStage.BuilderLifecycleStage.Builder. lifecycleState(LifecycleStage.LifecycleState lifecycleState)The current state of the lifecycle stage.LifecycleStageSummary.BuilderLifecycleStageSummary.Builder. lifecycleState(LifecycleStage.LifecycleState lifecycleState)The current state of the lifecycle environment.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type LifecycleStage.LifecycleState Constructor Description LifecycleStage(String id, String compartmentId, String displayName, String lifecycleEnvironmentId, Integer rank, OsFamily osFamily, ArchType archType, VendorName vendorName, List<ManagedInstanceDetails> managedInstanceIds, ManagedInstanceLocation location, SoftwareSourceDetails softwareSourceId, Date timeCreated, Date timeModified, LifecycleStage.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.LifecycleStageSummary(String id, String compartmentId, String displayName, String lifecycleEnvironmentId, String lifecycleEnvironmentDisplayName, Integer rank, OsFamily osFamily, ArchType archType, VendorName vendorName, Integer managedInstances, ManagedInstanceLocation location, SoftwareSourceDetails softwareSourceId, Date timeCreated, Date timeModified, LifecycleStage.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of LifecycleStage.LifecycleState in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return LifecycleStage.LifecycleState Modifier and Type Method Description LifecycleStage.LifecycleStateListLifecycleStageInstalledPackagesRequest. getLifecycleState()A filter to return only lifecycle stages whose lifecycle state matches the given lifecycle state.LifecycleStage.LifecycleStateListLifecycleStagesRequest. getLifecycleState()A filter to return only lifecycle stages whose lifecycle state matches the given lifecycle state.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type LifecycleStage.LifecycleState Modifier and Type Method Description ListLifecycleStageInstalledPackagesRequest.BuilderListLifecycleStageInstalledPackagesRequest.Builder. lifecycleState(LifecycleStage.LifecycleState lifecycleState)A filter to return only lifecycle stages whose lifecycle state matches the given lifecycle state.ListLifecycleStagesRequest.BuilderListLifecycleStagesRequest.Builder. lifecycleState(LifecycleStage.LifecycleState lifecycleState)A filter to return only lifecycle stages whose lifecycle state matches the given lifecycle state.
-