Package | Description |
---|---|
com.oracle.bmc.datascience | |
com.oracle.bmc.datascience.model | |
com.oracle.bmc.datascience.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetProjectRequest,GetProjectResponse> |
DataScienceWaiters.forProject(GetProjectRequest request,
ProjectLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetProjectRequest,GetProjectResponse> |
DataScienceWaiters.forProject(GetProjectRequest request,
ProjectLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetProjectRequest,GetProjectResponse> |
DataScienceWaiters.forProject(GetProjectRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ProjectLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static ProjectLifecycleState |
ProjectLifecycleState.create(String key) |
ProjectLifecycleState |
ProjectSummary.getLifecycleState()
The state of the project.
|
ProjectLifecycleState |
Project.getLifecycleState()
The state of the project.
|
static ProjectLifecycleState |
ProjectLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectLifecycleState[] |
ProjectLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ProjectSummary.Builder |
ProjectSummary.Builder.lifecycleState(ProjectLifecycleState lifecycleState)
The state of the project.
|
Project.Builder |
Project.Builder.lifecycleState(ProjectLifecycleState lifecycleState)
The state of the project.
|
Constructor and Description |
---|
Project(String id,
Date timeCreated,
String displayName,
String description,
String compartmentId,
String createdBy,
ProjectLifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
ProjectSummary(String id,
Date timeCreated,
String displayName,
String description,
String compartmentId,
String createdBy,
ProjectLifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ProjectLifecycleState |
ListProjectsRequest.getLifecycleState()
Filter results by the specified lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListProjectsRequest.Builder |
ListProjectsRequest.Builder.lifecycleState(ProjectLifecycleState lifecycleState)
Filter results by the specified lifecycle state.
|
Copyright © 2016–2024. All rights reserved.