| 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 |
|---|---|
ListServiceLevelObjectivesResult |
AbstractAmazonApplicationSignals.listServiceLevelObjectives(ListServiceLevelObjectivesRequest request) |
ListServiceLevelObjectivesResult |
AmazonApplicationSignalsClient.listServiceLevelObjectives(ListServiceLevelObjectivesRequest request)
Returns a list of SLOs created in this account.
|
ListServiceLevelObjectivesResult |
AmazonApplicationSignals.listServiceLevelObjectives(ListServiceLevelObjectivesRequest listServiceLevelObjectivesRequest)
Returns a list of SLOs created in this account.
|
| 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 |
|---|---|
ListServiceLevelObjectivesResult |
ListServiceLevelObjectivesResult.clone() |
ListServiceLevelObjectivesResult |
ListServiceLevelObjectivesResult.withNextToken(String nextToken)
Include this value in your next use of this API to get next set of service level objectives.
|
ListServiceLevelObjectivesResult |
ListServiceLevelObjectivesResult.withSloSummaries(Collection<ServiceLevelObjectiveSummary> sloSummaries)
An array of structures, where each structure contains information about one SLO.
|
ListServiceLevelObjectivesResult |
ListServiceLevelObjectivesResult.withSloSummaries(ServiceLevelObjectiveSummary... sloSummaries)
An array of structures, where each structure contains information about one SLO.
|
Copyright © 2024. All rights reserved.