Uses of Class
software.amazon.awssdk.services.rds.model.IntegrationError
Packages that use IntegrationError
-
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 IntegrationErrorModifier and TypeMethodDescriptionfinal List<IntegrationError>CreateIntegrationResponse.errors()Any errors associated with the integration.final List<IntegrationError>DeleteIntegrationResponse.errors()Any errors associated with the integration.final List<IntegrationError>Integration.errors()Any errors associated with the integration.final List<IntegrationError>ModifyIntegrationResponse.errors()Any errors associated with the integration.Methods in software.amazon.awssdk.services.rds.model with parameters of type IntegrationErrorModifier and TypeMethodDescriptionCreateIntegrationResponse.Builder.errors(IntegrationError... errors) Any errors associated with the integration.DeleteIntegrationResponse.Builder.errors(IntegrationError... errors) Any errors associated with the integration.Integration.Builder.errors(IntegrationError... errors) Any errors associated with the integration.ModifyIntegrationResponse.Builder.errors(IntegrationError... errors) Any errors associated with the integration.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type IntegrationErrorModifier and TypeMethodDescriptionCreateIntegrationResponse.Builder.errors(Collection<IntegrationError> errors) Any errors associated with the integration.DeleteIntegrationResponse.Builder.errors(Collection<IntegrationError> errors) Any errors associated with the integration.Integration.Builder.errors(Collection<IntegrationError> errors) Any errors associated with the integration.ModifyIntegrationResponse.Builder.errors(Collection<IntegrationError> errors) Any errors associated with the integration.