Uses of Class
software.amazon.awssdk.services.redshift.model.IntegrationError
-
Packages that use IntegrationError Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of IntegrationError in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type IntegrationError Modifier and Type Method Description List<IntegrationError>InboundIntegration. errors()The outstanding errors of an inbound integration.Methods in software.amazon.awssdk.services.redshift.model with parameters of type IntegrationError Modifier and Type Method Description InboundIntegration.BuilderInboundIntegration.Builder. errors(IntegrationError... errors)The outstanding errors of an inbound integration.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type IntegrationError Modifier and Type Method Description InboundIntegration.BuilderInboundIntegration.Builder. errors(Collection<IntegrationError> errors)The outstanding errors of an inbound integration.
-