| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
BatchAssociateApprovalRuleTemplateWithRepositoriesError |
BatchAssociateApprovalRuleTemplateWithRepositoriesError.clone() |
BatchAssociateApprovalRuleTemplateWithRepositoriesError |
BatchAssociateApprovalRuleTemplateWithRepositoriesError.withErrorCode(String errorCode)
An error code that specifies whether the repository name was not valid or not found.
|
BatchAssociateApprovalRuleTemplateWithRepositoriesError |
BatchAssociateApprovalRuleTemplateWithRepositoriesError.withErrorMessage(String errorMessage)
An error message that provides details about why the repository name was not found or not valid.
|
BatchAssociateApprovalRuleTemplateWithRepositoriesError |
BatchAssociateApprovalRuleTemplateWithRepositoriesError.withRepositoryName(String repositoryName)
The name of the repository where the association was not made.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchAssociateApprovalRuleTemplateWithRepositoriesError> |
BatchAssociateApprovalRuleTemplateWithRepositoriesResult.getErrors()
A list of any errors that might have occurred while attempting to create the association between the template and
the repositories.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchAssociateApprovalRuleTemplateWithRepositoriesResult.setErrors(Collection<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 © 2024. All rights reserved.