| 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<StartTestRunResult> |
AbstractAWSAppTestAsync.startTestRunAsync(StartTestRunRequest request,
AsyncHandler<StartTestRunRequest,StartTestRunResult> asyncHandler) |
Future<StartTestRunResult> |
AWSAppTestAsync.startTestRunAsync(StartTestRunRequest startTestRunRequest,
AsyncHandler<StartTestRunRequest,StartTestRunResult> asyncHandler)
Starts a test run.
|
Future<StartTestRunResult> |
AWSAppTestAsyncClient.startTestRunAsync(StartTestRunRequest request,
AsyncHandler<StartTestRunRequest,StartTestRunResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartTestRunRequest |
StartTestRunRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
StartTestRunRequest |
StartTestRunRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
StartTestRunRequest |
StartTestRunRequest.clone() |
StartTestRunRequest |
StartTestRunRequest.withClientToken(String clientToken)
The client token of the test run.
|
StartTestRunRequest |
StartTestRunRequest.withTags(Map<String,String> tags)
The tags of the test run.
|
StartTestRunRequest |
StartTestRunRequest.withTestConfigurationId(String testConfigurationId)
The configuration ID of the test run.
|
StartTestRunRequest |
StartTestRunRequest.withTestSuiteId(String testSuiteId)
The test suite ID of the test run.
|
Copyright © 2025. All rights reserved.