| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| 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 |
|---|---|
DeleteCommentContentRequest |
DeleteCommentContentRequest.clone() |
DeleteCommentContentRequest |
DeleteCommentContentRequest.withCommentId(String commentId)
The unique, system-generated ID of the comment.
|
Copyright © 2024. All rights reserved.