Uses of Interface
software.amazon.awssdk.services.codecommit.model.GetCommentReactionsRequest.Builder
-
Packages that use GetCommentReactionsRequest.Builder Package Description software.amazon.awssdk.services.codecommit CodeCommit software.amazon.awssdk.services.codecommit.model -
-
Uses of GetCommentReactionsRequest.Builder in software.amazon.awssdk.services.codecommit
Method parameters in software.amazon.awssdk.services.codecommit with type arguments of type GetCommentReactionsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetCommentReactionsResponse>CodeCommitAsyncClient. getCommentReactions(Consumer<GetCommentReactionsRequest.Builder> getCommentReactionsRequest)Returns information about reactions to a specified comment ID.default GetCommentReactionsResponseCodeCommitClient. getCommentReactions(Consumer<GetCommentReactionsRequest.Builder> getCommentReactionsRequest)Returns information about reactions to a specified comment ID.default GetCommentReactionsPublisherCodeCommitAsyncClient. getCommentReactionsPaginator(Consumer<GetCommentReactionsRequest.Builder> getCommentReactionsRequest)Returns information about reactions to a specified comment ID.default GetCommentReactionsIterableCodeCommitClient. getCommentReactionsPaginator(Consumer<GetCommentReactionsRequest.Builder> getCommentReactionsRequest)Returns information about reactions to a specified comment ID. -
Uses of GetCommentReactionsRequest.Builder in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return GetCommentReactionsRequest.Builder Modifier and Type Method Description static GetCommentReactionsRequest.BuilderGetCommentReactionsRequest. builder()GetCommentReactionsRequest.BuilderGetCommentReactionsRequest.Builder. commentId(String commentId)The ID of the comment for which you want to get reactions information.GetCommentReactionsRequest.BuilderGetCommentReactionsRequest.Builder. maxResults(Integer maxResults)A non-zero, non-negative integer used to limit the number of returned results.GetCommentReactionsRequest.BuilderGetCommentReactionsRequest.Builder. nextToken(String nextToken)An enumeration token that, when provided in a request, returns the next batch of the results.GetCommentReactionsRequest.BuilderGetCommentReactionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCommentReactionsRequest.BuilderGetCommentReactionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetCommentReactionsRequest.BuilderGetCommentReactionsRequest.Builder. reactionUserArn(String reactionUserArn)Optional.GetCommentReactionsRequest.BuilderGetCommentReactionsRequest. toBuilder()Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type GetCommentReactionsRequest.Builder Modifier and Type Method Description static Class<? extends GetCommentReactionsRequest.Builder>GetCommentReactionsRequest. serializableBuilderClass()
-