Uses of Class
software.amazon.awssdk.services.codecommit.model.PutCommentReactionRequest
-
Packages that use PutCommentReactionRequest Package Description software.amazon.awssdk.services.codecommit CodeCommit software.amazon.awssdk.services.codecommit.transform -
-
Uses of PutCommentReactionRequest in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit with parameters of type PutCommentReactionRequest Modifier and Type Method Description 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.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. -
Uses of PutCommentReactionRequest in software.amazon.awssdk.services.codecommit.transform
Methods in software.amazon.awssdk.services.codecommit.transform with parameters of type PutCommentReactionRequest Modifier and Type Method Description SdkHttpFullRequestPutCommentReactionRequestMarshaller. marshall(PutCommentReactionRequest putCommentReactionRequest)
-