Uses of Class
com.oracle.bmc.demandsignal.model.OccDemandSignal.LifecycleState
-
Packages that use OccDemandSignal.LifecycleState Package Description com.oracle.bmc.demandsignal com.oracle.bmc.demandsignal.model com.oracle.bmc.demandsignal.requests -
-
Uses of OccDemandSignal.LifecycleState in com.oracle.bmc.demandsignal
Methods in com.oracle.bmc.demandsignal with parameters of type OccDemandSignal.LifecycleState Modifier and Type Method Description Waiter<GetOccDemandSignalRequest,GetOccDemandSignalResponse>
OccDemandSignalWaiters. forOccDemandSignal(GetOccDemandSignalRequest request, OccDemandSignal.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetOccDemandSignalRequest,GetOccDemandSignalResponse>
OccDemandSignalWaiters. forOccDemandSignal(GetOccDemandSignalRequest request, OccDemandSignal.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetOccDemandSignalRequest,GetOccDemandSignalResponse>
OccDemandSignalWaiters. forOccDemandSignal(GetOccDemandSignalRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, OccDemandSignal.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of OccDemandSignal.LifecycleState in com.oracle.bmc.demandsignal.model
Methods in com.oracle.bmc.demandsignal.model that return OccDemandSignal.LifecycleState Modifier and Type Method Description static OccDemandSignal.LifecycleState
OccDemandSignal.LifecycleState. create(String key)
OccDemandSignal.LifecycleState
OccDemandSignal. getLifecycleState()
The current state of the OccDemandSignal.OccDemandSignal.LifecycleState
OccDemandSignalSummary. getLifecycleState()
The current state of the OccDemandSignal.static OccDemandSignal.LifecycleState
OccDemandSignal.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static OccDemandSignal.LifecycleState[]
OccDemandSignal.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.demandsignal.model with parameters of type OccDemandSignal.LifecycleState Modifier and Type Method Description OccDemandSignal.Builder
OccDemandSignal.Builder. lifecycleState(OccDemandSignal.LifecycleState lifecycleState)
The current state of the OccDemandSignal.OccDemandSignalSummary.Builder
OccDemandSignalSummary.Builder. lifecycleState(OccDemandSignal.LifecycleState lifecycleState)
The current state of the OccDemandSignal.Constructors in com.oracle.bmc.demandsignal.model with parameters of type OccDemandSignal.LifecycleState Constructor Description OccDemandSignal(String id, String compartmentId, String displayName, List<OccDemandSignalData> occDemandSignals, Boolean isActive, OccDemandSignal.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.OccDemandSignalSummary(String id, String displayName, String compartmentId, Boolean isActive, Date timeCreated, Date timeUpdated, OccDemandSignal.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of OccDemandSignal.LifecycleState in com.oracle.bmc.demandsignal.requests
Methods in com.oracle.bmc.demandsignal.requests that return OccDemandSignal.LifecycleState Modifier and Type Method Description OccDemandSignal.LifecycleState
ListOccDemandSignalsRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.demandsignal.requests with parameters of type OccDemandSignal.LifecycleState Modifier and Type Method Description ListOccDemandSignalsRequest.Builder
ListOccDemandSignalsRequest.Builder. lifecycleState(OccDemandSignal.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
-