Uses of Class
com.oracle.bmc.bds.model.SoftwareUpdate.LifecycleState
-
Packages that use SoftwareUpdate.LifecycleState Package Description com.oracle.bmc.bds com.oracle.bmc.bds.model -
-
Uses of SoftwareUpdate.LifecycleState in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds with parameters of type SoftwareUpdate.LifecycleState Modifier and Type Method Description Waiter<GetSoftwareUpdateRequest,GetSoftwareUpdateResponse>
BdsWaiters. forSoftwareUpdate(GetSoftwareUpdateRequest request, SoftwareUpdate.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetSoftwareUpdateRequest,GetSoftwareUpdateResponse>
BdsWaiters. forSoftwareUpdate(GetSoftwareUpdateRequest request, SoftwareUpdate.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetSoftwareUpdateRequest,GetSoftwareUpdateResponse>
BdsWaiters. forSoftwareUpdate(GetSoftwareUpdateRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, SoftwareUpdate.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of SoftwareUpdate.LifecycleState in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return SoftwareUpdate.LifecycleState Modifier and Type Method Description static SoftwareUpdate.LifecycleState
SoftwareUpdate.LifecycleState. create(String key)
SoftwareUpdate.LifecycleState
SoftwareUpdate. getLifecycleState()
The lifecycle state of the software update.SoftwareUpdate.LifecycleState
SoftwareUpdateSummary. getLifecycleState()
The lifecycle state of the software update.static SoftwareUpdate.LifecycleState
SoftwareUpdate.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static SoftwareUpdate.LifecycleState[]
SoftwareUpdate.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.bds.model with parameters of type SoftwareUpdate.LifecycleState Modifier and Type Method Description BdsSoftwareUpdate.Builder
BdsSoftwareUpdate.Builder. lifecycleState(SoftwareUpdate.LifecycleState lifecycleState)
SoftwareUpdateSummary.Builder
SoftwareUpdateSummary.Builder. lifecycleState(SoftwareUpdate.LifecycleState lifecycleState)
The lifecycle state of the software update.Constructors in com.oracle.bmc.bds.model with parameters of type SoftwareUpdate.LifecycleState Constructor Description BdsSoftwareUpdate(String softwareUpdateKey, String softwareUpdateVersion, Date timeReleased, SoftwareUpdate.LifecycleState lifecycleState, Date timeDue)
Deprecated.SoftwareUpdate(String softwareUpdateKey, String softwareUpdateVersion, Date timeReleased, SoftwareUpdate.LifecycleState lifecycleState)
Deprecated.SoftwareUpdateSummary(String softwareUpdateKey, String softwareUpdateVersion, Date timeReleased, SoftwareUpdate.SoftwareUpdateType softwareUpdateType, SoftwareUpdate.LifecycleState lifecycleState)
Deprecated.
-