| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
List<IntegrationError> |
CreateIntegrationResponse.errors()
Any errors associated with the integration.
|
List<IntegrationError> |
DeleteIntegrationResponse.errors()
Any errors associated with the integration.
|
List<IntegrationError> |
Integration.errors()
Any errors associated with the integration.
|
| Modifier and Type | Method and Description |
|---|---|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.errors(IntegrationError... errors)
Any errors associated with the integration.
|
DeleteIntegrationResponse.Builder |
DeleteIntegrationResponse.Builder.errors(IntegrationError... errors)
Any errors associated with the integration.
|
Integration.Builder |
Integration.Builder.errors(IntegrationError... errors)
Any errors associated with the integration.
|
| Modifier and Type | Method and Description |
|---|---|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.errors(Collection<IntegrationError> errors)
Any errors associated with the integration.
|
DeleteIntegrationResponse.Builder |
DeleteIntegrationResponse.Builder.errors(Collection<IntegrationError> errors)
Any errors associated with the integration.
|
Integration.Builder |
Integration.Builder.errors(Collection<IntegrationError> errors)
Any errors associated with the integration.
|
Copyright © 2023. All rights reserved.