Uses of Class
com.oracle.bmc.database.model.ConsoleHistory.LifecycleState
-
Packages that use ConsoleHistory.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of ConsoleHistory.LifecycleState in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type ConsoleHistory.LifecycleState Modifier and Type Method Description Waiter<GetConsoleHistoryRequest,GetConsoleHistoryResponse>
DatabaseWaiters. forConsoleHistory(GetConsoleHistoryRequest request, ConsoleHistory.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetConsoleHistoryRequest,GetConsoleHistoryResponse>
DatabaseWaiters. forConsoleHistory(GetConsoleHistoryRequest request, ConsoleHistory.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetConsoleHistoryRequest,GetConsoleHistoryResponse>
DatabaseWaiters. forConsoleHistory(GetConsoleHistoryRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ConsoleHistory.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ConsoleHistory.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ConsoleHistory.LifecycleState Modifier and Type Method Description static ConsoleHistory.LifecycleState
ConsoleHistory.LifecycleState. create(String key)
ConsoleHistory.LifecycleState
ConsoleHistory. getLifecycleState()
The current state of the console history.static ConsoleHistory.LifecycleState
ConsoleHistory.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConsoleHistory.LifecycleState[]
ConsoleHistory.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 ConsoleHistory.LifecycleState Modifier and Type Method Description ConsoleHistory.Builder
ConsoleHistory.Builder. lifecycleState(ConsoleHistory.LifecycleState lifecycleState)
The current state of the console history.Constructors in com.oracle.bmc.database.model with parameters of type ConsoleHistory.LifecycleState Constructor Description ConsoleHistory(String id, String compartmentId, String dbNodeId, String displayName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, ConsoleHistory.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated)
Deprecated.
-