Uses of Class
com.oracle.bmc.resourcemanager.model.Stack.LifecycleState
-
Packages that use Stack.LifecycleState Package Description com.oracle.bmc.resourcemanager com.oracle.bmc.resourcemanager.model com.oracle.bmc.resourcemanager.requests -
-
Uses of Stack.LifecycleState in com.oracle.bmc.resourcemanager
Methods in com.oracle.bmc.resourcemanager with parameters of type Stack.LifecycleState Modifier and Type Method Description Waiter<GetStackRequest,GetStackResponse>
ResourceManagerWaiters. forStack(GetStackRequest request, Stack.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetStackRequest,GetStackResponse>
ResourceManagerWaiters. forStack(GetStackRequest request, Stack.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetStackRequest,GetStackResponse>
ResourceManagerWaiters. forStack(GetStackRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Stack.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Stack.LifecycleState in com.oracle.bmc.resourcemanager.model
Methods in com.oracle.bmc.resourcemanager.model that return Stack.LifecycleState Modifier and Type Method Description static Stack.LifecycleState
Stack.LifecycleState. create(String key)
Stack.LifecycleState
Stack. getLifecycleState()
The current lifecycle state of the stack.Stack.LifecycleState
StackSummary. getLifecycleState()
The current lifecycle state of the stack.static Stack.LifecycleState
Stack.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Stack.LifecycleState[]
Stack.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.resourcemanager.model with parameters of type Stack.LifecycleState Modifier and Type Method Description Stack.Builder
Stack.Builder. lifecycleState(Stack.LifecycleState lifecycleState)
The current lifecycle state of the stack.StackSummary.Builder
StackSummary.Builder. lifecycleState(Stack.LifecycleState lifecycleState)
The current lifecycle state of the stack.Constructors in com.oracle.bmc.resourcemanager.model with parameters of type Stack.LifecycleState Constructor Description Stack(String id, String compartmentId, String displayName, String description, Date timeCreated, Stack.LifecycleState lifecycleState, ConfigSource configSource, CustomTerraformProvider customTerraformProvider, Boolean isThirdPartyProviderExperienceEnabled, Map<String,String> variables, String terraformVersion, Stack.StackDriftStatus stackDriftStatus, Date timeDriftLastChecked, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.StackSummary(String id, String compartmentId, String displayName, String description, Date timeCreated, Stack.LifecycleState lifecycleState, String terraformVersion, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of Stack.LifecycleState in com.oracle.bmc.resourcemanager.requests
Methods in com.oracle.bmc.resourcemanager.requests that return Stack.LifecycleState Modifier and Type Method Description Stack.LifecycleState
ListStacksRequest. getLifecycleState()
A filter that returns only those resources that match the specified lifecycle state.Methods in com.oracle.bmc.resourcemanager.requests with parameters of type Stack.LifecycleState Modifier and Type Method Description ListStacksRequest.Builder
ListStacksRequest.Builder. lifecycleState(Stack.LifecycleState lifecycleState)
A filter that returns only those resources that match the specified lifecycle state.
-