Uses of Class
software.amazon.awssdk.services.apptest.model.ServiceSettings
-
Packages that use ServiceSettings Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of ServiceSettings in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return ServiceSettings Modifier and Type Method Description ServiceSettingsCreateTestConfigurationRequest. serviceSettings()The service settings of the test configuration.ServiceSettingsGetTestConfigurationResponse. serviceSettings()The service settings of the test configuration.ServiceSettingsUpdateTestConfigurationRequest. serviceSettings()The service settings of the test configuration.Methods in software.amazon.awssdk.services.apptest.model with parameters of type ServiceSettings Modifier and Type Method Description CreateTestConfigurationRequest.BuilderCreateTestConfigurationRequest.Builder. serviceSettings(ServiceSettings serviceSettings)The service settings of the test configuration.GetTestConfigurationResponse.BuilderGetTestConfigurationResponse.Builder. serviceSettings(ServiceSettings serviceSettings)The service settings of the test configuration.UpdateTestConfigurationRequest.BuilderUpdateTestConfigurationRequest.Builder. serviceSettings(ServiceSettings serviceSettings)The service settings of the test configuration.
-