@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSAppTestAsync extends AWSAppTest
AsyncHandler
can be used to receive notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSAppTestAsync
instead.
AWS Mainframe Modernization Application Testing provides tools and resources for automated functional equivalence testing for your migration projects.
ENDPOINT_PREFIX
createTestCase, createTestConfiguration, createTestSuite, deleteTestCase, deleteTestConfiguration, deleteTestRun, deleteTestSuite, getCachedResponseMetadata, getTestCase, getTestConfiguration, getTestRunStep, getTestSuite, listTagsForResource, listTestCases, listTestConfigurations, listTestRuns, listTestRunSteps, listTestRunTestCases, listTestSuites, shutdown, startTestRun, tagResource, untagResource, updateTestCase, updateTestConfiguration, updateTestSuite
Future<CreateTestCaseResult> createTestCaseAsync(CreateTestCaseRequest createTestCaseRequest)
Creates a test case.
createTestCaseRequest
- Future<CreateTestCaseResult> createTestCaseAsync(CreateTestCaseRequest createTestCaseRequest, AsyncHandler<CreateTestCaseRequest,CreateTestCaseResult> asyncHandler)
Creates a test case.
createTestCaseRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateTestConfigurationResult> createTestConfigurationAsync(CreateTestConfigurationRequest createTestConfigurationRequest)
Creates a test configuration.
createTestConfigurationRequest
- Future<CreateTestConfigurationResult> createTestConfigurationAsync(CreateTestConfigurationRequest createTestConfigurationRequest, AsyncHandler<CreateTestConfigurationRequest,CreateTestConfigurationResult> asyncHandler)
Creates a test configuration.
createTestConfigurationRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateTestSuiteResult> createTestSuiteAsync(CreateTestSuiteRequest createTestSuiteRequest)
Creates a test suite.
createTestSuiteRequest
- Future<CreateTestSuiteResult> createTestSuiteAsync(CreateTestSuiteRequest createTestSuiteRequest, AsyncHandler<CreateTestSuiteRequest,CreateTestSuiteResult> asyncHandler)
Creates a test suite.
createTestSuiteRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteTestCaseResult> deleteTestCaseAsync(DeleteTestCaseRequest deleteTestCaseRequest)
Deletes a test case.
deleteTestCaseRequest
- Future<DeleteTestCaseResult> deleteTestCaseAsync(DeleteTestCaseRequest deleteTestCaseRequest, AsyncHandler<DeleteTestCaseRequest,DeleteTestCaseResult> asyncHandler)
Deletes a test case.
deleteTestCaseRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteTestConfigurationResult> deleteTestConfigurationAsync(DeleteTestConfigurationRequest deleteTestConfigurationRequest)
Deletes a test configuration.
deleteTestConfigurationRequest
- Future<DeleteTestConfigurationResult> deleteTestConfigurationAsync(DeleteTestConfigurationRequest deleteTestConfigurationRequest, AsyncHandler<DeleteTestConfigurationRequest,DeleteTestConfigurationResult> asyncHandler)
Deletes a test configuration.
deleteTestConfigurationRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteTestRunResult> deleteTestRunAsync(DeleteTestRunRequest deleteTestRunRequest)
Deletes a test run.
deleteTestRunRequest
- Future<DeleteTestRunResult> deleteTestRunAsync(DeleteTestRunRequest deleteTestRunRequest, AsyncHandler<DeleteTestRunRequest,DeleteTestRunResult> asyncHandler)
Deletes a test run.
deleteTestRunRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteTestSuiteResult> deleteTestSuiteAsync(DeleteTestSuiteRequest deleteTestSuiteRequest)
Deletes a test suite.
deleteTestSuiteRequest
- Future<DeleteTestSuiteResult> deleteTestSuiteAsync(DeleteTestSuiteRequest deleteTestSuiteRequest, AsyncHandler<DeleteTestSuiteRequest,DeleteTestSuiteResult> asyncHandler)
Deletes a test suite.
deleteTestSuiteRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetTestCaseResult> getTestCaseAsync(GetTestCaseRequest getTestCaseRequest)
Gets a test case.
getTestCaseRequest
- Future<GetTestCaseResult> getTestCaseAsync(GetTestCaseRequest getTestCaseRequest, AsyncHandler<GetTestCaseRequest,GetTestCaseResult> asyncHandler)
Gets a test case.
getTestCaseRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetTestConfigurationResult> getTestConfigurationAsync(GetTestConfigurationRequest getTestConfigurationRequest)
Gets a test configuration.
getTestConfigurationRequest
- Future<GetTestConfigurationResult> getTestConfigurationAsync(GetTestConfigurationRequest getTestConfigurationRequest, AsyncHandler<GetTestConfigurationRequest,GetTestConfigurationResult> asyncHandler)
Gets a test configuration.
getTestConfigurationRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetTestRunStepResult> getTestRunStepAsync(GetTestRunStepRequest getTestRunStepRequest)
Gets a test run step.
getTestRunStepRequest
- Future<GetTestRunStepResult> getTestRunStepAsync(GetTestRunStepRequest getTestRunStepRequest, AsyncHandler<GetTestRunStepRequest,GetTestRunStepResult> asyncHandler)
Gets a test run step.
getTestRunStepRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetTestSuiteResult> getTestSuiteAsync(GetTestSuiteRequest getTestSuiteRequest)
Gets a test suite.
getTestSuiteRequest
- Future<GetTestSuiteResult> getTestSuiteAsync(GetTestSuiteRequest getTestSuiteRequest, AsyncHandler<GetTestSuiteRequest,GetTestSuiteResult> asyncHandler)
Gets a test suite.
getTestSuiteRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Lists tags for a resource.
listTagsForResourceRequest
- Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists tags for a resource.
listTagsForResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListTestCasesResult> listTestCasesAsync(ListTestCasesRequest listTestCasesRequest)
Lists test cases.
listTestCasesRequest
- Future<ListTestCasesResult> listTestCasesAsync(ListTestCasesRequest listTestCasesRequest, AsyncHandler<ListTestCasesRequest,ListTestCasesResult> asyncHandler)
Lists test cases.
listTestCasesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListTestConfigurationsResult> listTestConfigurationsAsync(ListTestConfigurationsRequest listTestConfigurationsRequest)
Lists test configurations.
listTestConfigurationsRequest
- Future<ListTestConfigurationsResult> listTestConfigurationsAsync(ListTestConfigurationsRequest listTestConfigurationsRequest, AsyncHandler<ListTestConfigurationsRequest,ListTestConfigurationsResult> asyncHandler)
Lists test configurations.
listTestConfigurationsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListTestRunStepsResult> listTestRunStepsAsync(ListTestRunStepsRequest listTestRunStepsRequest)
Lists test run steps.
listTestRunStepsRequest
- Future<ListTestRunStepsResult> listTestRunStepsAsync(ListTestRunStepsRequest listTestRunStepsRequest, AsyncHandler<ListTestRunStepsRequest,ListTestRunStepsResult> asyncHandler)
Lists test run steps.
listTestRunStepsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListTestRunTestCasesResult> listTestRunTestCasesAsync(ListTestRunTestCasesRequest listTestRunTestCasesRequest)
Lists test run test cases.
listTestRunTestCasesRequest
- Future<ListTestRunTestCasesResult> listTestRunTestCasesAsync(ListTestRunTestCasesRequest listTestRunTestCasesRequest, AsyncHandler<ListTestRunTestCasesRequest,ListTestRunTestCasesResult> asyncHandler)
Lists test run test cases.
listTestRunTestCasesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListTestRunsResult> listTestRunsAsync(ListTestRunsRequest listTestRunsRequest)
Lists test runs.
listTestRunsRequest
- Future<ListTestRunsResult> listTestRunsAsync(ListTestRunsRequest listTestRunsRequest, AsyncHandler<ListTestRunsRequest,ListTestRunsResult> asyncHandler)
Lists test runs.
listTestRunsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListTestSuitesResult> listTestSuitesAsync(ListTestSuitesRequest listTestSuitesRequest)
Lists test suites.
listTestSuitesRequest
- Future<ListTestSuitesResult> listTestSuitesAsync(ListTestSuitesRequest listTestSuitesRequest, AsyncHandler<ListTestSuitesRequest,ListTestSuitesResult> asyncHandler)
Lists test suites.
listTestSuitesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StartTestRunResult> startTestRunAsync(StartTestRunRequest startTestRunRequest)
Starts a test run.
startTestRunRequest
- Future<StartTestRunResult> startTestRunAsync(StartTestRunRequest startTestRunRequest, AsyncHandler<StartTestRunRequest,StartTestRunResult> asyncHandler)
Starts a test run.
startTestRunRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest)
Specifies tags of a resource.
tagResourceRequest
- Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Specifies tags of a resource.
tagResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest)
Untags a resource.
untagResourceRequest
- Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Untags a resource.
untagResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateTestCaseResult> updateTestCaseAsync(UpdateTestCaseRequest updateTestCaseRequest)
Updates a test case.
updateTestCaseRequest
- Future<UpdateTestCaseResult> updateTestCaseAsync(UpdateTestCaseRequest updateTestCaseRequest, AsyncHandler<UpdateTestCaseRequest,UpdateTestCaseResult> asyncHandler)
Updates a test case.
updateTestCaseRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateTestConfigurationResult> updateTestConfigurationAsync(UpdateTestConfigurationRequest updateTestConfigurationRequest)
Updates a test configuration.
updateTestConfigurationRequest
- Future<UpdateTestConfigurationResult> updateTestConfigurationAsync(UpdateTestConfigurationRequest updateTestConfigurationRequest, AsyncHandler<UpdateTestConfigurationRequest,UpdateTestConfigurationResult> asyncHandler)
Updates a test configuration.
updateTestConfigurationRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateTestSuiteResult> updateTestSuiteAsync(UpdateTestSuiteRequest updateTestSuiteRequest)
Updates a test suite.
updateTestSuiteRequest
- Future<UpdateTestSuiteResult> updateTestSuiteAsync(UpdateTestSuiteRequest updateTestSuiteRequest, AsyncHandler<UpdateTestSuiteRequest,UpdateTestSuiteResult> asyncHandler)
Updates a test suite.
updateTestSuiteRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.