Uses of Class
com.oracle.bmc.monitoring.requests.ListAlarmSuppressionsRequest.TargetType
-
Packages that use ListAlarmSuppressionsRequest.TargetType Package Description com.oracle.bmc.monitoring.requests -
-
Uses of ListAlarmSuppressionsRequest.TargetType in com.oracle.bmc.monitoring.requests
Methods in com.oracle.bmc.monitoring.requests that return ListAlarmSuppressionsRequest.TargetType Modifier and Type Method Description static ListAlarmSuppressionsRequest.TargetType
ListAlarmSuppressionsRequest.TargetType. create(String key)
ListAlarmSuppressionsRequest.TargetType
ListAlarmSuppressionsRequest. getTargetType()
The target type to use when listing alarm suppressions.static ListAlarmSuppressionsRequest.TargetType
ListAlarmSuppressionsRequest.TargetType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListAlarmSuppressionsRequest.TargetType[]
ListAlarmSuppressionsRequest.TargetType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.monitoring.requests with parameters of type ListAlarmSuppressionsRequest.TargetType Modifier and Type Method Description ListAlarmSuppressionsRequest.Builder
ListAlarmSuppressionsRequest.Builder. targetType(ListAlarmSuppressionsRequest.TargetType targetType)
The target type to use when listing alarm suppressions.
-