Uses of Class
software.amazon.awssdk.services.codecommit.model.GetCommitRequest
-
Packages that use GetCommitRequest Package Description software.amazon.awssdk.services.codecommit CodeCommit software.amazon.awssdk.services.codecommit.transform -
-
Uses of GetCommitRequest in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit with parameters of type GetCommitRequest Modifier and Type Method Description default CompletableFuture<GetCommitResponse>CodeCommitAsyncClient. getCommit(GetCommitRequest getCommitRequest)Returns information about a commit, including commit message and committer information.default GetCommitResponseCodeCommitClient. getCommit(GetCommitRequest getCommitRequest)Returns information about a commit, including commit message and committer information. -
Uses of GetCommitRequest in software.amazon.awssdk.services.codecommit.transform
Methods in software.amazon.awssdk.services.codecommit.transform with parameters of type GetCommitRequest Modifier and Type Method Description SdkHttpFullRequestGetCommitRequestMarshaller. marshall(GetCommitRequest getCommitRequest)
-