Uses of Class
software.amazon.awssdk.services.codecommit.model.GetBranchRequest
-
Packages that use GetBranchRequest Package Description software.amazon.awssdk.services.codecommit CodeCommit software.amazon.awssdk.services.codecommit.transform -
-
Uses of GetBranchRequest in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit with parameters of type GetBranchRequest Modifier and Type Method Description default CompletableFuture<GetBranchResponse>CodeCommitAsyncClient. getBranch(GetBranchRequest 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. -
Uses of GetBranchRequest in software.amazon.awssdk.services.codecommit.transform
Methods in software.amazon.awssdk.services.codecommit.transform with parameters of type GetBranchRequest Modifier and Type Method Description SdkHttpFullRequestGetBranchRequestMarshaller. marshall(GetBranchRequest getBranchRequest)
-