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