Uses of Class
software.amazon.awssdk.services.codecommit.model.BatchGetCommitsResponse
-
Packages that use BatchGetCommitsResponse Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of BatchGetCommitsResponse in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that return BatchGetCommitsResponse Modifier and Type Method Description default BatchGetCommitsResponseCodeCommitClient. batchGetCommits(Consumer<BatchGetCommitsRequest.Builder> batchGetCommitsRequest)Returns information about the contents of one or more commits in a repository.default BatchGetCommitsResponseCodeCommitClient. batchGetCommits(BatchGetCommitsRequest batchGetCommitsRequest)Returns information about the contents of one or more commits in a repository.Methods in software.amazon.awssdk.services.codecommit that return types with arguments of type BatchGetCommitsResponse Modifier and Type Method Description default CompletableFuture<BatchGetCommitsResponse>CodeCommitAsyncClient. batchGetCommits(Consumer<BatchGetCommitsRequest.Builder> batchGetCommitsRequest)Returns information about the contents of one or more commits in a repository.default CompletableFuture<BatchGetCommitsResponse>CodeCommitAsyncClient. batchGetCommits(BatchGetCommitsRequest batchGetCommitsRequest)Returns information about the contents of one or more commits in a repository.
-