| Package | Description |
|---|---|
| com.amazonaws.services.applicationsignals.model |
| Modifier and Type | Method and Description |
|---|---|
CalendarInterval |
CalendarInterval.clone() |
CalendarInterval |
Interval.getCalendarInterval()
If the interval is a calendar interval, this structure contains the interval specifications.
|
CalendarInterval |
CalendarInterval.withDuration(Integer duration)
Specifies the duration of each calendar interval.
|
CalendarInterval |
CalendarInterval.withDurationUnit(DurationUnit durationUnit)
Specifies the calendar interval unit.
|
CalendarInterval |
CalendarInterval.withDurationUnit(String durationUnit)
Specifies the calendar interval unit.
|
CalendarInterval |
CalendarInterval.withStartTime(Date startTime)
The date and time when you want the first interval to start.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Interval.setCalendarInterval(CalendarInterval calendarInterval)
If the interval is a calendar interval, this structure contains the interval specifications.
|
Interval |
Interval.withCalendarInterval(CalendarInterval calendarInterval)
If the interval is a calendar interval, this structure contains the interval specifications.
|
Copyright © 2024. All rights reserved.