Uses of Enum
software.amazon.awscdk.services.mediaconnect.alpha.MaintenanceDay
Packages that use MaintenanceDay
Package
Description
AWS::MediaConnect Construct Library
-
Uses of MaintenanceDay in software.amazon.awscdk.services.mediaconnect.alpha
Methods in software.amazon.awscdk.services.mediaconnect.alpha that return MaintenanceDayModifier and TypeMethodDescriptionMaintenanceConfiguration.getDay()(experimental) Day of the week for maintenance (e.g., 'Monday', 'Tuesday').final MaintenanceDayMaintenanceConfiguration.Jsii$Proxy.getDay()MaintenanceWindow.getMaintenanceDay()(experimental) A day of a week when the maintenance will happen.final MaintenanceDayMaintenanceWindow.Jsii$Proxy.getMaintenanceDay()static MaintenanceDayReturns the enum constant of this type with the specified name.static MaintenanceDay[]MaintenanceDay.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.mediaconnect.alpha with parameters of type MaintenanceDayModifier and TypeMethodDescriptionMaintenanceConfiguration.Builder.day(MaintenanceDay day) Sets the value ofMaintenanceConfiguration.getDay()MaintenanceWindow.Builder.maintenanceDay(MaintenanceDay maintenanceDay) Sets the value ofMaintenanceWindow.getMaintenanceDay()