Uses of Class
software.amazon.awssdk.services.codecommit.model.ReactionForComment
-
Packages that use ReactionForComment Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of ReactionForComment in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type ReactionForComment Modifier and Type Method Description List<ReactionForComment>GetCommentReactionsResponse. reactionsForComment()An array of reactions to the specified comment.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type ReactionForComment Modifier and Type Method Description GetCommentReactionsResponse.BuilderGetCommentReactionsResponse.Builder. reactionsForComment(ReactionForComment... reactionsForComment)An array of reactions to the specified comment.Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type ReactionForComment Modifier and Type Method Description GetCommentReactionsResponse.BuilderGetCommentReactionsResponse.Builder. reactionsForComment(Collection<ReactionForComment> reactionsForComment)An array of reactions to the specified comment.
-