Uses of Class
software.amazon.awssdk.services.codecommit.model.BlobIdDoesNotExistException
-
Packages that use BlobIdDoesNotExistException Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of BlobIdDoesNotExistException in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that throw BlobIdDoesNotExistException Modifier and Type Method Description default GetBlobResponseCodeCommitClient. getBlob(Consumer<GetBlobRequest.Builder> getBlobRequest)Returns the base-64 encoded content of an individual blob in a repository.default GetBlobResponseCodeCommitClient. getBlob(GetBlobRequest getBlobRequest)Returns the base-64 encoded content of an individual blob in a repository.
-