Uses of Class
software.amazon.awssdk.services.codecatalyst.model.CreateSourceRepositoryBranchResponse
-
Packages that use CreateSourceRepositoryBranchResponse Package Description software.amazon.awssdk.services.codecatalyst Welcome to the Amazon CodeCatalyst API reference. -
-
Uses of CreateSourceRepositoryBranchResponse in software.amazon.awssdk.services.codecatalyst
Methods in software.amazon.awssdk.services.codecatalyst that return CreateSourceRepositoryBranchResponse Modifier and Type Method Description default CreateSourceRepositoryBranchResponseCodeCatalystClient. createSourceRepositoryBranch(Consumer<CreateSourceRepositoryBranchRequest.Builder> createSourceRepositoryBranchRequest)Creates a branch in a specified source repository in Amazon CodeCatalyst.default CreateSourceRepositoryBranchResponseCodeCatalystClient. createSourceRepositoryBranch(CreateSourceRepositoryBranchRequest createSourceRepositoryBranchRequest)Creates a branch in a specified source repository in Amazon CodeCatalyst.Methods in software.amazon.awssdk.services.codecatalyst that return types with arguments of type CreateSourceRepositoryBranchResponse Modifier and Type Method Description default CompletableFuture<CreateSourceRepositoryBranchResponse>CodeCatalystAsyncClient. createSourceRepositoryBranch(Consumer<CreateSourceRepositoryBranchRequest.Builder> createSourceRepositoryBranchRequest)Creates a branch in a specified source repository in Amazon CodeCatalyst.default CompletableFuture<CreateSourceRepositoryBranchResponse>CodeCatalystAsyncClient. createSourceRepositoryBranch(CreateSourceRepositoryBranchRequest createSourceRepositoryBranchRequest)Creates a branch in a specified source repository in Amazon CodeCatalyst.
-