Uses of Class
com.oracle.bmc.opensearch.model.MaintenanceNotificationResponse.Builder
-
Packages that use MaintenanceNotificationResponse.Builder Package Description com.oracle.bmc.opensearch.model -
-
Uses of MaintenanceNotificationResponse.Builder in com.oracle.bmc.opensearch.model
Methods in com.oracle.bmc.opensearch.model that return MaintenanceNotificationResponse.Builder Modifier and Type Method Description static MaintenanceNotificationResponse.Builder
MaintenanceNotificationResponse. builder()
Create a new builder.MaintenanceNotificationResponse.Builder
MaintenanceNotificationResponse.Builder. copy(MaintenanceNotificationResponse model)
MaintenanceNotificationResponse.Builder
MaintenanceNotificationResponse.Builder. failedNotifications(List<MaintenanceNotificationFailure> failedNotifications)
List of failed maintenance notificationsMaintenanceNotificationResponse.Builder
MaintenanceNotificationResponse.Builder. message(String message)
Response message for the maintenance notification requestMaintenanceNotificationResponse.Builder
MaintenanceNotificationResponse. toBuilder()
-