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