| 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<UpdateTestCaseResult> |
AbstractAWSAppTestAsync.updateTestCaseAsync(UpdateTestCaseRequest request,
AsyncHandler<UpdateTestCaseRequest,UpdateTestCaseResult> asyncHandler) |
Future<UpdateTestCaseResult> |
AWSAppTestAsync.updateTestCaseAsync(UpdateTestCaseRequest updateTestCaseRequest,
AsyncHandler<UpdateTestCaseRequest,UpdateTestCaseResult> asyncHandler)
Updates a test case.
|
Future<UpdateTestCaseResult> |
AWSAppTestAsyncClient.updateTestCaseAsync(UpdateTestCaseRequest request,
AsyncHandler<UpdateTestCaseRequest,UpdateTestCaseResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateTestCaseRequest |
UpdateTestCaseRequest.clone() |
UpdateTestCaseRequest |
UpdateTestCaseRequest.withDescription(String description)
The description of the test case.
|
UpdateTestCaseRequest |
UpdateTestCaseRequest.withSteps(Collection<Step> steps)
The steps of the test case.
|
UpdateTestCaseRequest |
UpdateTestCaseRequest.withSteps(Step... steps)
The steps of the test case.
|
UpdateTestCaseRequest |
UpdateTestCaseRequest.withTestCaseId(String testCaseId)
The test case ID of the test case.
|
Copyright © 2025. All rights reserved.