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