| Package | Description |
|---|---|
| com.amazonaws.services.applicationsignals.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceLevelObjectiveBudgetReportError |
ServiceLevelObjectiveBudgetReportError.clone() |
ServiceLevelObjectiveBudgetReportError |
ServiceLevelObjectiveBudgetReportError.withArn(String arn)
The ARN of the SLO that this error is related to.
|
ServiceLevelObjectiveBudgetReportError |
ServiceLevelObjectiveBudgetReportError.withErrorCode(String errorCode)
The error code for this error.
|
ServiceLevelObjectiveBudgetReportError |
ServiceLevelObjectiveBudgetReportError.withErrorMessage(String errorMessage)
The message for this error.
|
ServiceLevelObjectiveBudgetReportError |
ServiceLevelObjectiveBudgetReportError.withName(String name)
The name of the SLO that this error is related to.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceLevelObjectiveBudgetReportError> |
BatchGetServiceLevelObjectiveBudgetReportResult.getErrors()
An array of structures, where each structure includes an error indicating that one of the requests in the array
was not valid.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetServiceLevelObjectiveBudgetReportResult |
BatchGetServiceLevelObjectiveBudgetReportResult.withErrors(ServiceLevelObjectiveBudgetReportError... errors)
An array of structures, where each structure includes an error indicating that one of the requests in the array
was not valid.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetServiceLevelObjectiveBudgetReportResult.setErrors(Collection<ServiceLevelObjectiveBudgetReportError> errors)
An array of structures, where each structure includes an error indicating that one of the requests in the array
was not valid.
|
BatchGetServiceLevelObjectiveBudgetReportResult |
BatchGetServiceLevelObjectiveBudgetReportResult.withErrors(Collection<ServiceLevelObjectiveBudgetReportError> errors)
An array of structures, where each structure includes an error indicating that one of the requests in the array
was not valid.
|
Copyright © 2024. All rights reserved.