| Package | Description |
|---|---|
| com.amazonaws.services.applicationsignals |
Use CloudWatch Application Signals for comprehensive observability of your cloud-based applications.
|
| com.amazonaws.services.applicationsignals.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateServiceLevelObjectiveResult> |
AmazonApplicationSignalsAsyncClient.updateServiceLevelObjectiveAsync(UpdateServiceLevelObjectiveRequest request,
AsyncHandler<UpdateServiceLevelObjectiveRequest,UpdateServiceLevelObjectiveResult> asyncHandler) |
Future<UpdateServiceLevelObjectiveResult> |
AbstractAmazonApplicationSignalsAsync.updateServiceLevelObjectiveAsync(UpdateServiceLevelObjectiveRequest request,
AsyncHandler<UpdateServiceLevelObjectiveRequest,UpdateServiceLevelObjectiveResult> asyncHandler) |
Future<UpdateServiceLevelObjectiveResult> |
AmazonApplicationSignalsAsync.updateServiceLevelObjectiveAsync(UpdateServiceLevelObjectiveRequest updateServiceLevelObjectiveRequest,
AsyncHandler<UpdateServiceLevelObjectiveRequest,UpdateServiceLevelObjectiveResult> asyncHandler)
Updates an existing service level objective (SLO).
|
| Modifier and Type | Method and Description |
|---|---|
UpdateServiceLevelObjectiveRequest |
UpdateServiceLevelObjectiveRequest.clone() |
UpdateServiceLevelObjectiveRequest |
UpdateServiceLevelObjectiveRequest.withDescription(String description)
An optional description for the SLO.
|
UpdateServiceLevelObjectiveRequest |
UpdateServiceLevelObjectiveRequest.withGoal(Goal goal)
A structure that contains the attributes that determine the goal of the SLO.
|
UpdateServiceLevelObjectiveRequest |
UpdateServiceLevelObjectiveRequest.withId(String id)
The Amazon Resource Name (ARN) or name of the service level objective that you want to update.
|
UpdateServiceLevelObjectiveRequest |
UpdateServiceLevelObjectiveRequest.withSliConfig(ServiceLevelIndicatorConfig sliConfig)
A structure that contains information about what performance metric this SLO will monitor.
|
Copyright © 2024. All rights reserved.