| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
BatchAssociateApprovalRuleTemplateWithRepositoriesResult |
AbstractAWSCodeCommit.batchAssociateApprovalRuleTemplateWithRepositories(BatchAssociateApprovalRuleTemplateWithRepositoriesRequest request) |
BatchAssociateApprovalRuleTemplateWithRepositoriesResult |
AWSCodeCommitClient.batchAssociateApprovalRuleTemplateWithRepositories(BatchAssociateApprovalRuleTemplateWithRepositoriesRequest request)
Creates an association between an approval rule template and one or more specified repositories.
|
BatchAssociateApprovalRuleTemplateWithRepositoriesResult |
AWSCodeCommit.batchAssociateApprovalRuleTemplateWithRepositories(BatchAssociateApprovalRuleTemplateWithRepositoriesRequest batchAssociateApprovalRuleTemplateWithRepositoriesRequest)
Creates an association between an approval rule template and one or more specified repositories.
|
| Modifier and Type | Method and Description |
|---|---|
BatchAssociateApprovalRuleTemplateWithRepositoriesResult |
BatchAssociateApprovalRuleTemplateWithRepositoriesResult.clone() |
BatchAssociateApprovalRuleTemplateWithRepositoriesResult |
BatchAssociateApprovalRuleTemplateWithRepositoriesResult.withAssociatedRepositoryNames(Collection<String> associatedRepositoryNames)
A list of names of the repositories that have been associated with the template.
|
BatchAssociateApprovalRuleTemplateWithRepositoriesResult |
BatchAssociateApprovalRuleTemplateWithRepositoriesResult.withAssociatedRepositoryNames(String... associatedRepositoryNames)
A list of names of the repositories that have been associated with the template.
|
BatchAssociateApprovalRuleTemplateWithRepositoriesResult |
BatchAssociateApprovalRuleTemplateWithRepositoriesResult.withErrors(BatchAssociateApprovalRuleTemplateWithRepositoriesError... errors)
A list of any errors that might have occurred while attempting to create the association between the template and
the repositories.
|
BatchAssociateApprovalRuleTemplateWithRepositoriesResult |
BatchAssociateApprovalRuleTemplateWithRepositoriesResult.withErrors(Collection<BatchAssociateApprovalRuleTemplateWithRepositoriesError> errors)
A list of any errors that might have occurred while attempting to create the association between the template and
the repositories.
|
Copyright © 2021. All rights reserved.