| Package | Description |
|---|---|
| com.amazonaws.services.applicationsignals.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceLevelObjective |
ServiceLevelObjective.clone() |
ServiceLevelObjective |
UpdateServiceLevelObjectiveResult.getSlo()
A structure that contains information about the SLO that you just updated.
|
ServiceLevelObjective |
GetServiceLevelObjectiveResult.getSlo()
A structure containing the information about the SLO.
|
ServiceLevelObjective |
CreateServiceLevelObjectiveResult.getSlo()
A structure that contains information about the SLO that you just created.
|
ServiceLevelObjective |
ServiceLevelObjective.withArn(String arn)
The ARN of this SLO.
|
ServiceLevelObjective |
ServiceLevelObjective.withCreatedTime(Date createdTime)
The date and time that this SLO was created.
|
ServiceLevelObjective |
ServiceLevelObjective.withDescription(String description)
The description that you created for this SLO.
|
ServiceLevelObjective |
ServiceLevelObjective.withGoal(Goal goal) |
ServiceLevelObjective |
ServiceLevelObjective.withLastUpdatedTime(Date lastUpdatedTime)
The time that this SLO was most recently updated.
|
ServiceLevelObjective |
ServiceLevelObjective.withName(String name)
The name of this SLO.
|
ServiceLevelObjective |
ServiceLevelObjective.withSli(ServiceLevelIndicator sli)
A structure containing information about the performance metric that this SLO monitors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateServiceLevelObjectiveResult.setSlo(ServiceLevelObjective slo)
A structure that contains information about the SLO that you just updated.
|
void |
GetServiceLevelObjectiveResult.setSlo(ServiceLevelObjective slo)
A structure containing the information about the SLO.
|
void |
CreateServiceLevelObjectiveResult.setSlo(ServiceLevelObjective slo)
A structure that contains information about the SLO that you just created.
|
UpdateServiceLevelObjectiveResult |
UpdateServiceLevelObjectiveResult.withSlo(ServiceLevelObjective slo)
A structure that contains information about the SLO that you just updated.
|
GetServiceLevelObjectiveResult |
GetServiceLevelObjectiveResult.withSlo(ServiceLevelObjective slo)
A structure containing the information about the SLO.
|
CreateServiceLevelObjectiveResult |
CreateServiceLevelObjectiveResult.withSlo(ServiceLevelObjective slo)
A structure that contains information about the SLO that you just created.
|
Copyright © 2024. All rights reserved.