Uses of Class
com.oracle.bmc.database.model.AutonomousPatch.LifecycleState
-
Packages that use AutonomousPatch.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of AutonomousPatch.LifecycleState in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type AutonomousPatch.LifecycleState Modifier and Type Method Description Waiter<GetAutonomousPatchRequest,GetAutonomousPatchResponse>
DatabaseWaiters. forAutonomousPatch(GetAutonomousPatchRequest request, AutonomousPatch.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAutonomousPatchRequest,GetAutonomousPatchResponse>
DatabaseWaiters. forAutonomousPatch(GetAutonomousPatchRequest request, AutonomousPatch.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAutonomousPatchRequest,GetAutonomousPatchResponse>
DatabaseWaiters. forAutonomousPatch(GetAutonomousPatchRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, AutonomousPatch.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of AutonomousPatch.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return AutonomousPatch.LifecycleState Modifier and Type Method Description static AutonomousPatch.LifecycleState
AutonomousPatch.LifecycleState. create(String key)
AutonomousPatch.LifecycleState
AutonomousPatch. getLifecycleState()
The current state of the patch as a result of lastAction.static AutonomousPatch.LifecycleState
AutonomousPatch.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutonomousPatch.LifecycleState[]
AutonomousPatch.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 AutonomousPatch.LifecycleState Modifier and Type Method Description AutonomousPatch.Builder
AutonomousPatch.Builder. lifecycleState(AutonomousPatch.LifecycleState lifecycleState)
The current state of the patch as a result of lastAction.Constructors in com.oracle.bmc.database.model with parameters of type AutonomousPatch.LifecycleState Constructor Description AutonomousPatch(String id, String description, String type, String lifecycleDetails, AutonomousPatch.LifecycleState lifecycleState, Date timeReleased, String version, AutonomousPatch.PatchModel patchModel, String quarter, String year, AutonomousPatch.AutonomousPatchType autonomousPatchType)
Deprecated.
-