Uses of Interface
software.amazon.awssdk.services.codecommit.model.GetCommentRequest.Builder
-
Packages that use GetCommentRequest.Builder Package Description software.amazon.awssdk.services.codecommit CodeCommit software.amazon.awssdk.services.codecommit.model -
-
Uses of GetCommentRequest.Builder in software.amazon.awssdk.services.codecommit
Method parameters in software.amazon.awssdk.services.codecommit with type arguments of type GetCommentRequest.Builder Modifier and Type Method Description default CompletableFuture<GetCommentResponse>CodeCommitAsyncClient. getComment(Consumer<GetCommentRequest.Builder> getCommentRequest)Returns the content of a comment made on a change, file, or commit in a repository.default GetCommentResponseCodeCommitClient. getComment(Consumer<GetCommentRequest.Builder> getCommentRequest)Returns the content of a comment made on a change, file, or commit in a repository. -
Uses of GetCommentRequest.Builder in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return GetCommentRequest.Builder Modifier and Type Method Description static GetCommentRequest.BuilderGetCommentRequest. builder()GetCommentRequest.BuilderGetCommentRequest.Builder. commentId(String commentId)The unique, system-generated ID of the comment.GetCommentRequest.BuilderGetCommentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCommentRequest.BuilderGetCommentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetCommentRequest.BuilderGetCommentRequest. toBuilder()Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type GetCommentRequest.Builder Modifier and Type Method Description static Class<? extends GetCommentRequest.Builder>GetCommentRequest. serializableBuilderClass()
-