Uses of Class
software.amazon.awssdk.services.connectcampaignsv2.model.IntegrationConfig
-
Packages that use IntegrationConfig Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of IntegrationConfig in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return IntegrationConfig Modifier and Type Method Description static IntegrationConfigIntegrationConfig. fromCustomerProfiles(Consumer<CustomerProfilesIntegrationConfig.Builder> customerProfiles)Create an instance of this class withcustomerProfiles()initialized to the given value.static IntegrationConfigIntegrationConfig. fromCustomerProfiles(CustomerProfilesIntegrationConfig customerProfiles)Create an instance of this class withcustomerProfiles()initialized to the given value.static IntegrationConfigIntegrationConfig. fromQConnect(Consumer<QConnectIntegrationConfig.Builder> qConnect)Create an instance of this class withqConnect()initialized to the given value.static IntegrationConfigIntegrationConfig. fromQConnect(QConnectIntegrationConfig qConnect)Create an instance of this class withqConnect()initialized to the given value.IntegrationConfigPutConnectInstanceIntegrationRequest. integrationConfig()Returns the value of the IntegrationConfig property for this object.Methods in software.amazon.awssdk.services.connectcampaignsv2.model with parameters of type IntegrationConfig Modifier and Type Method Description PutConnectInstanceIntegrationRequest.BuilderPutConnectInstanceIntegrationRequest.Builder. integrationConfig(IntegrationConfig integrationConfig)Sets the value of the IntegrationConfig property for this object.
-