Uses of Interface
software.amazon.awssdk.services.codecommit.model.PostCommentReplyRequest.Builder
-
Packages that use PostCommentReplyRequest.Builder Package Description software.amazon.awssdk.services.codecommit CodeCommit software.amazon.awssdk.services.codecommit.model -
-
Uses of PostCommentReplyRequest.Builder in software.amazon.awssdk.services.codecommit
Method parameters in software.amazon.awssdk.services.codecommit with type arguments of type PostCommentReplyRequest.Builder Modifier and Type Method Description default CompletableFuture<PostCommentReplyResponse>CodeCommitAsyncClient. postCommentReply(Consumer<PostCommentReplyRequest.Builder> postCommentReplyRequest)Posts a comment in reply to an existing comment on a comparison between commits or a pull request.default PostCommentReplyResponseCodeCommitClient. postCommentReply(Consumer<PostCommentReplyRequest.Builder> postCommentReplyRequest)Posts a comment in reply to an existing comment on a comparison between commits or a pull request. -
Uses of PostCommentReplyRequest.Builder in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return PostCommentReplyRequest.Builder Modifier and Type Method Description static PostCommentReplyRequest.BuilderPostCommentReplyRequest. builder()PostCommentReplyRequest.BuilderPostCommentReplyRequest.Builder. clientRequestToken(String clientRequestToken)A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter.PostCommentReplyRequest.BuilderPostCommentReplyRequest.Builder. content(String content)The contents of your reply to a comment.PostCommentReplyRequest.BuilderPostCommentReplyRequest.Builder. inReplyTo(String inReplyTo)The system-generated ID of the comment to which you want to reply.PostCommentReplyRequest.BuilderPostCommentReplyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PostCommentReplyRequest.BuilderPostCommentReplyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PostCommentReplyRequest.BuilderPostCommentReplyRequest. toBuilder()Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type PostCommentReplyRequest.Builder Modifier and Type Method Description static Class<? extends PostCommentReplyRequest.Builder>PostCommentReplyRequest. serializableBuilderClass()
-