Uses of Interface
software.amazon.awssdk.services.amplify.model.UpdateBranchResponse.Builder
-
Packages that use UpdateBranchResponse.Builder Package Description software.amazon.awssdk.services.amplify.model -
-
Uses of UpdateBranchResponse.Builder in software.amazon.awssdk.services.amplify.model
Methods in software.amazon.awssdk.services.amplify.model that return UpdateBranchResponse.Builder Modifier and Type Method Description default UpdateBranchResponse.BuilderUpdateBranchResponse.Builder. branch(Consumer<Branch.Builder> branch)The branch for an Amplify app, which maps to a third-party repository branch.UpdateBranchResponse.BuilderUpdateBranchResponse.Builder. branch(Branch branch)The branch for an Amplify app, which maps to a third-party repository branch.static UpdateBranchResponse.BuilderUpdateBranchResponse. builder()UpdateBranchResponse.BuilderUpdateBranchResponse. toBuilder()Methods in software.amazon.awssdk.services.amplify.model that return types with arguments of type UpdateBranchResponse.Builder Modifier and Type Method Description static Class<? extends UpdateBranchResponse.Builder>UpdateBranchResponse. serializableBuilderClass()
-