Uses of Class
software.amazon.awssdk.services.codecommit.model.PutCommentReactionResponse
-
Packages that use PutCommentReactionResponse Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of PutCommentReactionResponse in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that return PutCommentReactionResponse Modifier and Type Method Description default PutCommentReactionResponseCodeCommitClient. putCommentReaction(Consumer<PutCommentReactionRequest.Builder> putCommentReactionRequest)Adds or updates a reaction to a specified comment for the user whose identity is used to make the request.default PutCommentReactionResponseCodeCommitClient. putCommentReaction(PutCommentReactionRequest putCommentReactionRequest)Adds or updates a reaction to a specified comment for the user whose identity is used to make the request.Methods in software.amazon.awssdk.services.codecommit that return types with arguments of type PutCommentReactionResponse Modifier and Type Method Description default CompletableFuture<PutCommentReactionResponse>CodeCommitAsyncClient. putCommentReaction(Consumer<PutCommentReactionRequest.Builder> putCommentReactionRequest)Adds or updates a reaction to a specified comment for the user whose identity is used to make the request.default CompletableFuture<PutCommentReactionResponse>CodeCommitAsyncClient. putCommentReaction(PutCommentReactionRequest putCommentReactionRequest)Adds or updates a reaction to a specified comment for the user whose identity is used to make the request.
-