Uses of Class
com.oracle.bmc.databasemanagement.requests.ListAttentionLogsRequest.UrgencyFilter
-
Packages that use ListAttentionLogsRequest.UrgencyFilter Package Description com.oracle.bmc.databasemanagement.requests -
-
Uses of ListAttentionLogsRequest.UrgencyFilter in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return ListAttentionLogsRequest.UrgencyFilter Modifier and Type Method Description static ListAttentionLogsRequest.UrgencyFilter
ListAttentionLogsRequest.UrgencyFilter. create(String key)
ListAttentionLogsRequest.UrgencyFilter
ListAttentionLogsRequest. getUrgencyFilter()
The optional parameter to filter the attention logs by urgency.static ListAttentionLogsRequest.UrgencyFilter
ListAttentionLogsRequest.UrgencyFilter. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListAttentionLogsRequest.UrgencyFilter[]
ListAttentionLogsRequest.UrgencyFilter. 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.UrgencyFilter Modifier and Type Method Description ListAttentionLogsRequest.Builder
ListAttentionLogsRequest.Builder. urgencyFilter(ListAttentionLogsRequest.UrgencyFilter urgencyFilter)
The optional parameter to filter the attention logs by urgency.
-