Uses of Class
software.amazon.awssdk.services.connectcampaignsv2.model.IntegrationSummary
-
Packages that use IntegrationSummary Package Description software.amazon.awssdk.services.connectcampaignsv2.model software.amazon.awssdk.services.connectcampaignsv2.paginators -
-
Uses of IntegrationSummary in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return IntegrationSummary Modifier and Type Method Description static IntegrationSummaryIntegrationSummary. fromCustomerProfiles(Consumer<CustomerProfilesIntegrationSummary.Builder> customerProfiles)Create an instance of this class withcustomerProfiles()initialized to the given value.static IntegrationSummaryIntegrationSummary. fromCustomerProfiles(CustomerProfilesIntegrationSummary customerProfiles)Create an instance of this class withcustomerProfiles()initialized to the given value.static IntegrationSummaryIntegrationSummary. fromQConnect(Consumer<QConnectIntegrationSummary.Builder> qConnect)Create an instance of this class withqConnect()initialized to the given value.static IntegrationSummaryIntegrationSummary. fromQConnect(QConnectIntegrationSummary qConnect)Create an instance of this class withqConnect()initialized to the given value.Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return types with arguments of type IntegrationSummary Modifier and Type Method Description List<IntegrationSummary>ListConnectInstanceIntegrationsResponse. integrationSummaryList()Returns the value of the IntegrationSummaryList property for this object.Methods in software.amazon.awssdk.services.connectcampaignsv2.model with parameters of type IntegrationSummary Modifier and Type Method Description ListConnectInstanceIntegrationsResponse.BuilderListConnectInstanceIntegrationsResponse.Builder. integrationSummaryList(IntegrationSummary... integrationSummaryList)Sets the value of the IntegrationSummaryList property for this object.Method parameters in software.amazon.awssdk.services.connectcampaignsv2.model with type arguments of type IntegrationSummary Modifier and Type Method Description ListConnectInstanceIntegrationsResponse.BuilderListConnectInstanceIntegrationsResponse.Builder. integrationSummaryList(Collection<IntegrationSummary> integrationSummaryList)Sets the value of the IntegrationSummaryList property for this object. -
Uses of IntegrationSummary in software.amazon.awssdk.services.connectcampaignsv2.paginators
Methods in software.amazon.awssdk.services.connectcampaignsv2.paginators that return types with arguments of type IntegrationSummary Modifier and Type Method Description SdkIterable<IntegrationSummary>ListConnectInstanceIntegrationsIterable. integrationSummaryList()Returns an iterable to iterate through the paginatedListConnectInstanceIntegrationsResponse.integrationSummaryList()member.SdkPublisher<IntegrationSummary>ListConnectInstanceIntegrationsPublisher. integrationSummaryList()Returns a publisher that can be used to get a stream of data.
-