Uses of Class
software.amazon.awssdk.services.devicefarm.model.Suite
-
Packages that use Suite Package Description software.amazon.awssdk.services.devicefarm.model software.amazon.awssdk.services.devicefarm.paginators -
-
Uses of Suite in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return Suite Modifier and Type Method Description SuiteGetSuiteResponse. suite()A collection of one or more tests.Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type Suite Modifier and Type Method Description List<Suite>ListSuitesResponse. suites()Information about the suites.Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type Suite Modifier and Type Method Description GetSuiteResponse.BuilderGetSuiteResponse.Builder. suite(Suite suite)A collection of one or more tests.ListSuitesResponse.BuilderListSuitesResponse.Builder. suites(Suite... suites)Information about the suites.Method parameters in software.amazon.awssdk.services.devicefarm.model with type arguments of type Suite Modifier and Type Method Description ListSuitesResponse.BuilderListSuitesResponse.Builder. suites(Collection<Suite> suites)Information about the suites. -
Uses of Suite in software.amazon.awssdk.services.devicefarm.paginators
Methods in software.amazon.awssdk.services.devicefarm.paginators that return types with arguments of type Suite Modifier and Type Method Description SdkIterable<Suite>ListSuitesIterable. suites()Returns an iterable to iterate through the paginatedListSuitesResponse.suites()member.SdkPublisher<Suite>ListSuitesPublisher. suites()Returns a publisher that can be used to get a stream of data.
-