Uses of Class
com.oracle.bmc.databasemanagement.requests.ListAttentionLogsRequest.SortBy
-
Packages that use ListAttentionLogsRequest.SortBy Package Description com.oracle.bmc.databasemanagement.requests -
-
Uses of ListAttentionLogsRequest.SortBy in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return ListAttentionLogsRequest.SortBy Modifier and Type Method Description static ListAttentionLogsRequest.SortByListAttentionLogsRequest.SortBy. create(String key)ListAttentionLogsRequest.SortByListAttentionLogsRequest. getSortBy()The possible sortBy values of attention logs.static ListAttentionLogsRequest.SortByListAttentionLogsRequest.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListAttentionLogsRequest.SortBy[]ListAttentionLogsRequest.SortBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.requests with parameters of type ListAttentionLogsRequest.SortBy Modifier and Type Method Description ListAttentionLogsRequest.BuilderListAttentionLogsRequest.Builder. sortBy(ListAttentionLogsRequest.SortBy sortBy)The possible sortBy values of attention logs.
-