Uses of Class
software.amazon.awssdk.services.codecommit.model.CommitIdDoesNotExistException
-
Packages that use CommitIdDoesNotExistException Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of CommitIdDoesNotExistException in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that throw CommitIdDoesNotExistException Modifier and Type Method Description default GetCommitResponseCodeCommitClient. getCommit(Consumer<GetCommitRequest.Builder> getCommitRequest)Returns information about a commit, including commit message and committer information.default GetCommitResponseCodeCommitClient. getCommit(GetCommitRequest getCommitRequest)Returns information about a commit, including commit message and committer information.
-