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