Uses of Class
com.oracle.bmc.monitoring.model.AlarmSuppression.LifecycleState
-
Packages that use AlarmSuppression.LifecycleState Package Description com.oracle.bmc.monitoring com.oracle.bmc.monitoring.model com.oracle.bmc.monitoring.requests -
-
Uses of AlarmSuppression.LifecycleState in com.oracle.bmc.monitoring
Methods in com.oracle.bmc.monitoring with parameters of type AlarmSuppression.LifecycleState Modifier and Type Method Description Waiter<GetAlarmSuppressionRequest,GetAlarmSuppressionResponse>
MonitoringWaiters. forAlarmSuppression(GetAlarmSuppressionRequest request, AlarmSuppression.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAlarmSuppressionRequest,GetAlarmSuppressionResponse>
MonitoringWaiters. forAlarmSuppression(GetAlarmSuppressionRequest request, AlarmSuppression.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAlarmSuppressionRequest,GetAlarmSuppressionResponse>
MonitoringWaiters. forAlarmSuppression(GetAlarmSuppressionRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, AlarmSuppression.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of AlarmSuppression.LifecycleState in com.oracle.bmc.monitoring.model
Methods in com.oracle.bmc.monitoring.model that return AlarmSuppression.LifecycleState Modifier and Type Method Description static AlarmSuppression.LifecycleState
AlarmSuppression.LifecycleState. create(String key)
AlarmSuppression.LifecycleState
AlarmSuppression. getLifecycleState()
The current lifecycle state of the alarm suppression.AlarmSuppression.LifecycleState
AlarmSuppressionSummary. getLifecycleState()
The current lifecycle state of the alarm suppression.static AlarmSuppression.LifecycleState
AlarmSuppression.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static AlarmSuppression.LifecycleState[]
AlarmSuppression.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.monitoring.model with parameters of type AlarmSuppression.LifecycleState Modifier and Type Method Description AlarmSuppression.Builder
AlarmSuppression.Builder. lifecycleState(AlarmSuppression.LifecycleState lifecycleState)
The current lifecycle state of the alarm suppression.AlarmSuppressionSummary.Builder
AlarmSuppressionSummary.Builder. lifecycleState(AlarmSuppression.LifecycleState lifecycleState)
The current lifecycle state of the alarm suppression.Constructors in com.oracle.bmc.monitoring.model with parameters of type AlarmSuppression.LifecycleState Constructor Description AlarmSuppression(String id, String compartmentId, AlarmSuppressionTarget alarmSuppressionTarget, AlarmSuppression.Level level, List<SuppressionCondition> suppressionConditions, String displayName, String description, Map<String,String> dimensions, Date timeSuppressFrom, Date timeSuppressUntil, AlarmSuppression.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.AlarmSuppressionSummary(String id, String compartmentId, AlarmSuppressionTarget alarmSuppressionTarget, AlarmSuppression.Level level, List<SuppressionCondition> suppressionConditions, String displayName, String description, Map<String,String> dimensions, Date timeSuppressFrom, Date timeSuppressUntil, AlarmSuppression.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of AlarmSuppression.LifecycleState in com.oracle.bmc.monitoring.requests
Methods in com.oracle.bmc.monitoring.requests that return AlarmSuppression.LifecycleState Modifier and Type Method Description AlarmSuppression.LifecycleState
ListAlarmSuppressionsRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state exactly.Methods in com.oracle.bmc.monitoring.requests with parameters of type AlarmSuppression.LifecycleState Modifier and Type Method Description ListAlarmSuppressionsRequest.Builder
ListAlarmSuppressionsRequest.Builder. lifecycleState(AlarmSuppression.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
-