Uses of Class
com.oracle.bmc.loganalytics.requests.ListLabelsRequest.LabelSortBy
-
Packages that use ListLabelsRequest.LabelSortBy Package Description com.oracle.bmc.loganalytics.requests -
-
Uses of ListLabelsRequest.LabelSortBy in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListLabelsRequest.LabelSortBy Modifier and Type Method Description static ListLabelsRequest.LabelSortBy
ListLabelsRequest.LabelSortBy. create(String key)
ListLabelsRequest.LabelSortBy
ListLabelsRequest. getLabelSortBy()
The attribute used to sort the returned labelsstatic ListLabelsRequest.LabelSortBy
ListLabelsRequest.LabelSortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListLabelsRequest.LabelSortBy[]
ListLabelsRequest.LabelSortBy. 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.LabelSortBy Modifier and Type Method Description ListLabelsRequest.Builder
ListLabelsRequest.Builder. labelSortBy(ListLabelsRequest.LabelSortBy labelSortBy)
The attribute used to sort the returned labels
-