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 MonitoredResourceTaskLifecycleState
MonitoredResourceTaskLifecycleState. create(String key)
MonitoredResourceTaskLifecycleState
MonitoredResourceTask. getLifecycleState()
The current state of the stack monitoring resource task.MonitoredResourceTaskLifecycleState
MonitoredResourceTaskSummary. getLifecycleState()
The current state of the stack monitoring resource task.static MonitoredResourceTaskLifecycleState
MonitoredResourceTaskLifecycleState. 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.Builder
MonitoredResourceTask.Builder. lifecycleState(MonitoredResourceTaskLifecycleState lifecycleState)
The current state of the stack monitoring resource task.MonitoredResourceTaskSummary.Builder
MonitoredResourceTaskSummary.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 MonitoredResourceTaskLifecycleState
ListMonitoredResourceTasksRequest. 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.Builder
ListMonitoredResourceTasksRequest.Builder. status(MonitoredResourceTaskLifecycleState status)
A filter to return only resources that matches with lifecycleState given.
-