Uses of Class
com.oracle.bmc.opensearch.model.MaintenanceNotificationType
-
Packages that use MaintenanceNotificationType Package Description com.oracle.bmc.opensearch.model -
-
Uses of MaintenanceNotificationType in com.oracle.bmc.opensearch.model
Methods in com.oracle.bmc.opensearch.model that return MaintenanceNotificationType Modifier and Type Method Description static MaintenanceNotificationTypeMaintenanceNotificationType. create(String key)MaintenanceNotificationTypeMaintenanceNotificationDetails. getMaintenanceNotificationType()Maintenance Notification typestatic MaintenanceNotificationTypeMaintenanceNotificationType. valueOf(String name)Returns the enum constant of this type with the specified name.static MaintenanceNotificationType[]MaintenanceNotificationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opensearch.model with parameters of type MaintenanceNotificationType Modifier and Type Method Description MaintenanceNotificationDetails.BuilderMaintenanceNotificationDetails.Builder. maintenanceNotificationType(MaintenanceNotificationType maintenanceNotificationType)Maintenance Notification typeConstructors in com.oracle.bmc.opensearch.model with parameters of type MaintenanceNotificationType Constructor Description MaintenanceNotificationDetails(String jiraTicket, MaintenanceNotificationType maintenanceNotificationType, List<String> tenantIds, List<String> clusterIds, String startTime, String endTime)Deprecated.
-