| Package | Description |
|---|---|
| com.amazonaws.services.applicationsignals.model |
| Modifier and Type | Method and Description |
|---|---|
Goal |
Goal.clone() |
Goal |
ServiceLevelObjective.getGoal() |
Goal |
UpdateServiceLevelObjectiveRequest.getGoal()
A structure that contains the attributes that determine the goal of the SLO.
|
Goal |
ServiceLevelObjectiveBudgetReport.getGoal() |
Goal |
CreateServiceLevelObjectiveRequest.getGoal()
A structure that contains the attributes that determine the goal of the SLO.
|
Goal |
Goal.withAttainmentGoal(Double attainmentGoal)
The threshold that determines if the goal is being met.
|
Goal |
Goal.withInterval(Interval interval)
The time period used to evaluate the SLO.
|
Goal |
Goal.withWarningThreshold(Double warningThreshold)
The percentage of remaining budget over total budget that you want to get warnings for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceLevelObjective.setGoal(Goal goal) |
void |
UpdateServiceLevelObjectiveRequest.setGoal(Goal goal)
A structure that contains the attributes that determine the goal of the SLO.
|
void |
ServiceLevelObjectiveBudgetReport.setGoal(Goal goal) |
void |
CreateServiceLevelObjectiveRequest.setGoal(Goal goal)
A structure that contains the attributes that determine the goal of the SLO.
|
ServiceLevelObjective |
ServiceLevelObjective.withGoal(Goal goal) |
UpdateServiceLevelObjectiveRequest |
UpdateServiceLevelObjectiveRequest.withGoal(Goal goal)
A structure that contains the attributes that determine the goal of the SLO.
|
ServiceLevelObjectiveBudgetReport |
ServiceLevelObjectiveBudgetReport.withGoal(Goal goal) |
CreateServiceLevelObjectiveRequest |
CreateServiceLevelObjectiveRequest.withGoal(Goal goal)
A structure that contains the attributes that determine the goal of the SLO.
|
Copyright © 2024. All rights reserved.