| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDisassociateApprovalRuleTemplateFromRepositoriesError |
BatchDisassociateApprovalRuleTemplateFromRepositoriesError.clone() |
BatchDisassociateApprovalRuleTemplateFromRepositoriesError |
BatchDisassociateApprovalRuleTemplateFromRepositoriesError.withErrorCode(String errorCode)
An error code that specifies whether the repository name was not valid or not found.
|
BatchDisassociateApprovalRuleTemplateFromRepositoriesError |
BatchDisassociateApprovalRuleTemplateFromRepositoriesError.withErrorMessage(String errorMessage)
An error message that provides details about why the repository name was either not found or not valid.
|
BatchDisassociateApprovalRuleTemplateFromRepositoriesError |
BatchDisassociateApprovalRuleTemplateFromRepositoriesError.withRepositoryName(String repositoryName)
The name of the repository where the association with the template was not able to be removed.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchDisassociateApprovalRuleTemplateFromRepositoriesError> |
BatchDisassociateApprovalRuleTemplateFromRepositoriesResult.getErrors()
A list of any errors that might have occurred while attempting to remove the association between the template and
the repositories.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDisassociateApprovalRuleTemplateFromRepositoriesResult |
BatchDisassociateApprovalRuleTemplateFromRepositoriesResult.withErrors(BatchDisassociateApprovalRuleTemplateFromRepositoriesError... errors)
A list of any errors that might have occurred while attempting to remove the association between the template and
the repositories.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDisassociateApprovalRuleTemplateFromRepositoriesResult.setErrors(Collection<BatchDisassociateApprovalRuleTemplateFromRepositoriesError> errors)
A list of any errors that might have occurred while attempting to remove the association between the template and
the repositories.
|
BatchDisassociateApprovalRuleTemplateFromRepositoriesResult |
BatchDisassociateApprovalRuleTemplateFromRepositoriesResult.withErrors(Collection<BatchDisassociateApprovalRuleTemplateFromRepositoriesError> errors)
A list of any errors that might have occurred while attempting to remove the association between the template and
the repositories.
|
Copyright © 2020. All rights reserved.