Uses of Class
com.oracle.bmc.dataintegration.model.DisApplication.LifecycleState
-
Packages that use DisApplication.LifecycleState Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.model -
-
Uses of DisApplication.LifecycleState in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type DisApplication.LifecycleState Modifier and Type Method Description Waiter<GetDisApplicationRequest,GetDisApplicationResponse>
DataIntegrationWaiters. forDisApplication(GetDisApplicationRequest request, DisApplication.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDisApplicationRequest,GetDisApplicationResponse>
DataIntegrationWaiters. forDisApplication(GetDisApplicationRequest request, DisApplication.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDisApplicationRequest,GetDisApplicationResponse>
DataIntegrationWaiters. forDisApplication(GetDisApplicationRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DisApplication.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of DisApplication.LifecycleState in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return DisApplication.LifecycleState Modifier and Type Method Description static DisApplication.LifecycleState
DisApplication.LifecycleState. create(String key)
DisApplication.LifecycleState
DisApplication. getLifecycleState()
The current state of the workspace.static DisApplication.LifecycleState
DisApplication.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DisApplication.LifecycleState[]
DisApplication.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataintegration.model with parameters of type DisApplication.LifecycleState Modifier and Type Method Description DisApplication.Builder
DisApplication.Builder. lifecycleState(DisApplication.LifecycleState lifecycleState)
The current state of the workspace.Constructors in com.oracle.bmc.dataintegration.model with parameters of type DisApplication.LifecycleState Constructor Description DisApplication(String key, String modelType, String modelVersion, String name, String description, Integer applicationVersion, Integer objectStatus, String identifier, ParentReference parentRef, Integer objectVersion, List<PatchObjectMetadata> dependentObjectMetadata, Map<String,PatchObjectMetadata> publishedObjectMetadata, SourceApplicationInfo sourceApplicationInfo, Date timePatched, String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, DisApplication.LifecycleState lifecycleState, ObjectMetadata metadata, Map<String,String> keyMap)
Deprecated.
-