Package | Description |
---|---|
com.oracle.bmc.datasafe | |
com.oracle.bmc.datasafe.model | |
com.oracle.bmc.datasafe.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetSqlCollectionRequest,GetSqlCollectionResponse> |
DataSafeWaiters.forSqlCollection(GetSqlCollectionRequest request,
SqlCollectionLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetSqlCollectionRequest,GetSqlCollectionResponse> |
DataSafeWaiters.forSqlCollection(GetSqlCollectionRequest request,
SqlCollectionLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetSqlCollectionRequest,GetSqlCollectionResponse> |
DataSafeWaiters.forSqlCollection(GetSqlCollectionRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
SqlCollectionLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static SqlCollectionLifecycleState |
SqlCollectionLifecycleState.create(String key) |
SqlCollectionLifecycleState |
SqlCollection.getLifecycleState()
The current state of the SQL collection.
|
SqlCollectionLifecycleState |
SqlCollectionDimensions.getLifecycleState()
The current state of the SQL collection.
|
SqlCollectionLifecycleState |
SqlCollectionSummary.getLifecycleState()
The current state of the SQL collection.
|
static SqlCollectionLifecycleState |
SqlCollectionLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlCollectionLifecycleState[] |
SqlCollectionLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SqlCollection.Builder |
SqlCollection.Builder.lifecycleState(SqlCollectionLifecycleState lifecycleState)
The current state of the SQL collection.
|
SqlCollectionDimensions.Builder |
SqlCollectionDimensions.Builder.lifecycleState(SqlCollectionLifecycleState lifecycleState)
The current state of the SQL collection.
|
SqlCollectionSummary.Builder |
SqlCollectionSummary.Builder.lifecycleState(SqlCollectionLifecycleState lifecycleState)
The current state of the SQL collection.
|
Constructor and Description |
---|
SqlCollection(String id,
String compartmentId,
String displayName,
String description,
String targetId,
SqlCollection.Status status,
String dbUserName,
Date timeLastStarted,
Date timeLastStopped,
SqlCollection.SqlLevel sqlLevel,
Date timeCreated,
Date timeUpdated,
SqlCollectionLifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
SqlCollectionDimensions(String targetId,
SqlCollectionLifecycleState lifecycleState)
Deprecated.
|
SqlCollectionSummary(String id,
String compartmentId,
String displayName,
String description,
String targetId,
SqlCollectionSummary.Status status,
String dbUserName,
Date timeLastStarted,
Date timeLastStopped,
SqlCollectionSummary.SqlLevel sqlLevel,
Date timeCreated,
Date timeUpdated,
SqlCollectionLifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SqlCollectionLifecycleState |
ListSqlCollectionAnalyticsRequest.getLifecycleState()
The current state of the SQL collection.
|
SqlCollectionLifecycleState |
ListSqlCollectionsRequest.getLifecycleState()
The current state of the SQL collection.
|
Modifier and Type | Method and Description |
---|---|
ListSqlCollectionAnalyticsRequest.Builder |
ListSqlCollectionAnalyticsRequest.Builder.lifecycleState(SqlCollectionLifecycleState lifecycleState)
The current state of the SQL collection.
|
ListSqlCollectionsRequest.Builder |
ListSqlCollectionsRequest.Builder.lifecycleState(SqlCollectionLifecycleState lifecycleState)
The current state of the SQL collection.
|
Copyright © 2016–2024. All rights reserved.