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