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