Uses of Class
com.oracle.bmc.datasafe.model.SqlCollectionSummary.Status
-
Packages that use SqlCollectionSummary.Status Package Description com.oracle.bmc.datasafe.model -
-
Uses of SqlCollectionSummary.Status in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SqlCollectionSummary.Status Modifier and Type Method Description static SqlCollectionSummary.Status
SqlCollectionSummary.Status. create(String key)
SqlCollectionSummary.Status
SqlCollectionSummary. getStatus()
Specifies if the status of the SqlCollection.static SqlCollectionSummary.Status
SqlCollectionSummary.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static SqlCollectionSummary.Status[]
SqlCollectionSummary.Status. 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 SqlCollectionSummary.Status Modifier and Type Method Description SqlCollectionSummary.Builder
SqlCollectionSummary.Builder. status(SqlCollectionSummary.Status status)
Specifies if the status of the SqlCollection.Constructors in com.oracle.bmc.datasafe.model with parameters of type SqlCollectionSummary.Status Constructor Description 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.
-