Uses of Class
software.amazon.awssdk.services.apptest.model.TestConfigurationSummary
-
Packages that use TestConfigurationSummary Package Description software.amazon.awssdk.services.apptest.model software.amazon.awssdk.services.apptest.paginators -
-
Uses of TestConfigurationSummary in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type TestConfigurationSummary Modifier and Type Method Description List<TestConfigurationSummary>ListTestConfigurationsResponse. testConfigurations()The test configurations.Methods in software.amazon.awssdk.services.apptest.model with parameters of type TestConfigurationSummary Modifier and Type Method Description ListTestConfigurationsResponse.BuilderListTestConfigurationsResponse.Builder. testConfigurations(TestConfigurationSummary... testConfigurations)The test configurations.Method parameters in software.amazon.awssdk.services.apptest.model with type arguments of type TestConfigurationSummary Modifier and Type Method Description ListTestConfigurationsResponse.BuilderListTestConfigurationsResponse.Builder. testConfigurations(Collection<TestConfigurationSummary> testConfigurations)The test configurations. -
Uses of TestConfigurationSummary in software.amazon.awssdk.services.apptest.paginators
Methods in software.amazon.awssdk.services.apptest.paginators that return types with arguments of type TestConfigurationSummary Modifier and Type Method Description SdkIterable<TestConfigurationSummary>ListTestConfigurationsIterable. testConfigurations()Returns an iterable to iterate through the paginatedListTestConfigurationsResponse.testConfigurations()member.SdkPublisher<TestConfigurationSummary>ListTestConfigurationsPublisher. testConfigurations()Returns a publisher that can be used to get a stream of data.
-