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>CreateIntegrationResponse. errors()Any errors associated with the integration.List<IntegrationError>DeleteIntegrationResponse. errors()Any errors associated with the integration.List<IntegrationError>InboundIntegration. errors()The outstanding errors of an inbound 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.redshift.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.InboundIntegration.BuilderInboundIntegration.Builder. errors(IntegrationError... errors)The outstanding errors of an inbound 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.redshift.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.InboundIntegration.BuilderInboundIntegration.Builder. errors(Collection<IntegrationError> errors)The outstanding errors of an inbound 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.
-