Uses of Class
software.amazon.awssdk.services.connectcampaignsv2.model.PutProfileOutboundRequestBatchResponse
-
Packages that use PutProfileOutboundRequestBatchResponse Package Description software.amazon.awssdk.services.connectcampaignsv2 Provide APIs to create and manage Amazon Connect Campaigns. -
-
Uses of PutProfileOutboundRequestBatchResponse in software.amazon.awssdk.services.connectcampaignsv2
Methods in software.amazon.awssdk.services.connectcampaignsv2 that return PutProfileOutboundRequestBatchResponse Modifier and Type Method Description default PutProfileOutboundRequestBatchResponseConnectCampaignsV2Client. putProfileOutboundRequestBatch(Consumer<PutProfileOutboundRequestBatchRequest.Builder> putProfileOutboundRequestBatchRequest)Takes in a list of profile outbound requests to be placed as part of an outbound campaign.default PutProfileOutboundRequestBatchResponseConnectCampaignsV2Client. putProfileOutboundRequestBatch(PutProfileOutboundRequestBatchRequest putProfileOutboundRequestBatchRequest)Takes in a list of profile outbound requests to be placed as part of an outbound campaign.Methods in software.amazon.awssdk.services.connectcampaignsv2 that return types with arguments of type PutProfileOutboundRequestBatchResponse Modifier and Type Method Description default CompletableFuture<PutProfileOutboundRequestBatchResponse>ConnectCampaignsV2AsyncClient. putProfileOutboundRequestBatch(Consumer<PutProfileOutboundRequestBatchRequest.Builder> putProfileOutboundRequestBatchRequest)Takes in a list of profile outbound requests to be placed as part of an outbound campaign.default CompletableFuture<PutProfileOutboundRequestBatchResponse>ConnectCampaignsV2AsyncClient. putProfileOutboundRequestBatch(PutProfileOutboundRequestBatchRequest putProfileOutboundRequestBatchRequest)Takes in a list of profile outbound requests to be placed as part of an outbound campaign.
-