| 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<ListServiceLevelObjectivesResult> |
AbstractAmazonApplicationSignalsAsync.listServiceLevelObjectivesAsync(ListServiceLevelObjectivesRequest request,
AsyncHandler<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResult> asyncHandler) |
Future<ListServiceLevelObjectivesResult> |
AmazonApplicationSignalsAsyncClient.listServiceLevelObjectivesAsync(ListServiceLevelObjectivesRequest request,
AsyncHandler<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResult> asyncHandler) |
Future<ListServiceLevelObjectivesResult> |
AmazonApplicationSignalsAsync.listServiceLevelObjectivesAsync(ListServiceLevelObjectivesRequest listServiceLevelObjectivesRequest,
AsyncHandler<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResult> asyncHandler)
Returns a list of SLOs created in this account.
|
| Modifier and Type | Method and Description |
|---|---|
ListServiceLevelObjectivesRequest |
ListServiceLevelObjectivesRequest.addKeyAttributesEntry(String key,
String value)
Add a single KeyAttributes entry
|
ListServiceLevelObjectivesRequest |
ListServiceLevelObjectivesRequest.clearKeyAttributesEntries()
Removes all the entries added into KeyAttributes.
|
ListServiceLevelObjectivesRequest |
ListServiceLevelObjectivesRequest.clone() |
ListServiceLevelObjectivesRequest |
ListServiceLevelObjectivesRequest.withKeyAttributes(Map<String,String> keyAttributes)
You can use this optional field to specify which services you want to retrieve SLO information for.
|
ListServiceLevelObjectivesRequest |
ListServiceLevelObjectivesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in one operation.
|
ListServiceLevelObjectivesRequest |
ListServiceLevelObjectivesRequest.withNextToken(String nextToken)
Include this value, if it was returned by the previous operation, to get the next set of service level
objectives.
|
ListServiceLevelObjectivesRequest |
ListServiceLevelObjectivesRequest.withOperationName(String operationName)
The name of the operation that this SLO is associated with.
|
Copyright © 2024. All rights reserved.