Uses of Interface
software.amazon.awssdk.services.apptest.model.GetTestCaseRequest.Builder
-
Packages that use GetTestCaseRequest.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 GetTestCaseRequest.Builder in software.amazon.awssdk.services.apptest
Method parameters in software.amazon.awssdk.services.apptest with type arguments of type GetTestCaseRequest.Builder Modifier and Type Method Description default CompletableFuture<GetTestCaseResponse>AppTestAsyncClient. getTestCase(Consumer<GetTestCaseRequest.Builder> getTestCaseRequest)Gets a test case.default GetTestCaseResponseAppTestClient. getTestCase(Consumer<GetTestCaseRequest.Builder> getTestCaseRequest)Gets a test case. -
Uses of GetTestCaseRequest.Builder in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return GetTestCaseRequest.Builder Modifier and Type Method Description static GetTestCaseRequest.BuilderGetTestCaseRequest. builder()GetTestCaseRequest.BuilderGetTestCaseRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetTestCaseRequest.BuilderGetTestCaseRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetTestCaseRequest.BuilderGetTestCaseRequest.Builder. testCaseId(String testCaseId)The request test ID of the test case.GetTestCaseRequest.BuilderGetTestCaseRequest.Builder. testCaseVersion(Integer testCaseVersion)The test case version of the test case.GetTestCaseRequest.BuilderGetTestCaseRequest. toBuilder()Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type GetTestCaseRequest.Builder Modifier and Type Method Description static Class<? extends GetTestCaseRequest.Builder>GetTestCaseRequest. serializableBuilderClass()
-