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