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()The configuration settings for the integration.IntegrationConfigModifyIntegrationResponse. integrationConfig()The updated configuration settings for the integration.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)The configuration settings for the integration.ModifyIntegrationResponse.BuilderModifyIntegrationResponse.Builder. integrationConfig(IntegrationConfig integrationConfig)The updated configuration settings for the integration.
-