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