| Package | Description |
|---|---|
| com.amazonaws.services.fis |
Fault Injection Simulator is a managed service that enables you to perform fault injection experiments on your Amazon
Web Services workloads.
|
| com.amazonaws.services.fis.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListActionsResult> |
AWSFISAsyncClient.listActionsAsync(ListActionsRequest request,
AsyncHandler<ListActionsRequest,ListActionsResult> asyncHandler) |
Future<ListActionsResult> |
AbstractAWSFISAsync.listActionsAsync(ListActionsRequest request,
AsyncHandler<ListActionsRequest,ListActionsResult> asyncHandler) |
Future<ListActionsResult> |
AWSFISAsync.listActionsAsync(ListActionsRequest listActionsRequest,
AsyncHandler<ListActionsRequest,ListActionsResult> asyncHandler)
Lists the available FIS actions.
|
| Modifier and Type | Method and Description |
|---|---|
ListActionsRequest |
ListActionsRequest.clone() |
ListActionsRequest |
ListActionsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListActionsRequest |
ListActionsRequest.withNextToken(String nextToken)
The token for the next page of results.
|
Copyright © 2023. All rights reserved.