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