Uses of Class
software.amazon.awssdk.services.apptest.model.TestSuiteSummary
-
Packages that use TestSuiteSummary Package Description software.amazon.awssdk.services.apptest.model software.amazon.awssdk.services.apptest.paginators -
-
Uses of TestSuiteSummary in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type TestSuiteSummary Modifier and Type Method Description List<TestSuiteSummary>ListTestSuitesResponse. testSuites()The test suites returned with the response query.Methods in software.amazon.awssdk.services.apptest.model with parameters of type TestSuiteSummary Modifier and Type Method Description ListTestSuitesResponse.BuilderListTestSuitesResponse.Builder. testSuites(TestSuiteSummary... testSuites)The test suites returned with the response query.Method parameters in software.amazon.awssdk.services.apptest.model with type arguments of type TestSuiteSummary Modifier and Type Method Description ListTestSuitesResponse.BuilderListTestSuitesResponse.Builder. testSuites(Collection<TestSuiteSummary> testSuites)The test suites returned with the response query. -
Uses of TestSuiteSummary in software.amazon.awssdk.services.apptest.paginators
Methods in software.amazon.awssdk.services.apptest.paginators that return types with arguments of type TestSuiteSummary Modifier and Type Method Description SdkIterable<TestSuiteSummary>ListTestSuitesIterable. testSuites()Returns an iterable to iterate through the paginatedListTestSuitesResponse.testSuites()member.SdkPublisher<TestSuiteSummary>ListTestSuitesPublisher. testSuites()Returns a publisher that can be used to get a stream of data.
-