Uses of Interface
software.amazon.awssdk.services.apptest.model.UpdateTestConfigurationResponse.Builder
-
Packages that use UpdateTestConfigurationResponse.Builder Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of UpdateTestConfigurationResponse.Builder in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return UpdateTestConfigurationResponse.Builder Modifier and Type Method Description static UpdateTestConfigurationResponse.BuilderUpdateTestConfigurationResponse. builder()UpdateTestConfigurationResponse.BuilderUpdateTestConfigurationResponse.Builder. testConfigurationId(String testConfigurationId)The configuration ID of the test configuration.UpdateTestConfigurationResponse.BuilderUpdateTestConfigurationResponse.Builder. testConfigurationVersion(Integer testConfigurationVersion)The configuration version of the test configuration.UpdateTestConfigurationResponse.BuilderUpdateTestConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type UpdateTestConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends UpdateTestConfigurationResponse.Builder>UpdateTestConfigurationResponse. serializableBuilderClass()
-