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.LabelPriorityListLabelsRequest.LabelPriority. create(String key)ListLabelsRequest.LabelPriorityListLabelsRequest. getLabelPriority()The label priority used for filtering.static ListLabelsRequest.LabelPriorityListLabelsRequest.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.BuilderListLabelsRequest.Builder. labelPriority(ListLabelsRequest.LabelPriority labelPriority)The label priority used for filtering.
-