Uses of Interface
software.amazon.awssdk.services.connectcampaignsv2.model.PutProfileOutboundRequestBatchRequest.Builder
-
Packages that use PutProfileOutboundRequestBatchRequest.Builder Package Description software.amazon.awssdk.services.connectcampaignsv2 Provide APIs to create and manage Amazon Connect Campaigns.software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of PutProfileOutboundRequestBatchRequest.Builder in software.amazon.awssdk.services.connectcampaignsv2
Method parameters in software.amazon.awssdk.services.connectcampaignsv2 with type arguments of type PutProfileOutboundRequestBatchRequest.Builder 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 PutProfileOutboundRequestBatchResponseConnectCampaignsV2Client. putProfileOutboundRequestBatch(Consumer<PutProfileOutboundRequestBatchRequest.Builder> putProfileOutboundRequestBatchRequest)Takes in a list of profile outbound requests to be placed as part of an outbound campaign. -
Uses of PutProfileOutboundRequestBatchRequest.Builder in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return PutProfileOutboundRequestBatchRequest.Builder Modifier and Type Method Description static PutProfileOutboundRequestBatchRequest.BuilderPutProfileOutboundRequestBatchRequest. builder()PutProfileOutboundRequestBatchRequest.BuilderPutProfileOutboundRequestBatchRequest.Builder. id(String id)Sets the value of the Id property for this object.PutProfileOutboundRequestBatchRequest.BuilderPutProfileOutboundRequestBatchRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutProfileOutboundRequestBatchRequest.BuilderPutProfileOutboundRequestBatchRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutProfileOutboundRequestBatchRequest.BuilderPutProfileOutboundRequestBatchRequest.Builder. profileOutboundRequests(Collection<ProfileOutboundRequest> profileOutboundRequests)Sets the value of the ProfileOutboundRequests property for this object.PutProfileOutboundRequestBatchRequest.BuilderPutProfileOutboundRequestBatchRequest.Builder. profileOutboundRequests(Consumer<ProfileOutboundRequest.Builder>... profileOutboundRequests)Sets the value of the ProfileOutboundRequests property for this object.PutProfileOutboundRequestBatchRequest.BuilderPutProfileOutboundRequestBatchRequest.Builder. profileOutboundRequests(ProfileOutboundRequest... profileOutboundRequests)Sets the value of the ProfileOutboundRequests property for this object.PutProfileOutboundRequestBatchRequest.BuilderPutProfileOutboundRequestBatchRequest. toBuilder()Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return types with arguments of type PutProfileOutboundRequestBatchRequest.Builder Modifier and Type Method Description static Class<? extends PutProfileOutboundRequestBatchRequest.Builder>PutProfileOutboundRequestBatchRequest. serializableBuilderClass()
-