Uses of Interface
software.amazon.awssdk.services.workdocs.model.CreateCommentResponse.Builder
-
Packages that use CreateCommentResponse.Builder Package Description software.amazon.awssdk.services.workdocs.model -
-
Uses of CreateCommentResponse.Builder in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return CreateCommentResponse.Builder Modifier and Type Method Description static CreateCommentResponse.BuilderCreateCommentResponse. builder()default CreateCommentResponse.BuilderCreateCommentResponse.Builder. comment(Consumer<Comment.Builder> comment)The comment that has been created.CreateCommentResponse.BuilderCreateCommentResponse.Builder. comment(Comment comment)The comment that has been created.CreateCommentResponse.BuilderCreateCommentResponse. toBuilder()Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type CreateCommentResponse.Builder Modifier and Type Method Description static Class<? extends CreateCommentResponse.Builder>CreateCommentResponse. serializableBuilderClass()
-