Uses of Class
software.amazon.awssdk.services.apptest.model.TestCaseSummary
-
Packages that use TestCaseSummary Package Description software.amazon.awssdk.services.apptest.model software.amazon.awssdk.services.apptest.paginators -
-
Uses of TestCaseSummary in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type TestCaseSummary Modifier and Type Method Description List<TestCaseSummary>ListTestCasesResponse. testCases()The test cases in an application.Methods in software.amazon.awssdk.services.apptest.model with parameters of type TestCaseSummary Modifier and Type Method Description ListTestCasesResponse.BuilderListTestCasesResponse.Builder. testCases(TestCaseSummary... testCases)The test cases in an application.Method parameters in software.amazon.awssdk.services.apptest.model with type arguments of type TestCaseSummary Modifier and Type Method Description ListTestCasesResponse.BuilderListTestCasesResponse.Builder. testCases(Collection<TestCaseSummary> testCases)The test cases in an application. -
Uses of TestCaseSummary in software.amazon.awssdk.services.apptest.paginators
Methods in software.amazon.awssdk.services.apptest.paginators that return types with arguments of type TestCaseSummary Modifier and Type Method Description SdkIterable<TestCaseSummary>ListTestCasesIterable. testCases()Returns an iterable to iterate through the paginatedListTestCasesResponse.testCases()member.SdkPublisher<TestCaseSummary>ListTestCasesPublisher. testCases()Returns a publisher that can be used to get a stream of data.
-