| Package | Description |
|---|---|
| com.amazonaws.services.applicationsignals.model |
| Modifier and Type | Method and Description |
|---|---|
Interval |
Interval.clone() |
Interval |
Goal.getInterval()
The time period used to evaluate the SLO.
|
Interval |
Interval.withCalendarInterval(CalendarInterval calendarInterval)
If the interval is a calendar interval, this structure contains the interval specifications.
|
Interval |
Interval.withRollingInterval(RollingInterval rollingInterval)
If the interval is a rolling interval, this structure contains the interval specifications.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Goal.setInterval(Interval interval)
The time period used to evaluate the SLO.
|
Goal |
Goal.withInterval(Interval interval)
The time period used to evaluate the SLO.
|
Copyright © 2024. All rights reserved.