Uses of Class
software.amazon.awssdk.services.codecommit.model.GetBranchResponse
-
Packages that use GetBranchResponse Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of GetBranchResponse in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that return GetBranchResponse Modifier and Type Method Description default GetBranchResponseCodeCommitClient. getBranch(Consumer<GetBranchRequest.Builder> getBranchRequest)Returns information about a repository branch, including its name and the last commit ID.default GetBranchResponseCodeCommitClient. getBranch(GetBranchRequest getBranchRequest)Returns information about a repository branch, including its name and the last commit ID.Methods in software.amazon.awssdk.services.codecommit that return types with arguments of type GetBranchResponse Modifier and Type Method Description default CompletableFuture<GetBranchResponse>CodeCommitAsyncClient. getBranch(Consumer<GetBranchRequest.Builder> getBranchRequest)Returns information about a repository branch, including its name and the last commit ID.default CompletableFuture<GetBranchResponse>CodeCommitAsyncClient. getBranch(GetBranchRequest getBranchRequest)Returns information about a repository branch, including its name and the last commit ID.
-