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