Uses of Class
software.amazon.awssdk.services.apptest.model.ListTestCasesRequest
-
Packages that use ListTestCasesRequest 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.paginators software.amazon.awssdk.services.apptest.transform -
-
Uses of ListTestCasesRequest in software.amazon.awssdk.services.apptest
Methods in software.amazon.awssdk.services.apptest with parameters of type ListTestCasesRequest Modifier and Type Method Description default CompletableFuture<ListTestCasesResponse>AppTestAsyncClient. listTestCases(ListTestCasesRequest listTestCasesRequest)Lists test cases.default ListTestCasesResponseAppTestClient. listTestCases(ListTestCasesRequest listTestCasesRequest)Lists test cases.default ListTestCasesPublisherAppTestAsyncClient. listTestCasesPaginator(ListTestCasesRequest listTestCasesRequest)This is a variant ofAppTestAsyncClient.listTestCases(software.amazon.awssdk.services.apptest.model.ListTestCasesRequest)operation.default ListTestCasesIterableAppTestClient. listTestCasesPaginator(ListTestCasesRequest listTestCasesRequest)This is a variant ofAppTestClient.listTestCases(software.amazon.awssdk.services.apptest.model.ListTestCasesRequest)operation. -
Uses of ListTestCasesRequest in software.amazon.awssdk.services.apptest.paginators
Constructors in software.amazon.awssdk.services.apptest.paginators with parameters of type ListTestCasesRequest Constructor Description ListTestCasesIterable(AppTestClient client, ListTestCasesRequest firstRequest)ListTestCasesPublisher(AppTestAsyncClient client, ListTestCasesRequest firstRequest) -
Uses of ListTestCasesRequest in software.amazon.awssdk.services.apptest.transform
Methods in software.amazon.awssdk.services.apptest.transform with parameters of type ListTestCasesRequest Modifier and Type Method Description SdkHttpFullRequestListTestCasesRequestMarshaller. marshall(ListTestCasesRequest listTestCasesRequest)
-