Uses of Class
software.amazon.awssdk.services.codecommit.model.GetBlobResponse
-
Packages that use GetBlobResponse Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of GetBlobResponse in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that return GetBlobResponse 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.Methods in software.amazon.awssdk.services.codecommit that return types with arguments of type GetBlobResponse Modifier and Type Method Description default CompletableFuture<GetBlobResponse>CodeCommitAsyncClient. getBlob(Consumer<GetBlobRequest.Builder> getBlobRequest)Returns the base-64 encoded content of an individual blob in a repository.default CompletableFuture<GetBlobResponse>CodeCommitAsyncClient. getBlob(GetBlobRequest getBlobRequest)Returns the base-64 encoded content of an individual blob in a repository.
-