| 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 |
|---|---|
GetTestCaseResult |
AbstractAWSAppTest.getTestCase(GetTestCaseRequest request) |
GetTestCaseResult |
AWSAppTest.getTestCase(GetTestCaseRequest getTestCaseRequest)
Gets a test case.
|
GetTestCaseResult |
AWSAppTestClient.getTestCase(GetTestCaseRequest request)
Gets a test case.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetTestCaseResult> |
AbstractAWSAppTestAsync.getTestCaseAsync(GetTestCaseRequest request) |
Future<GetTestCaseResult> |
AWSAppTestAsync.getTestCaseAsync(GetTestCaseRequest getTestCaseRequest)
Gets a test case.
|
Future<GetTestCaseResult> |
AWSAppTestAsyncClient.getTestCaseAsync(GetTestCaseRequest request) |
Future<GetTestCaseResult> |
AbstractAWSAppTestAsync.getTestCaseAsync(GetTestCaseRequest request,
AsyncHandler<GetTestCaseRequest,GetTestCaseResult> asyncHandler) |
Future<GetTestCaseResult> |
AWSAppTestAsync.getTestCaseAsync(GetTestCaseRequest getTestCaseRequest,
AsyncHandler<GetTestCaseRequest,GetTestCaseResult> asyncHandler)
Gets a test case.
|
Future<GetTestCaseResult> |
AWSAppTestAsyncClient.getTestCaseAsync(GetTestCaseRequest request,
AsyncHandler<GetTestCaseRequest,GetTestCaseResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetTestCaseResult> |
AbstractAWSAppTestAsync.getTestCaseAsync(GetTestCaseRequest request,
AsyncHandler<GetTestCaseRequest,GetTestCaseResult> asyncHandler) |
Future<GetTestCaseResult> |
AWSAppTestAsync.getTestCaseAsync(GetTestCaseRequest getTestCaseRequest,
AsyncHandler<GetTestCaseRequest,GetTestCaseResult> asyncHandler)
Gets a test case.
|
Future<GetTestCaseResult> |
AWSAppTestAsyncClient.getTestCaseAsync(GetTestCaseRequest request,
AsyncHandler<GetTestCaseRequest,GetTestCaseResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetTestCaseResult |
GetTestCaseResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetTestCaseResult |
GetTestCaseResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetTestCaseResult |
GetTestCaseResult.clone() |
GetTestCaseResult |
GetTestCaseResult.withCreationTime(Date creationTime)
The creation time of the test case.
|
GetTestCaseResult |
GetTestCaseResult.withDescription(String description)
The description of the test case.
|
GetTestCaseResult |
GetTestCaseResult.withLastUpdateTime(Date lastUpdateTime)
The last update time of the test case.
|
GetTestCaseResult |
GetTestCaseResult.withLatestVersion(TestCaseLatestVersion latestVersion)
The latest version of the test case.
|
GetTestCaseResult |
GetTestCaseResult.withName(String name)
The name of the test case.
|
GetTestCaseResult |
GetTestCaseResult.withStatus(String status)
The status of the test case.
|
GetTestCaseResult |
GetTestCaseResult.withStatus(TestCaseLifecycle status)
The status of the test case.
|
GetTestCaseResult |
GetTestCaseResult.withStatusReason(String statusReason)
The status reason of the test case.
|
GetTestCaseResult |
GetTestCaseResult.withSteps(Collection<Step> steps)
The steps of the test case.
|
GetTestCaseResult |
GetTestCaseResult.withSteps(Step... steps)
The steps of the test case.
|
GetTestCaseResult |
GetTestCaseResult.withTags(Map<String,String> tags)
The tags of the test case.
|
GetTestCaseResult |
GetTestCaseResult.withTestCaseArn(String testCaseArn)
The Amazon Resource Name (ARN) of the test case.
|
GetTestCaseResult |
GetTestCaseResult.withTestCaseId(String testCaseId)
The response test ID of the test case.
|
GetTestCaseResult |
GetTestCaseResult.withTestCaseVersion(Integer testCaseVersion)
The case version of the test case.
|
Copyright © 2025. All rights reserved.