Uses of Class
com.oracle.bmc.loganalytics.requests.ListLabelsRequest.LabelPriority
-
Packages that use ListLabelsRequest.LabelPriority Package Description com.oracle.bmc.loganalytics.requests -
-
Uses of ListLabelsRequest.LabelPriority in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListLabelsRequest.LabelPriority Modifier and Type Method Description static ListLabelsRequest.LabelPriority
ListLabelsRequest.LabelPriority. create(String key)
ListLabelsRequest.LabelPriority
ListLabelsRequest. getLabelPriority()
The label priority used for filtering.static ListLabelsRequest.LabelPriority
ListLabelsRequest.LabelPriority. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListLabelsRequest.LabelPriority[]
ListLabelsRequest.LabelPriority. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loganalytics.requests with parameters of type ListLabelsRequest.LabelPriority Modifier and Type Method Description ListLabelsRequest.Builder
ListLabelsRequest.Builder. labelPriority(ListLabelsRequest.LabelPriority labelPriority)
The label priority used for filtering.
-