Uses of Interface
software.amazon.awssdk.services.apptest.model.CreateTestCaseRequest.Builder
-
Packages that use CreateTestCaseRequest.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 CreateTestCaseRequest.Builder in software.amazon.awssdk.services.apptest
Method parameters in software.amazon.awssdk.services.apptest with type arguments of type CreateTestCaseRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateTestCaseResponse>AppTestAsyncClient. createTestCase(Consumer<CreateTestCaseRequest.Builder> createTestCaseRequest)Creates a test case.default CreateTestCaseResponseAppTestClient. createTestCase(Consumer<CreateTestCaseRequest.Builder> createTestCaseRequest)Creates a test case. -
Uses of CreateTestCaseRequest.Builder in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return CreateTestCaseRequest.Builder Modifier and Type Method Description static CreateTestCaseRequest.BuilderCreateTestCaseRequest. builder()CreateTestCaseRequest.BuilderCreateTestCaseRequest.Builder. clientToken(String clientToken)The client token of the test case.CreateTestCaseRequest.BuilderCreateTestCaseRequest.Builder. description(String description)The description of the test case.CreateTestCaseRequest.BuilderCreateTestCaseRequest.Builder. name(String name)The name of the test case.CreateTestCaseRequest.BuilderCreateTestCaseRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateTestCaseRequest.BuilderCreateTestCaseRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateTestCaseRequest.BuilderCreateTestCaseRequest.Builder. steps(Collection<Step> steps)The steps in the test case.CreateTestCaseRequest.BuilderCreateTestCaseRequest.Builder. steps(Consumer<Step.Builder>... steps)The steps in the test case.CreateTestCaseRequest.BuilderCreateTestCaseRequest.Builder. steps(Step... steps)The steps in the test case.CreateTestCaseRequest.BuilderCreateTestCaseRequest.Builder. tags(Map<String,String> tags)The specified tags of the test case.CreateTestCaseRequest.BuilderCreateTestCaseRequest. toBuilder()Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type CreateTestCaseRequest.Builder Modifier and Type Method Description static Class<? extends CreateTestCaseRequest.Builder>CreateTestCaseRequest. serializableBuilderClass()
-