| 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<UpdateTestConfigurationResult> |
AbstractAWSAppTestAsync.updateTestConfigurationAsync(UpdateTestConfigurationRequest request,
AsyncHandler<UpdateTestConfigurationRequest,UpdateTestConfigurationResult> asyncHandler) |
Future<UpdateTestConfigurationResult> |
AWSAppTestAsync.updateTestConfigurationAsync(UpdateTestConfigurationRequest updateTestConfigurationRequest,
AsyncHandler<UpdateTestConfigurationRequest,UpdateTestConfigurationResult> asyncHandler)
Updates a test configuration.
|
Future<UpdateTestConfigurationResult> |
AWSAppTestAsyncClient.updateTestConfigurationAsync(UpdateTestConfigurationRequest request,
AsyncHandler<UpdateTestConfigurationRequest,UpdateTestConfigurationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateTestConfigurationRequest |
UpdateTestConfigurationRequest.addPropertiesEntry(String key,
String value)
Add a single Properties entry
|
UpdateTestConfigurationRequest |
UpdateTestConfigurationRequest.clearPropertiesEntries()
Removes all the entries added into Properties.
|
UpdateTestConfigurationRequest |
UpdateTestConfigurationRequest.clone() |
UpdateTestConfigurationRequest |
UpdateTestConfigurationRequest.withDescription(String description)
The description of the test configuration.
|
UpdateTestConfigurationRequest |
UpdateTestConfigurationRequest.withProperties(Map<String,String> properties)
The properties of the test configuration.
|
UpdateTestConfigurationRequest |
UpdateTestConfigurationRequest.withResources(Collection<Resource> resources)
The resources of the test configuration.
|
UpdateTestConfigurationRequest |
UpdateTestConfigurationRequest.withResources(Resource... resources)
The resources of the test configuration.
|
UpdateTestConfigurationRequest |
UpdateTestConfigurationRequest.withServiceSettings(ServiceSettings serviceSettings)
The service settings of the test configuration.
|
UpdateTestConfigurationRequest |
UpdateTestConfigurationRequest.withTestConfigurationId(String testConfigurationId)
The test configuration ID of the test configuration.
|
Copyright © 2025. All rights reserved.