Uses of Class
com.oracle.bmc.dif.model.Stack.LifecycleState
-
Packages that use Stack.LifecycleState Package Description com.oracle.bmc.dif com.oracle.bmc.dif.model com.oracle.bmc.dif.requests -
-
Uses of Stack.LifecycleState in com.oracle.bmc.dif
Methods in com.oracle.bmc.dif with parameters of type Stack.LifecycleState Modifier and Type Method Description Waiter<GetStackRequest,GetStackResponse>StackWaiters. forStack(GetStackRequest request, Stack.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetStackRequest,GetStackResponse>StackWaiters. forStack(GetStackRequest request, Stack.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetStackRequest,GetStackResponse>StackWaiters. forStack(GetStackRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Stack.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of Stack.LifecycleState in com.oracle.bmc.dif.model
Methods in com.oracle.bmc.dif.model that return Stack.LifecycleState Modifier and Type Method Description static Stack.LifecycleStateStack.LifecycleState. create(String key)Stack.LifecycleStateStack. getLifecycleState()The current state of the Stack.Stack.LifecycleStateStackSummary. getLifecycleState()The current state of the Stack.static Stack.LifecycleStateStack.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.dif.model with parameters of type Stack.LifecycleState Modifier and Type Method Description Stack.BuilderStack.Builder. lifecycleState(Stack.LifecycleState lifecycleState)The current state of the Stack.StackSummary.BuilderStackSummary.Builder. lifecycleState(Stack.LifecycleState lifecycleState)The current state of the Stack.Constructors in com.oracle.bmc.dif.model with parameters of type Stack.LifecycleState Constructor Description Stack(String id, String displayName, String compartmentId, String notificationEmail, List<StackTemplate> stackTemplates, List<Service> services, List<AdbDetail> adb, List<GgcsDetail> ggcs, List<DataflowDetail> dataflow, List<ObjectStorageDetail> objectstorage, List<GenAiDetail> genai, List<ServiceDetailResponse> serviceDetails, Date timeCreated, Date timeUpdated, Stack.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.StackSummary(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, Stack.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of Stack.LifecycleState in com.oracle.bmc.dif.requests
Methods in com.oracle.bmc.dif.requests that return Stack.LifecycleState Modifier and Type Method Description Stack.LifecycleStateListStacksRequest. getLifecycleState()A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.dif.requests with parameters of type Stack.LifecycleState Modifier and Type Method Description ListStacksRequest.BuilderListStacksRequest.Builder. lifecycleState(Stack.LifecycleState lifecycleState)A filter to return only resources that match the given lifecycle state.
-