| Package | Description |
|---|---|
| com.amazonaws.services.apprunner |
|
| com.amazonaws.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListOperationsResult> |
AbstractAWSAppRunnerAsync.listOperationsAsync(ListOperationsRequest request,
AsyncHandler<ListOperationsRequest,ListOperationsResult> asyncHandler) |
Future<ListOperationsResult> |
AWSAppRunnerAsyncClient.listOperationsAsync(ListOperationsRequest request,
AsyncHandler<ListOperationsRequest,ListOperationsResult> asyncHandler) |
Future<ListOperationsResult> |
AWSAppRunnerAsync.listOperationsAsync(ListOperationsRequest listOperationsRequest,
AsyncHandler<ListOperationsRequest,ListOperationsResult> asyncHandler)
Return a list of operations that occurred on an App Runner service.
|
| Modifier and Type | Method and Description |
|---|---|
ListOperationsRequest |
ListOperationsRequest.clone() |
ListOperationsRequest |
ListOperationsRequest.withMaxResults(Integer maxResults)
The maximum number of results to include in each response (result page).
|
ListOperationsRequest |
ListOperationsRequest.withNextToken(String nextToken)
A token from a previous result page.
|
ListOperationsRequest |
ListOperationsRequest.withServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service that you want a list of operations for.
|
Copyright © 2023. All rights reserved.