Uses of Class
software.amazon.awssdk.services.codecommit.model.UpdatePullRequestApprovalRuleContentRequest
-
Packages that use UpdatePullRequestApprovalRuleContentRequest Package Description software.amazon.awssdk.services.codecommit CodeCommit software.amazon.awssdk.services.codecommit.transform -
-
Uses of UpdatePullRequestApprovalRuleContentRequest in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit with parameters of type UpdatePullRequestApprovalRuleContentRequest Modifier and Type Method Description default CompletableFuture<UpdatePullRequestApprovalRuleContentResponse>CodeCommitAsyncClient. updatePullRequestApprovalRuleContent(UpdatePullRequestApprovalRuleContentRequest updatePullRequestApprovalRuleContentRequest)Updates the structure of an approval rule created specifically for a pull request.default UpdatePullRequestApprovalRuleContentResponseCodeCommitClient. updatePullRequestApprovalRuleContent(UpdatePullRequestApprovalRuleContentRequest updatePullRequestApprovalRuleContentRequest)Updates the structure of an approval rule created specifically for a pull request. -
Uses of UpdatePullRequestApprovalRuleContentRequest in software.amazon.awssdk.services.codecommit.transform
Methods in software.amazon.awssdk.services.codecommit.transform with parameters of type UpdatePullRequestApprovalRuleContentRequest Modifier and Type Method Description SdkHttpFullRequestUpdatePullRequestApprovalRuleContentRequestMarshaller. marshall(UpdatePullRequestApprovalRuleContentRequest updatePullRequestApprovalRuleContentRequest)
-