Uses of Interface
software.amazon.awssdk.services.apptest.model.UpdateTestCaseRequest.Builder
-
Packages that use UpdateTestCaseRequest.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 UpdateTestCaseRequest.Builder in software.amazon.awssdk.services.apptest
Method parameters in software.amazon.awssdk.services.apptest with type arguments of type UpdateTestCaseRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateTestCaseResponse>AppTestAsyncClient. updateTestCase(Consumer<UpdateTestCaseRequest.Builder> updateTestCaseRequest)Updates a test case.default UpdateTestCaseResponseAppTestClient. updateTestCase(Consumer<UpdateTestCaseRequest.Builder> updateTestCaseRequest)Updates a test case. -
Uses of UpdateTestCaseRequest.Builder in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return UpdateTestCaseRequest.Builder Modifier and Type Method Description static UpdateTestCaseRequest.BuilderUpdateTestCaseRequest. builder()UpdateTestCaseRequest.BuilderUpdateTestCaseRequest.Builder. description(String description)The description of the test case.UpdateTestCaseRequest.BuilderUpdateTestCaseRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateTestCaseRequest.BuilderUpdateTestCaseRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateTestCaseRequest.BuilderUpdateTestCaseRequest.Builder. steps(Collection<Step> steps)The steps of the test case.UpdateTestCaseRequest.BuilderUpdateTestCaseRequest.Builder. steps(Consumer<Step.Builder>... steps)The steps of the test case.UpdateTestCaseRequest.BuilderUpdateTestCaseRequest.Builder. steps(Step... steps)The steps of the test case.UpdateTestCaseRequest.BuilderUpdateTestCaseRequest.Builder. testCaseId(String testCaseId)The test case ID of the test case.UpdateTestCaseRequest.BuilderUpdateTestCaseRequest. toBuilder()Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type UpdateTestCaseRequest.Builder Modifier and Type Method Description static Class<? extends UpdateTestCaseRequest.Builder>UpdateTestCaseRequest. serializableBuilderClass()
-