| 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<ListServiceOperationsResult> |
AmazonApplicationSignalsAsyncClient.listServiceOperationsAsync(ListServiceOperationsRequest request,
AsyncHandler<ListServiceOperationsRequest,ListServiceOperationsResult> asyncHandler) |
Future<ListServiceOperationsResult> |
AbstractAmazonApplicationSignalsAsync.listServiceOperationsAsync(ListServiceOperationsRequest request,
AsyncHandler<ListServiceOperationsRequest,ListServiceOperationsResult> asyncHandler) |
Future<ListServiceOperationsResult> |
AmazonApplicationSignalsAsync.listServiceOperationsAsync(ListServiceOperationsRequest listServiceOperationsRequest,
AsyncHandler<ListServiceOperationsRequest,ListServiceOperationsResult> asyncHandler)
Returns a list of the operations of this service that have been discovered by Application Signals.
|
| Modifier and Type | Method and Description |
|---|---|
ListServiceOperationsRequest |
ListServiceOperationsRequest.addKeyAttributesEntry(String key,
String value)
Add a single KeyAttributes entry
|
ListServiceOperationsRequest |
ListServiceOperationsRequest.clearKeyAttributesEntries()
Removes all the entries added into KeyAttributes.
|
ListServiceOperationsRequest |
ListServiceOperationsRequest.clone() |
ListServiceOperationsRequest |
ListServiceOperationsRequest.withEndTime(Date endTime)
The end of the time period to retrieve information about.
|
ListServiceOperationsRequest |
ListServiceOperationsRequest.withKeyAttributes(Map<String,String> keyAttributes)
Use this field to specify which service you want to retrieve information for.
|
ListServiceOperationsRequest |
ListServiceOperationsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in one operation.
|
ListServiceOperationsRequest |
ListServiceOperationsRequest.withNextToken(String nextToken)
Include this value, if it was returned by the previous operation, to get the next set of service operations.
|
ListServiceOperationsRequest |
ListServiceOperationsRequest.withStartTime(Date startTime)
The start of the time period to retrieve information about.
|
Copyright © 2024. All rights reserved.