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