Package | Description |
---|---|
com.oracle.bmc.demandsignal | |
com.oracle.bmc.demandsignal.model | |
com.oracle.bmc.demandsignal.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetOccDemandSignalRequest,GetOccDemandSignalResponse> |
OccDemandSignalWaiters.forOccDemandSignal(GetOccDemandSignalRequest request,
OccDemandSignal.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetOccDemandSignalRequest,GetOccDemandSignalResponse> |
OccDemandSignalWaiters.forOccDemandSignal(GetOccDemandSignalRequest request,
OccDemandSignal.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetOccDemandSignalRequest,GetOccDemandSignalResponse> |
OccDemandSignalWaiters.forOccDemandSignal(GetOccDemandSignalRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
OccDemandSignal.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static OccDemandSignal.LifecycleState |
OccDemandSignal.LifecycleState.create(String key) |
OccDemandSignal.LifecycleState |
OccDemandSignalSummary.getLifecycleState()
The current state of the OccDemandSignal.
|
OccDemandSignal.LifecycleState |
OccDemandSignal.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.
|
Modifier and Type | Method and Description |
---|---|
OccDemandSignalSummary.Builder |
OccDemandSignalSummary.Builder.lifecycleState(OccDemandSignal.LifecycleState lifecycleState)
The current state of the OccDemandSignal.
|
OccDemandSignal.Builder |
OccDemandSignal.Builder.lifecycleState(OccDemandSignal.LifecycleState lifecycleState)
The current state of the OccDemandSignal.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
OccDemandSignal.LifecycleState |
ListOccDemandSignalsRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListOccDemandSignalsRequest.Builder |
ListOccDemandSignalsRequest.Builder.lifecycleState(OccDemandSignal.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.