Uses of Class
software.amazon.awssdk.services.devicefarm.model.Test
-
Packages that use Test Package Description software.amazon.awssdk.services.devicefarm.model software.amazon.awssdk.services.devicefarm.paginators -
-
Uses of Test in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return Test Modifier and Type Method Description TestGetTestResponse. test()A test condition that is evaluated.Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type Test Modifier and Type Method Description List<Test>ListTestsResponse. tests()Information about the tests.Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type Test Modifier and Type Method Description GetTestResponse.BuilderGetTestResponse.Builder. test(Test test)A test condition that is evaluated.ListTestsResponse.BuilderListTestsResponse.Builder. tests(Test... tests)Information about the tests.Method parameters in software.amazon.awssdk.services.devicefarm.model with type arguments of type Test Modifier and Type Method Description ListTestsResponse.BuilderListTestsResponse.Builder. tests(Collection<Test> tests)Information about the tests. -
Uses of Test in software.amazon.awssdk.services.devicefarm.paginators
Methods in software.amazon.awssdk.services.devicefarm.paginators that return types with arguments of type Test Modifier and Type Method Description SdkIterable<Test>ListTestsIterable. tests()Returns an iterable to iterate through the paginatedListTestsResponse.tests()member.SdkPublisher<Test>ListTestsPublisher. tests()Returns a publisher that can be used to get a stream of data.
-