Uses of Class
software.amazon.awssdk.services.rds.model.IntegrationError
-
Packages that use IntegrationError Package Description software.amazon.awssdk.services.rds.model -
-
Uses of IntegrationError in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type IntegrationError Modifier and Type Method 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.List<IntegrationError>ModifyIntegrationResponse. errors()Any errors associated with the integration.Methods in software.amazon.awssdk.services.rds.model with parameters of type IntegrationError Modifier and Type Method Description CreateIntegrationResponse.BuilderCreateIntegrationResponse.Builder. errors(IntegrationError... errors)Any errors associated with the integration.DeleteIntegrationResponse.BuilderDeleteIntegrationResponse.Builder. errors(IntegrationError... errors)Any errors associated with the integration.Integration.BuilderIntegration.Builder. errors(IntegrationError... errors)Any errors associated with the integration.ModifyIntegrationResponse.BuilderModifyIntegrationResponse.Builder. errors(IntegrationError... errors)Any errors associated with the integration.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type IntegrationError Modifier and Type Method Description CreateIntegrationResponse.BuilderCreateIntegrationResponse.Builder. errors(Collection<IntegrationError> errors)Any errors associated with the integration.DeleteIntegrationResponse.BuilderDeleteIntegrationResponse.Builder. errors(Collection<IntegrationError> errors)Any errors associated with the integration.Integration.BuilderIntegration.Builder. errors(Collection<IntegrationError> errors)Any errors associated with the integration.ModifyIntegrationResponse.BuilderModifyIntegrationResponse.Builder. errors(Collection<IntegrationError> errors)Any errors associated with the integration.
-