| Package | Description |
|---|---|
| com.amazonaws.services.applicationsignals.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceLevelObjectiveSummary |
ServiceLevelObjectiveSummary.addKeyAttributesEntry(String key,
String value)
Add a single KeyAttributes entry
|
ServiceLevelObjectiveSummary |
ServiceLevelObjectiveSummary.clearKeyAttributesEntries()
Removes all the entries added into KeyAttributes.
|
ServiceLevelObjectiveSummary |
ServiceLevelObjectiveSummary.clone() |
ServiceLevelObjectiveSummary |
ServiceLevelObjectiveSummary.withArn(String arn)
The ARN of this service level objective.
|
ServiceLevelObjectiveSummary |
ServiceLevelObjectiveSummary.withCreatedTime(Date createdTime)
The date and time that this service level objective was created.
|
ServiceLevelObjectiveSummary |
ServiceLevelObjectiveSummary.withKeyAttributes(Map<String,String> keyAttributes)
This is a string-to-string map.
|
ServiceLevelObjectiveSummary |
ServiceLevelObjectiveSummary.withName(String name)
The name of the service level objective.
|
ServiceLevelObjectiveSummary |
ServiceLevelObjectiveSummary.withOperationName(String operationName)
If this service level objective is specific to a single operation, this field displays the name of that
operation.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceLevelObjectiveSummary> |
ListServiceLevelObjectivesResult.getSloSummaries()
An array of structures, where each structure contains information about one SLO.
|
| Modifier and Type | Method and Description |
|---|---|
ListServiceLevelObjectivesResult |
ListServiceLevelObjectivesResult.withSloSummaries(ServiceLevelObjectiveSummary... sloSummaries)
An array of structures, where each structure contains information about one SLO.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListServiceLevelObjectivesResult.setSloSummaries(Collection<ServiceLevelObjectiveSummary> sloSummaries)
An array of structures, where each structure contains information about one SLO.
|
ListServiceLevelObjectivesResult |
ListServiceLevelObjectivesResult.withSloSummaries(Collection<ServiceLevelObjectiveSummary> sloSummaries)
An array of structures, where each structure contains information about one SLO.
|
Copyright © 2024. All rights reserved.