Uses of Class
com.oracle.bmc.stackmonitoring.model.MonitoredResourceTaskLifecycleState
-
Packages that use MonitoredResourceTaskLifecycleState Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.model com.oracle.bmc.stackmonitoring.requests -
-
Uses of MonitoredResourceTaskLifecycleState in com.oracle.bmc.stackmonitoring
-
Uses of MonitoredResourceTaskLifecycleState in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return MonitoredResourceTaskLifecycleState Modifier and Type Method Description static MonitoredResourceTaskLifecycleStateMonitoredResourceTaskLifecycleState. create(String key)MonitoredResourceTaskLifecycleStateMonitoredResourceTask. getLifecycleState()The current state of the stack monitoring resource task.MonitoredResourceTaskLifecycleStateMonitoredResourceTaskSummary. getLifecycleState()The current state of the stack monitoring resource task.static MonitoredResourceTaskLifecycleStateMonitoredResourceTaskLifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static MonitoredResourceTaskLifecycleState[]MonitoredResourceTaskLifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.stackmonitoring.model with parameters of type MonitoredResourceTaskLifecycleState Modifier and Type Method Description MonitoredResourceTask.BuilderMonitoredResourceTask.Builder. lifecycleState(MonitoredResourceTaskLifecycleState lifecycleState)The current state of the stack monitoring resource task.MonitoredResourceTaskSummary.BuilderMonitoredResourceTaskSummary.Builder. lifecycleState(MonitoredResourceTaskLifecycleState lifecycleState)The current state of the stack monitoring resource task.Constructors in com.oracle.bmc.stackmonitoring.model with parameters of type MonitoredResourceTaskLifecycleState Constructor Description MonitoredResourceTask(String id, String name, String type, String compartmentId, String tenantId, MonitoredResourceTaskDetails taskDetails, List<String> workRequestIds, Date timeCreated, Date timeUpdated, MonitoredResourceTaskLifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.MonitoredResourceTaskSummary(String id, String name, String type, MonitoredResourceTaskDetails taskDetails, List<String> workRequestIds, Date timeCreated, Date timeUpdated, MonitoredResourceTaskLifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of MonitoredResourceTaskLifecycleState in com.oracle.bmc.stackmonitoring.requests
Methods in com.oracle.bmc.stackmonitoring.requests that return MonitoredResourceTaskLifecycleState Modifier and Type Method Description MonitoredResourceTaskLifecycleStateListMonitoredResourceTasksRequest. getStatus()A filter to return only resources that matches with lifecycleState given.Methods in com.oracle.bmc.stackmonitoring.requests with parameters of type MonitoredResourceTaskLifecycleState Modifier and Type Method Description ListMonitoredResourceTasksRequest.BuilderListMonitoredResourceTasksRequest.Builder. status(MonitoredResourceTaskLifecycleState status)A filter to return only resources that matches with lifecycleState given.
-