Uses of Class
com.oracle.bmc.stackmonitoring.model.MaintenanceWindowLifecycleState
-
Packages that use MaintenanceWindowLifecycleState Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.model com.oracle.bmc.stackmonitoring.requests -
-
Uses of MaintenanceWindowLifecycleState in com.oracle.bmc.stackmonitoring
-
Uses of MaintenanceWindowLifecycleState in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return MaintenanceWindowLifecycleState Modifier and Type Method Description static MaintenanceWindowLifecycleState
MaintenanceWindowLifecycleState. create(String key)
MaintenanceWindowLifecycleState
MaintenanceWindow. getLifecycleState()
Lifecycle state of the monitored resource.MaintenanceWindowLifecycleState
MaintenanceWindowSummary. getLifecycleState()
Lifecycle state of the monitored resource.static MaintenanceWindowLifecycleState
MaintenanceWindowLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static MaintenanceWindowLifecycleState[]
MaintenanceWindowLifecycleState. 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 MaintenanceWindowLifecycleState Modifier and Type Method Description MaintenanceWindow.Builder
MaintenanceWindow.Builder. lifecycleState(MaintenanceWindowLifecycleState lifecycleState)
Lifecycle state of the monitored resource.MaintenanceWindowSummary.Builder
MaintenanceWindowSummary.Builder. lifecycleState(MaintenanceWindowLifecycleState lifecycleState)
Lifecycle state of the monitored resource. -
Uses of MaintenanceWindowLifecycleState in com.oracle.bmc.stackmonitoring.requests
Methods in com.oracle.bmc.stackmonitoring.requests that return MaintenanceWindowLifecycleState Modifier and Type Method Description MaintenanceWindowLifecycleState
ListMaintenanceWindowsRequest. getStatus()
A filter to return only maintenance windows with matching lifecycleState.Methods in com.oracle.bmc.stackmonitoring.requests with parameters of type MaintenanceWindowLifecycleState Modifier and Type Method Description ListMaintenanceWindowsRequest.Builder
ListMaintenanceWindowsRequest.Builder. status(MaintenanceWindowLifecycleState status)
A filter to return only maintenance windows with matching lifecycleState.
-