Uses of Interface
software.amazon.awssdk.services.apptest.AppTestBaseClientBuilder
-
Packages that use AppTestBaseClientBuilder 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 AppTestBaseClientBuilder in software.amazon.awssdk.services.apptest
Classes in software.amazon.awssdk.services.apptest with type parameters of type AppTestBaseClientBuilder Modifier and Type Interface Description interfaceAppTestBaseClientBuilder<B extends AppTestBaseClientBuilder<B,C>,C>This includes configuration specific to AWS Mainframe Modernization Application Testing that is supported by bothAppTestClientBuilderandAppTestAsyncClientBuilder.Subinterfaces of AppTestBaseClientBuilder in software.amazon.awssdk.services.apptest Modifier and Type Interface Description interfaceAppTestAsyncClientBuilderA builder for creating an instance ofAppTestAsyncClient.interfaceAppTestClientBuilderA builder for creating an instance ofAppTestClient.
-