Uses of Interface
software.amazon.awssdk.services.codecommit.model.PostCommentReplyResponse.Builder
-
Packages that use PostCommentReplyResponse.Builder Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of PostCommentReplyResponse.Builder in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return PostCommentReplyResponse.Builder Modifier and Type Method Description static PostCommentReplyResponse.BuilderPostCommentReplyResponse. builder()default PostCommentReplyResponse.BuilderPostCommentReplyResponse.Builder. comment(Consumer<Comment.Builder> comment)Information about the reply to a comment.PostCommentReplyResponse.BuilderPostCommentReplyResponse.Builder. comment(Comment comment)Information about the reply to a comment.PostCommentReplyResponse.BuilderPostCommentReplyResponse. toBuilder()Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type PostCommentReplyResponse.Builder Modifier and Type Method Description static Class<? extends PostCommentReplyResponse.Builder>PostCommentReplyResponse. serializableBuilderClass()
-