Uses of Interface
software.amazon.awssdk.services.apptest.model.GetTestConfigurationRequest.Builder
-
Packages that use GetTestConfigurationRequest.Builder 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.software.amazon.awssdk.services.apptest.model -
-
Uses of GetTestConfigurationRequest.Builder in software.amazon.awssdk.services.apptest
Method parameters in software.amazon.awssdk.services.apptest with type arguments of type GetTestConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetTestConfigurationResponse>AppTestAsyncClient. getTestConfiguration(Consumer<GetTestConfigurationRequest.Builder> getTestConfigurationRequest)Gets a test configuration.default GetTestConfigurationResponseAppTestClient. getTestConfiguration(Consumer<GetTestConfigurationRequest.Builder> getTestConfigurationRequest)Gets a test configuration. -
Uses of GetTestConfigurationRequest.Builder in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return GetTestConfigurationRequest.Builder Modifier and Type Method Description static GetTestConfigurationRequest.BuilderGetTestConfigurationRequest. builder()GetTestConfigurationRequest.BuilderGetTestConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetTestConfigurationRequest.BuilderGetTestConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetTestConfigurationRequest.BuilderGetTestConfigurationRequest.Builder. testConfigurationId(String testConfigurationId)The request test configuration ID.GetTestConfigurationRequest.BuilderGetTestConfigurationRequest.Builder. testConfigurationVersion(Integer testConfigurationVersion)The test configuration version.GetTestConfigurationRequest.BuilderGetTestConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type GetTestConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends GetTestConfigurationRequest.Builder>GetTestConfigurationRequest. serializableBuilderClass()
-