Uses of Class
com.oracle.bmc.loganalytics.requests.ListAutoAssociationsRequest.SortBy
-
Packages that use ListAutoAssociationsRequest.SortBy Package Description com.oracle.bmc.loganalytics.requests -
-
Uses of ListAutoAssociationsRequest.SortBy in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListAutoAssociationsRequest.SortBy Modifier and Type Method Description static ListAutoAssociationsRequest.SortByListAutoAssociationsRequest.SortBy. create(String key)ListAutoAssociationsRequest.SortByListAutoAssociationsRequest. getSortBy()The attribute used to sort the returned auto association information.static ListAutoAssociationsRequest.SortByListAutoAssociationsRequest.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListAutoAssociationsRequest.SortBy[]ListAutoAssociationsRequest.SortBy. 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 ListAutoAssociationsRequest.SortBy Modifier and Type Method Description ListAutoAssociationsRequest.BuilderListAutoAssociationsRequest.Builder. sortBy(ListAutoAssociationsRequest.SortBy sortBy)The attribute used to sort the returned auto association information.
-