Uses of Class
software.amazon.awssdk.services.codecommit.model.DeleteCommentContentResponse
-
Packages that use DeleteCommentContentResponse Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of DeleteCommentContentResponse in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that return DeleteCommentContentResponse Modifier and Type Method Description default DeleteCommentContentResponseCodeCommitClient. deleteCommentContent(Consumer<DeleteCommentContentRequest.Builder> deleteCommentContentRequest)Deletes the content of a comment made on a change, file, or commit in a repository.default DeleteCommentContentResponseCodeCommitClient. deleteCommentContent(DeleteCommentContentRequest deleteCommentContentRequest)Deletes the content of a comment made on a change, file, or commit in a repository.Methods in software.amazon.awssdk.services.codecommit that return types with arguments of type DeleteCommentContentResponse Modifier and Type Method Description default CompletableFuture<DeleteCommentContentResponse>CodeCommitAsyncClient. deleteCommentContent(Consumer<DeleteCommentContentRequest.Builder> deleteCommentContentRequest)Deletes the content of a comment made on a change, file, or commit in a repository.default CompletableFuture<DeleteCommentContentResponse>CodeCommitAsyncClient. deleteCommentContent(DeleteCommentContentRequest deleteCommentContentRequest)Deletes the content of a comment made on a change, file, or commit in a repository.
-