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