Uses of Interface
software.amazon.awssdk.services.codecommit.model.GetBlobRequest.Builder
-
Packages that use GetBlobRequest.Builder Package Description software.amazon.awssdk.services.codecommit CodeCommit software.amazon.awssdk.services.codecommit.model -
-
Uses of GetBlobRequest.Builder in software.amazon.awssdk.services.codecommit
Method parameters in software.amazon.awssdk.services.codecommit with type arguments of type GetBlobRequest.Builder 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 GetBlobResponseCodeCommitClient. getBlob(Consumer<GetBlobRequest.Builder> getBlobRequest)Returns the base-64 encoded content of an individual blob in a repository. -
Uses of GetBlobRequest.Builder in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return GetBlobRequest.Builder Modifier and Type Method Description GetBlobRequest.BuilderGetBlobRequest.Builder. blobId(String blobId)The ID of the blob, which is its SHA-1 pointer.static GetBlobRequest.BuilderGetBlobRequest. builder()GetBlobRequest.BuilderGetBlobRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetBlobRequest.BuilderGetBlobRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetBlobRequest.BuilderGetBlobRequest.Builder. repositoryName(String repositoryName)The name of the repository that contains the blob.GetBlobRequest.BuilderGetBlobRequest. toBuilder()Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type GetBlobRequest.Builder Modifier and Type Method Description static Class<? extends GetBlobRequest.Builder>GetBlobRequest. serializableBuilderClass()
-