Uses of Class
software.amazon.awssdk.services.connectcampaignsv2.model.IntegrationIdentifier
-
Packages that use IntegrationIdentifier Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of IntegrationIdentifier in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return IntegrationIdentifier Modifier and Type Method Description static IntegrationIdentifierIntegrationIdentifier. fromCustomerProfiles(Consumer<CustomerProfilesIntegrationIdentifier.Builder> customerProfiles)Create an instance of this class withcustomerProfiles()initialized to the given value.static IntegrationIdentifierIntegrationIdentifier. fromCustomerProfiles(CustomerProfilesIntegrationIdentifier customerProfiles)Create an instance of this class withcustomerProfiles()initialized to the given value.static IntegrationIdentifierIntegrationIdentifier. fromQConnect(Consumer<QConnectIntegrationIdentifier.Builder> qConnect)Create an instance of this class withqConnect()initialized to the given value.static IntegrationIdentifierIntegrationIdentifier. fromQConnect(QConnectIntegrationIdentifier qConnect)Create an instance of this class withqConnect()initialized to the given value.IntegrationIdentifierDeleteConnectInstanceIntegrationRequest. integrationIdentifier()Returns the value of the IntegrationIdentifier property for this object.Methods in software.amazon.awssdk.services.connectcampaignsv2.model with parameters of type IntegrationIdentifier Modifier and Type Method Description DeleteConnectInstanceIntegrationRequest.BuilderDeleteConnectInstanceIntegrationRequest.Builder. integrationIdentifier(IntegrationIdentifier integrationIdentifier)Sets the value of the IntegrationIdentifier property for this object.
-