Uses of Class
com.oracle.bmc.database.model.ConsoleHistorySummary.LifecycleState
-
Packages that use ConsoleHistorySummary.LifecycleState Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of ConsoleHistorySummary.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ConsoleHistorySummary.LifecycleState Modifier and Type Method Description static ConsoleHistorySummary.LifecycleState
ConsoleHistorySummary.LifecycleState. create(String key)
ConsoleHistorySummary.LifecycleState
ConsoleHistorySummary. getLifecycleState()
The current state of the console history.static ConsoleHistorySummary.LifecycleState
ConsoleHistorySummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConsoleHistorySummary.LifecycleState[]
ConsoleHistorySummary.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type ConsoleHistorySummary.LifecycleState Modifier and Type Method Description ConsoleHistorySummary.Builder
ConsoleHistorySummary.Builder. lifecycleState(ConsoleHistorySummary.LifecycleState lifecycleState)
The current state of the console history.Constructors in com.oracle.bmc.database.model with parameters of type ConsoleHistorySummary.LifecycleState Constructor Description ConsoleHistorySummary(String id, String compartmentId, String dbNodeId, String displayName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, ConsoleHistorySummary.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated)
Deprecated. -
Uses of ConsoleHistorySummary.LifecycleState in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ConsoleHistorySummary.LifecycleState Modifier and Type Method Description ConsoleHistorySummary.LifecycleState
ListConsoleHistoriesRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state exactly.Methods in com.oracle.bmc.database.requests with parameters of type ConsoleHistorySummary.LifecycleState Modifier and Type Method Description ListConsoleHistoriesRequest.Builder
ListConsoleHistoriesRequest.Builder. lifecycleState(ConsoleHistorySummary.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
-