Uses of Class
software.amazon.awssdk.services.connectcampaignsv2.model.CustomerProfilesIntegrationConfig
-
Packages that use CustomerProfilesIntegrationConfig Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of CustomerProfilesIntegrationConfig in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return CustomerProfilesIntegrationConfig Modifier and Type Method Description CustomerProfilesIntegrationConfigIntegrationConfig. customerProfiles()Returns the value of the CustomerProfiles property for this object.Methods in software.amazon.awssdk.services.connectcampaignsv2.model with parameters of type CustomerProfilesIntegrationConfig Modifier and Type Method Description IntegrationConfig.BuilderIntegrationConfig.Builder. customerProfiles(CustomerProfilesIntegrationConfig customerProfiles)Sets the value of the CustomerProfiles property for this object.static IntegrationConfigIntegrationConfig. fromCustomerProfiles(CustomerProfilesIntegrationConfig customerProfiles)Create an instance of this class withIntegrationConfig.customerProfiles()initialized to the given value.
-