| Package | Description |
|---|---|
| com.amazonaws.services.apptest |
AWS Mainframe Modernization Application Testing provides tools and resources for automated functional equivalence
testing for your migration projects.
|
| com.amazonaws.services.apptest.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTestConfigurationsResult> |
AbstractAWSAppTestAsync.listTestConfigurationsAsync(ListTestConfigurationsRequest request,
AsyncHandler<ListTestConfigurationsRequest,ListTestConfigurationsResult> asyncHandler) |
Future<ListTestConfigurationsResult> |
AWSAppTestAsync.listTestConfigurationsAsync(ListTestConfigurationsRequest listTestConfigurationsRequest,
AsyncHandler<ListTestConfigurationsRequest,ListTestConfigurationsResult> asyncHandler)
Lists test configurations.
|
Future<ListTestConfigurationsResult> |
AWSAppTestAsyncClient.listTestConfigurationsAsync(ListTestConfigurationsRequest request,
AsyncHandler<ListTestConfigurationsRequest,ListTestConfigurationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTestConfigurationsRequest |
ListTestConfigurationsRequest.clone() |
ListTestConfigurationsRequest |
ListTestConfigurationsRequest.withMaxResults(Integer maxResults)
The maximum results of the test configuration.
|
ListTestConfigurationsRequest |
ListTestConfigurationsRequest.withNextToken(String nextToken)
The next token for the test configurations.
|
ListTestConfigurationsRequest |
ListTestConfigurationsRequest.withTestConfigurationIds(Collection<String> testConfigurationIds)
The configuration IDs of the test configurations.
|
ListTestConfigurationsRequest |
ListTestConfigurationsRequest.withTestConfigurationIds(String... testConfigurationIds)
The configuration IDs of the test configurations.
|
Copyright © 2025. All rights reserved.