Uses of Class
software.amazon.awssdk.services.glue.model.IntegrationError
-
Packages that use IntegrationError Package Description software.amazon.awssdk.services.glue.model -
-
Uses of IntegrationError in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type IntegrationError Modifier and Type Method Description List<IntegrationError>CreateIntegrationResponse. errors()A list of errors associated with the integration creation.List<IntegrationError>DeleteIntegrationResponse. errors()A list of errors associated with the integration.List<IntegrationError>InboundIntegration. errors()A list of errors associated with the integration.List<IntegrationError>Integration. errors()A list of errors associated with the integration.List<IntegrationError>ModifyIntegrationResponse. errors()A list of errors associated with the integration modification.Methods in software.amazon.awssdk.services.glue.model with parameters of type IntegrationError Modifier and Type Method Description CreateIntegrationResponse.BuilderCreateIntegrationResponse.Builder. errors(IntegrationError... errors)A list of errors associated with the integration creation.DeleteIntegrationResponse.BuilderDeleteIntegrationResponse.Builder. errors(IntegrationError... errors)A list of errors associated with the integration.InboundIntegration.BuilderInboundIntegration.Builder. errors(IntegrationError... errors)A list of errors associated with the integration.Integration.BuilderIntegration.Builder. errors(IntegrationError... errors)A list of errors associated with the integration.ModifyIntegrationResponse.BuilderModifyIntegrationResponse.Builder. errors(IntegrationError... errors)A list of errors associated with the integration modification.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type IntegrationError Modifier and Type Method Description CreateIntegrationResponse.BuilderCreateIntegrationResponse.Builder. errors(Collection<IntegrationError> errors)A list of errors associated with the integration creation.DeleteIntegrationResponse.BuilderDeleteIntegrationResponse.Builder. errors(Collection<IntegrationError> errors)A list of errors associated with the integration.InboundIntegration.BuilderInboundIntegration.Builder. errors(Collection<IntegrationError> errors)A list of errors associated with the integration.Integration.BuilderIntegration.Builder. errors(Collection<IntegrationError> errors)A list of errors associated with the integration.ModifyIntegrationResponse.BuilderModifyIntegrationResponse.Builder. errors(Collection<IntegrationError> errors)A list of errors associated with the integration modification.
-