Package | Description |
---|---|
com.oracle.bmc.dataintegration | |
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetApplicationRequest,GetApplicationResponse> |
DataIntegrationWaiters.forApplication(GetApplicationRequest request,
Application.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetApplicationRequest,GetApplicationResponse> |
DataIntegrationWaiters.forApplication(GetApplicationRequest request,
Application.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetApplicationRequest,GetApplicationResponse> |
DataIntegrationWaiters.forApplication(GetApplicationRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Application.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Application.LifecycleState |
Application.LifecycleState.create(String key) |
Application.LifecycleState |
Application.getLifecycleState()
The current state of the workspace.
|
static Application.LifecycleState |
Application.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Application.LifecycleState[] |
Application.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Application.Builder |
Application.Builder.lifecycleState(Application.LifecycleState lifecycleState)
The current state of the workspace.
|
Constructor and Description |
---|
Application(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,
Application.LifecycleState lifecycleState,
ObjectMetadata metadata,
Map<String,String> keyMap)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.