| 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 |
|---|---|
GetTestConfigurationResult |
AbstractAWSAppTest.getTestConfiguration(GetTestConfigurationRequest request) |
GetTestConfigurationResult |
AWSAppTest.getTestConfiguration(GetTestConfigurationRequest getTestConfigurationRequest)
Gets a test configuration.
|
GetTestConfigurationResult |
AWSAppTestClient.getTestConfiguration(GetTestConfigurationRequest request)
Gets a test configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetTestConfigurationResult> |
AbstractAWSAppTestAsync.getTestConfigurationAsync(GetTestConfigurationRequest request,
AsyncHandler<GetTestConfigurationRequest,GetTestConfigurationResult> asyncHandler) |
Future<GetTestConfigurationResult> |
AWSAppTestAsync.getTestConfigurationAsync(GetTestConfigurationRequest getTestConfigurationRequest,
AsyncHandler<GetTestConfigurationRequest,GetTestConfigurationResult> asyncHandler)
Gets a test configuration.
|
Future<GetTestConfigurationResult> |
AWSAppTestAsyncClient.getTestConfigurationAsync(GetTestConfigurationRequest request,
AsyncHandler<GetTestConfigurationRequest,GetTestConfigurationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetTestConfigurationResult |
GetTestConfigurationResult.addPropertiesEntry(String key,
String value)
Add a single Properties entry
|
GetTestConfigurationResult |
GetTestConfigurationResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetTestConfigurationResult |
GetTestConfigurationResult.clearPropertiesEntries()
Removes all the entries added into Properties.
|
GetTestConfigurationResult |
GetTestConfigurationResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetTestConfigurationResult |
GetTestConfigurationResult.clone() |
GetTestConfigurationResult |
GetTestConfigurationResult.withCreationTime(Date creationTime)
The creation time of the test configuration.
|
GetTestConfigurationResult |
GetTestConfigurationResult.withDescription(String description)
The description of the test configuration.
|
GetTestConfigurationResult |
GetTestConfigurationResult.withLastUpdateTime(Date lastUpdateTime)
The last update time of the test configuration.
|
GetTestConfigurationResult |
GetTestConfigurationResult.withLatestVersion(TestConfigurationLatestVersion latestVersion)
The latest version of the test configuration.
|
GetTestConfigurationResult |
GetTestConfigurationResult.withName(String name)
The test configuration name
|
GetTestConfigurationResult |
GetTestConfigurationResult.withProperties(Map<String,String> properties)
The properties of the test configuration.
|
GetTestConfigurationResult |
GetTestConfigurationResult.withResources(Collection<Resource> resources)
The resources of the test configuration.
|
GetTestConfigurationResult |
GetTestConfigurationResult.withResources(Resource... resources)
The resources of the test configuration.
|
GetTestConfigurationResult |
GetTestConfigurationResult.withServiceSettings(ServiceSettings serviceSettings)
The service settings of the test configuration.
|
GetTestConfigurationResult |
GetTestConfigurationResult.withStatus(String status)
The status of the test configuration.
|
GetTestConfigurationResult |
GetTestConfigurationResult.withStatus(TestConfigurationLifecycle status)
The status of the test configuration.
|
GetTestConfigurationResult |
GetTestConfigurationResult.withStatusReason(String statusReason)
The status reason of the test configuration.
|
GetTestConfigurationResult |
GetTestConfigurationResult.withTags(Map<String,String> tags)
The tags of the test configuration.
|
GetTestConfigurationResult |
GetTestConfigurationResult.withTestConfigurationArn(String testConfigurationArn)
The test configuration Amazon Resource Name (ARN).
|
GetTestConfigurationResult |
GetTestConfigurationResult.withTestConfigurationId(String testConfigurationId)
The response test configuration ID.
|
GetTestConfigurationResult |
GetTestConfigurationResult.withTestConfigurationVersion(Integer testConfigurationVersion)
The test configuration version.
|
Copyright © 2025. All rights reserved.