| 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<ListTestCasesResult> |
AbstractAWSAppTestAsync.listTestCasesAsync(ListTestCasesRequest request,
AsyncHandler<ListTestCasesRequest,ListTestCasesResult> asyncHandler) |
Future<ListTestCasesResult> |
AWSAppTestAsync.listTestCasesAsync(ListTestCasesRequest listTestCasesRequest,
AsyncHandler<ListTestCasesRequest,ListTestCasesResult> asyncHandler)
Lists test cases.
|
Future<ListTestCasesResult> |
AWSAppTestAsyncClient.listTestCasesAsync(ListTestCasesRequest request,
AsyncHandler<ListTestCasesRequest,ListTestCasesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTestCasesRequest |
ListTestCasesRequest.clone() |
ListTestCasesRequest |
ListTestCasesRequest.withMaxResults(Integer maxResults)
The maximum results of the test case.
|
ListTestCasesRequest |
ListTestCasesRequest.withNextToken(String nextToken)
The next token of the test cases.
|
ListTestCasesRequest |
ListTestCasesRequest.withTestCaseIds(Collection<String> testCaseIds)
The IDs of the test cases.
|
ListTestCasesRequest |
ListTestCasesRequest.withTestCaseIds(String... testCaseIds)
The IDs of the test cases.
|
Copyright © 2025. All rights reserved.