| Package | Description |
|---|---|
| com.amazonaws.services.applicationsignals |
|
| com.amazonaws.services.applicationsignals.model |
| Modifier and Type | Method and Description |
|---|---|
ListServiceOperationsResult |
AmazonApplicationSignalsClient.listServiceOperations(ListServiceOperationsRequest request)
Returns a list of the operations of this service that have been discovered by Application Signals.
|
ListServiceOperationsResult |
AbstractAmazonApplicationSignals.listServiceOperations(ListServiceOperationsRequest request) |
ListServiceOperationsResult |
AmazonApplicationSignals.listServiceOperations(ListServiceOperationsRequest listServiceOperationsRequest)
Returns a list of the operations of this service that have been discovered by Application Signals.
|
| 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 |
|---|---|
ListServiceOperationsResult |
ListServiceOperationsResult.clone() |
ListServiceOperationsResult |
ListServiceOperationsResult.withEndTime(Date endTime)
The end of the time period that the returned information applies to.
|
ListServiceOperationsResult |
ListServiceOperationsResult.withNextToken(String nextToken)
Include this value in your next use of this API to get next set of service operations.
|
ListServiceOperationsResult |
ListServiceOperationsResult.withServiceOperations(Collection<ServiceOperation> serviceOperations)
An array of structures that each contain information about one operation of this service.
|
ListServiceOperationsResult |
ListServiceOperationsResult.withServiceOperations(ServiceOperation... serviceOperations)
An array of structures that each contain information about one operation of this service.
|
ListServiceOperationsResult |
ListServiceOperationsResult.withStartTime(Date startTime)
The start of the time period that the returned information applies to.
|
Copyright © 2024. All rights reserved.