Uses of Class
software.amazon.awssdk.services.codeconnections.model.PullRequestComment
-
Packages that use PullRequestComment Package Description software.amazon.awssdk.services.codeconnections.model -
-
Uses of PullRequestComment in software.amazon.awssdk.services.codeconnections.model
Methods in software.amazon.awssdk.services.codeconnections.model that return PullRequestComment Modifier and Type Method Description static PullRequestCommentPullRequestComment. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PullRequestCommentCreateSyncConfigurationRequest. pullRequestComment()A toggle that specifies whether to enable or disable pull request comments for the sync configuration to be created.PullRequestCommentSyncConfiguration. pullRequestComment()A toggle that specifies whether to enable or disable pull request comments for the sync configuration to be created.PullRequestCommentUpdateSyncConfigurationRequest. pullRequestComment()TA toggle that specifies whether to enable or disable pull request comments for the sync configuration to be updated.static PullRequestCommentPullRequestComment. valueOf(String name)Returns the enum constant of this type with the specified name.static PullRequestComment[]PullRequestComment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codeconnections.model that return types with arguments of type PullRequestComment Modifier and Type Method Description static Set<PullRequestComment>PullRequestComment. knownValues()Methods in software.amazon.awssdk.services.codeconnections.model with parameters of type PullRequestComment Modifier and Type Method Description CreateSyncConfigurationRequest.BuilderCreateSyncConfigurationRequest.Builder. pullRequestComment(PullRequestComment pullRequestComment)A toggle that specifies whether to enable or disable pull request comments for the sync configuration to be created.SyncConfiguration.BuilderSyncConfiguration.Builder. pullRequestComment(PullRequestComment pullRequestComment)A toggle that specifies whether to enable or disable pull request comments for the sync configuration to be created.UpdateSyncConfigurationRequest.BuilderUpdateSyncConfigurationRequest.Builder. pullRequestComment(PullRequestComment pullRequestComment)TA toggle that specifies whether to enable or disable pull request comments for the sync configuration to be updated.
-