| Package | Description |
|---|---|
| com.amazonaws.services.applicationsignals.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceLevelObjectiveBudgetReport |
ServiceLevelObjectiveBudgetReport.clone() |
ServiceLevelObjectiveBudgetReport |
ServiceLevelObjectiveBudgetReport.withArn(String arn)
The ARN of the SLO that this report is for.
|
ServiceLevelObjectiveBudgetReport |
ServiceLevelObjectiveBudgetReport.withAttainment(Double attainment)
A number between 0 and 100 that represents the percentage of time periods that the service has attained the SLO's
attainment goal, as of the time of the request.
|
ServiceLevelObjectiveBudgetReport |
ServiceLevelObjectiveBudgetReport.withBudgetSecondsRemaining(Integer budgetSecondsRemaining)
The budget amount remaining before the SLO status becomes
BREACHING, at the time specified in the
Timestemp parameter of the request. |
ServiceLevelObjectiveBudgetReport |
ServiceLevelObjectiveBudgetReport.withBudgetStatus(ServiceLevelObjectiveBudgetStatus budgetStatus)
The status of this SLO, as it relates to the error budget for the entire time interval.
|
ServiceLevelObjectiveBudgetReport |
ServiceLevelObjectiveBudgetReport.withBudgetStatus(String budgetStatus)
The status of this SLO, as it relates to the error budget for the entire time interval.
|
ServiceLevelObjectiveBudgetReport |
ServiceLevelObjectiveBudgetReport.withGoal(Goal goal) |
ServiceLevelObjectiveBudgetReport |
ServiceLevelObjectiveBudgetReport.withName(String name)
The name of the SLO that this report is for.
|
ServiceLevelObjectiveBudgetReport |
ServiceLevelObjectiveBudgetReport.withSli(ServiceLevelIndicator sli)
A structure that contains information about the performance metric that this SLO monitors.
|
ServiceLevelObjectiveBudgetReport |
ServiceLevelObjectiveBudgetReport.withTotalBudgetSeconds(Integer totalBudgetSeconds)
The total number of seconds in the error budget for the interval.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceLevelObjectiveBudgetReport> |
BatchGetServiceLevelObjectiveBudgetReportResult.getReports()
An array of structures, where each structure is one budget report.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetServiceLevelObjectiveBudgetReportResult |
BatchGetServiceLevelObjectiveBudgetReportResult.withReports(ServiceLevelObjectiveBudgetReport... reports)
An array of structures, where each structure is one budget report.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetServiceLevelObjectiveBudgetReportResult.setReports(Collection<ServiceLevelObjectiveBudgetReport> reports)
An array of structures, where each structure is one budget report.
|
BatchGetServiceLevelObjectiveBudgetReportResult |
BatchGetServiceLevelObjectiveBudgetReportResult.withReports(Collection<ServiceLevelObjectiveBudgetReport> reports)
An array of structures, where each structure is one budget report.
|
Copyright © 2024. All rights reserved.