Uses of Class
com.oracle.bmc.core.model.ConsoleHistory.LifecycleState
-
Packages that use ConsoleHistory.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of ConsoleHistory.LifecycleState in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type ConsoleHistory.LifecycleState Modifier and Type Method Description Waiter<GetConsoleHistoryRequest,GetConsoleHistoryResponse>ComputeWaiters. forConsoleHistory(GetConsoleHistoryRequest request, ConsoleHistory.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetConsoleHistoryRequest,GetConsoleHistoryResponse>ComputeWaiters. forConsoleHistory(GetConsoleHistoryRequest request, ConsoleHistory.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetConsoleHistoryRequest,GetConsoleHistoryResponse>ComputeWaiters. forConsoleHistory(GetConsoleHistoryRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ConsoleHistory.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of ConsoleHistory.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return ConsoleHistory.LifecycleState Modifier and Type Method Description static ConsoleHistory.LifecycleStateConsoleHistory.LifecycleState. create(String key)ConsoleHistory.LifecycleStateConsoleHistory. getLifecycleState()The current state of the console history.static ConsoleHistory.LifecycleStateConsoleHistory.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.core.model with parameters of type ConsoleHistory.LifecycleState Modifier and Type Method Description ConsoleHistory.BuilderConsoleHistory.Builder. lifecycleState(ConsoleHistory.LifecycleState lifecycleState)The current state of the console history.Constructors in com.oracle.bmc.core.model with parameters of type ConsoleHistory.LifecycleState Constructor Description ConsoleHistory(String availabilityDomain, String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, String instanceId, ConsoleHistory.LifecycleState lifecycleState, Date timeCreated)Deprecated. -
Uses of ConsoleHistory.LifecycleState in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ConsoleHistory.LifecycleState Modifier and Type Method Description ConsoleHistory.LifecycleStateListConsoleHistoriesRequest. getLifecycleState()A filter to only return resources that match the given lifecycle state.Methods in com.oracle.bmc.core.requests with parameters of type ConsoleHistory.LifecycleState Modifier and Type Method Description ListConsoleHistoriesRequest.BuilderListConsoleHistoriesRequest.Builder. lifecycleState(ConsoleHistory.LifecycleState lifecycleState)A filter to only return resources that match the given lifecycle state.
-