Uses of Class
com.oracle.bmc.opensearch.model.MaintenanceNotificationFailure
-
Packages that use MaintenanceNotificationFailure Package Description com.oracle.bmc.opensearch.model -
-
Uses of MaintenanceNotificationFailure in com.oracle.bmc.opensearch.model
Methods in com.oracle.bmc.opensearch.model that return MaintenanceNotificationFailure Modifier and Type Method Description MaintenanceNotificationFailure
MaintenanceNotificationFailure.Builder. build()
Methods in com.oracle.bmc.opensearch.model that return types with arguments of type MaintenanceNotificationFailure Modifier and Type Method Description List<MaintenanceNotificationFailure>
MaintenanceNotificationResponse. getFailedNotifications()
List of failed maintenance notificationsMethods in com.oracle.bmc.opensearch.model with parameters of type MaintenanceNotificationFailure Modifier and Type Method Description MaintenanceNotificationFailure.Builder
MaintenanceNotificationFailure.Builder. copy(MaintenanceNotificationFailure model)
Method parameters in com.oracle.bmc.opensearch.model with type arguments of type MaintenanceNotificationFailure Modifier and Type Method Description MaintenanceNotificationResponse.Builder
MaintenanceNotificationResponse.Builder. failedNotifications(List<MaintenanceNotificationFailure> failedNotifications)
List of failed maintenance notificationsConstructor parameters in com.oracle.bmc.opensearch.model with type arguments of type MaintenanceNotificationFailure Constructor Description MaintenanceNotificationResponse(String message, List<MaintenanceNotificationFailure> failedNotifications)
Deprecated.
-