| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteCommentContentResult |
AWSCodeCommitClient.deleteCommentContent(DeleteCommentContentRequest request)
Deletes the content of a comment made on a change, file, or commit in a repository.
|
DeleteCommentContentResult |
AWSCodeCommit.deleteCommentContent(DeleteCommentContentRequest deleteCommentContentRequest)
Deletes the content of a comment made on a change, file, or commit in a repository.
|
DeleteCommentContentResult |
AbstractAWSCodeCommit.deleteCommentContent(DeleteCommentContentRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteCommentContentResult> |
AbstractAWSCodeCommitAsync.deleteCommentContentAsync(DeleteCommentContentRequest request,
AsyncHandler<DeleteCommentContentRequest,DeleteCommentContentResult> asyncHandler) |
Future<DeleteCommentContentResult> |
AWSCodeCommitAsyncClient.deleteCommentContentAsync(DeleteCommentContentRequest request,
AsyncHandler<DeleteCommentContentRequest,DeleteCommentContentResult> asyncHandler) |
Future<DeleteCommentContentResult> |
AWSCodeCommitAsync.deleteCommentContentAsync(DeleteCommentContentRequest deleteCommentContentRequest,
AsyncHandler<DeleteCommentContentRequest,DeleteCommentContentResult> asyncHandler)
Deletes the content of a comment made on a change, file, or commit in a repository.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteCommentContentResult |
DeleteCommentContentResult.clone() |
DeleteCommentContentResult |
DeleteCommentContentResult.withComment(Comment comment)
Information about the comment you just deleted.
|
Copyright © 2022. All rights reserved.