Uses of Class
com.amazonaws.services.ec2.model.ScheduledInstanceRecurrence
Packages that use ScheduledInstanceRecurrence
-
Uses of ScheduledInstanceRecurrence in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ScheduledInstanceRecurrenceModifier and TypeMethodDescriptionScheduledInstanceRecurrence.clone()
ScheduledInstance.getRecurrence()
The schedule recurrence.ScheduledInstanceAvailability.getRecurrence()
The schedule recurrence.ScheduledInstanceRecurrence.withFrequency
(String frequency) The frequency (Daily
,Weekly
, orMonthly
).ScheduledInstanceRecurrence.withInterval
(Integer interval) The interval quantity.ScheduledInstanceRecurrence.withOccurrenceDaySet
(Integer... occurrenceDaySet) The days.ScheduledInstanceRecurrence.withOccurrenceDaySet
(Collection<Integer> occurrenceDaySet) The days.ScheduledInstanceRecurrence.withOccurrenceRelativeToEnd
(Boolean occurrenceRelativeToEnd) Indicates whether the occurrence is relative to the end of the specified week or month.ScheduledInstanceRecurrence.withOccurrenceUnit
(String occurrenceUnit) The unit foroccurrenceDaySet
(DayOfWeek
orDayOfMonth
).Methods in com.amazonaws.services.ec2.model with parameters of type ScheduledInstanceRecurrenceModifier and TypeMethodDescriptionvoid
ScheduledInstance.setRecurrence
(ScheduledInstanceRecurrence recurrence) The schedule recurrence.void
ScheduledInstanceAvailability.setRecurrence
(ScheduledInstanceRecurrence recurrence) The schedule recurrence.ScheduledInstance.withRecurrence
(ScheduledInstanceRecurrence recurrence) The schedule recurrence.ScheduledInstanceAvailability.withRecurrence
(ScheduledInstanceRecurrence recurrence) The schedule recurrence.