Uses of Class
software.amazon.awssdk.services.apptest.model.DeleteTestConfigurationResponse
-
Packages that use DeleteTestConfigurationResponse Package Description software.amazon.awssdk.services.apptest AWS Mainframe Modernization Application Testing provides tools and resources for automated functional equivalence testing for your migration projects. -
-
Uses of DeleteTestConfigurationResponse in software.amazon.awssdk.services.apptest
Methods in software.amazon.awssdk.services.apptest that return DeleteTestConfigurationResponse Modifier and Type Method Description default DeleteTestConfigurationResponseAppTestClient. deleteTestConfiguration(Consumer<DeleteTestConfigurationRequest.Builder> deleteTestConfigurationRequest)Deletes a test configuration.default DeleteTestConfigurationResponseAppTestClient. deleteTestConfiguration(DeleteTestConfigurationRequest deleteTestConfigurationRequest)Deletes a test configuration.Methods in software.amazon.awssdk.services.apptest that return types with arguments of type DeleteTestConfigurationResponse Modifier and Type Method Description default CompletableFuture<DeleteTestConfigurationResponse>AppTestAsyncClient. deleteTestConfiguration(Consumer<DeleteTestConfigurationRequest.Builder> deleteTestConfigurationRequest)Deletes a test configuration.default CompletableFuture<DeleteTestConfigurationResponse>AppTestAsyncClient. deleteTestConfiguration(DeleteTestConfigurationRequest deleteTestConfigurationRequest)Deletes a test configuration.
-