Uses of Interface
software.amazon.awssdk.services.codecommit.model.UpdateCommentRequest.Builder
-
Packages that use UpdateCommentRequest.Builder Package Description software.amazon.awssdk.services.codecommit CodeCommit software.amazon.awssdk.services.codecommit.model -
-
Uses of UpdateCommentRequest.Builder in software.amazon.awssdk.services.codecommit
Method parameters in software.amazon.awssdk.services.codecommit with type arguments of type UpdateCommentRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateCommentResponse>CodeCommitAsyncClient. updateComment(Consumer<UpdateCommentRequest.Builder> updateCommentRequest)Replaces the contents of a comment.default UpdateCommentResponseCodeCommitClient. updateComment(Consumer<UpdateCommentRequest.Builder> updateCommentRequest)Replaces the contents of a comment. -
Uses of UpdateCommentRequest.Builder in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return UpdateCommentRequest.Builder Modifier and Type Method Description static UpdateCommentRequest.BuilderUpdateCommentRequest. builder()UpdateCommentRequest.BuilderUpdateCommentRequest.Builder. commentId(String commentId)The system-generated ID of the comment you want to update.UpdateCommentRequest.BuilderUpdateCommentRequest.Builder. content(String content)The updated content to replace the existing content of the comment.UpdateCommentRequest.BuilderUpdateCommentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateCommentRequest.BuilderUpdateCommentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateCommentRequest.BuilderUpdateCommentRequest. toBuilder()Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type UpdateCommentRequest.Builder Modifier and Type Method Description static Class<? extends UpdateCommentRequest.Builder>UpdateCommentRequest. serializableBuilderClass()
-