| 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<ListExperimentsResult> |
AbstractAWSFISAsync.listExperimentsAsync(ListExperimentsRequest request,
AsyncHandler<ListExperimentsRequest,ListExperimentsResult> asyncHandler) |
Future<ListExperimentsResult> |
AWSFISAsync.listExperimentsAsync(ListExperimentsRequest listExperimentsRequest,
AsyncHandler<ListExperimentsRequest,ListExperimentsResult> asyncHandler)
Lists your experiments.
|
Future<ListExperimentsResult> |
AWSFISAsyncClient.listExperimentsAsync(ListExperimentsRequest request,
AsyncHandler<ListExperimentsRequest,ListExperimentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListExperimentsRequest |
ListExperimentsRequest.clone() |
ListExperimentsRequest |
ListExperimentsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListExperimentsRequest |
ListExperimentsRequest.withNextToken(String nextToken)
The token for the next page of results.
|
Copyright © 2023. All rights reserved.