Uses of Class
software.amazon.awssdk.services.glue.model.IntegrationConfig
-
Packages that use IntegrationConfig Package Description software.amazon.awssdk.services.glue.model -
-
Uses of IntegrationConfig in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return IntegrationConfig Modifier and Type Method Description IntegrationConfigCreateIntegrationRequest. integrationConfig()The configuration settings.IntegrationConfigCreateIntegrationResponse. integrationConfig()The configuration settings.IntegrationConfigInboundIntegration. integrationConfig()Properties associated with the integration.IntegrationConfigIntegration. integrationConfig()Properties associated with the integration.IntegrationConfigModifyIntegrationRequest. integrationConfig()Returns the value of the IntegrationConfig property for this object.IntegrationConfigModifyIntegrationResponse. integrationConfig()Returns the value of the IntegrationConfig property for this object.Methods in software.amazon.awssdk.services.glue.model with parameters of type IntegrationConfig Modifier and Type Method Description CreateIntegrationRequest.BuilderCreateIntegrationRequest.Builder. integrationConfig(IntegrationConfig integrationConfig)The configuration settings.CreateIntegrationResponse.BuilderCreateIntegrationResponse.Builder. integrationConfig(IntegrationConfig integrationConfig)The configuration settings.InboundIntegration.BuilderInboundIntegration.Builder. integrationConfig(IntegrationConfig integrationConfig)Properties associated with the integration.Integration.BuilderIntegration.Builder. integrationConfig(IntegrationConfig integrationConfig)Properties associated with the integration.ModifyIntegrationRequest.BuilderModifyIntegrationRequest.Builder. integrationConfig(IntegrationConfig integrationConfig)Sets the value of the IntegrationConfig property for this object.ModifyIntegrationResponse.BuilderModifyIntegrationResponse.Builder. integrationConfig(IntegrationConfig integrationConfig)Sets the value of the IntegrationConfig property for this object.
-