Uses of Interface
software.amazon.awssdk.services.apptest.model.ListTestConfigurationsResponse.Builder
-
Packages that use ListTestConfigurationsResponse.Builder Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of ListTestConfigurationsResponse.Builder in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return ListTestConfigurationsResponse.Builder Modifier and Type Method Description static ListTestConfigurationsResponse.BuilderListTestConfigurationsResponse. builder()ListTestConfigurationsResponse.BuilderListTestConfigurationsResponse.Builder. nextToken(String nextToken)The next token in the test configurations.ListTestConfigurationsResponse.BuilderListTestConfigurationsResponse.Builder. testConfigurations(Collection<TestConfigurationSummary> testConfigurations)The test configurations.ListTestConfigurationsResponse.BuilderListTestConfigurationsResponse.Builder. testConfigurations(Consumer<TestConfigurationSummary.Builder>... testConfigurations)The test configurations.ListTestConfigurationsResponse.BuilderListTestConfigurationsResponse.Builder. testConfigurations(TestConfigurationSummary... testConfigurations)The test configurations.ListTestConfigurationsResponse.BuilderListTestConfigurationsResponse. toBuilder()Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type ListTestConfigurationsResponse.Builder Modifier and Type Method Description static Class<? extends ListTestConfigurationsResponse.Builder>ListTestConfigurationsResponse. serializableBuilderClass()
-