Uses of Class
com.oracle.bmc.datasafe.model.SqlCollectionLifecycleState
-
Packages that use SqlCollectionLifecycleState Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of SqlCollectionLifecycleState in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type SqlCollectionLifecycleState Modifier and Type Method Description Waiter<GetSqlCollectionRequest,GetSqlCollectionResponse>
DataSafeWaiters. forSqlCollection(GetSqlCollectionRequest request, SqlCollectionLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetSqlCollectionRequest,GetSqlCollectionResponse>
DataSafeWaiters. forSqlCollection(GetSqlCollectionRequest request, SqlCollectionLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetSqlCollectionRequest,GetSqlCollectionResponse>
DataSafeWaiters. forSqlCollection(GetSqlCollectionRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, SqlCollectionLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of SqlCollectionLifecycleState in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SqlCollectionLifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.datasafe.model with parameters of type SqlCollectionLifecycleState Modifier and Type Method 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.Constructors in com.oracle.bmc.datasafe.model with parameters of type SqlCollectionLifecycleState Constructor 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. -
Uses of SqlCollectionLifecycleState in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return SqlCollectionLifecycleState Modifier and Type Method Description SqlCollectionLifecycleState
ListSqlCollectionAnalyticsRequest. getLifecycleState()
The current state of the SQL collection.SqlCollectionLifecycleState
ListSqlCollectionsRequest. getLifecycleState()
The current state of the SQL collection.Methods in com.oracle.bmc.datasafe.requests with parameters of type SqlCollectionLifecycleState Modifier and Type Method 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.
-