Uses of Interface
software.amazon.awssdk.services.devicefarm.model.ListTestsResponse.Builder
-
Packages that use ListTestsResponse.Builder Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of ListTestsResponse.Builder in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return ListTestsResponse.Builder Modifier and Type Method Description static ListTestsResponse.BuilderListTestsResponse. builder()ListTestsResponse.BuilderListTestsResponse.Builder. nextToken(String nextToken)If the number of items that are returned is significantly large, this is an identifier that is also returned.ListTestsResponse.BuilderListTestsResponse.Builder. tests(Collection<Test> tests)Information about the tests.ListTestsResponse.BuilderListTestsResponse.Builder. tests(Consumer<Test.Builder>... tests)Information about the tests.ListTestsResponse.BuilderListTestsResponse.Builder. tests(Test... tests)Information about the tests.ListTestsResponse.BuilderListTestsResponse. toBuilder()Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type ListTestsResponse.Builder Modifier and Type Method Description static Class<? extends ListTestsResponse.Builder>ListTestsResponse. serializableBuilderClass()
-