| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
IntegrationError |
IntegrationError.clone() |
IntegrationError |
IntegrationError.withErrorCode(String errorCode)
The error code associated with the integration.
|
IntegrationError |
IntegrationError.withErrorMessage(String errorMessage)
A message explaining the error.
|
| Modifier and Type | Method and Description |
|---|---|
List<IntegrationError> |
ModifyIntegrationResult.getErrors()
Any errors associated with the integration.
|
List<IntegrationError> |
DeleteIntegrationResult.getErrors()
Any errors associated with the integration.
|
List<IntegrationError> |
CreateIntegrationResult.getErrors()
Any errors associated with the integration.
|
List<IntegrationError> |
Integration.getErrors()
Any errors associated with the integration.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyIntegrationResult |
ModifyIntegrationResult.withErrors(IntegrationError... errors)
Any errors associated with the integration.
|
DeleteIntegrationResult |
DeleteIntegrationResult.withErrors(IntegrationError... errors)
Any errors associated with the integration.
|
CreateIntegrationResult |
CreateIntegrationResult.withErrors(IntegrationError... errors)
Any errors associated with the integration.
|
Integration |
Integration.withErrors(IntegrationError... errors)
Any errors associated with the integration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModifyIntegrationResult.setErrors(Collection<IntegrationError> errors)
Any errors associated with the integration.
|
void |
DeleteIntegrationResult.setErrors(Collection<IntegrationError> errors)
Any errors associated with the integration.
|
void |
CreateIntegrationResult.setErrors(Collection<IntegrationError> errors)
Any errors associated with the integration.
|
void |
Integration.setErrors(Collection<IntegrationError> errors)
Any errors associated with the integration.
|
ModifyIntegrationResult |
ModifyIntegrationResult.withErrors(Collection<IntegrationError> errors)
Any errors associated with the integration.
|
DeleteIntegrationResult |
DeleteIntegrationResult.withErrors(Collection<IntegrationError> errors)
Any errors associated with the integration.
|
CreateIntegrationResult |
CreateIntegrationResult.withErrors(Collection<IntegrationError> errors)
Any errors associated with the integration.
|
Integration |
Integration.withErrors(Collection<IntegrationError> errors)
Any errors associated with the integration.
|
Copyright © 2024. All rights reserved.