Uses of Class
software.amazon.awssdk.services.connectcampaignsv2.model.ProfileOutboundRequest
-
Packages that use ProfileOutboundRequest Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of ProfileOutboundRequest in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return types with arguments of type ProfileOutboundRequest Modifier and Type Method Description List<ProfileOutboundRequest>PutProfileOutboundRequestBatchRequest. profileOutboundRequests()Returns the value of the ProfileOutboundRequests property for this object.Methods in software.amazon.awssdk.services.connectcampaignsv2.model with parameters of type ProfileOutboundRequest Modifier and Type Method Description PutProfileOutboundRequestBatchRequest.BuilderPutProfileOutboundRequestBatchRequest.Builder. profileOutboundRequests(ProfileOutboundRequest... profileOutboundRequests)Sets the value of the ProfileOutboundRequests property for this object.Method parameters in software.amazon.awssdk.services.connectcampaignsv2.model with type arguments of type ProfileOutboundRequest Modifier and Type Method Description PutProfileOutboundRequestBatchRequest.BuilderPutProfileOutboundRequestBatchRequest.Builder. profileOutboundRequests(Collection<ProfileOutboundRequest> profileOutboundRequests)Sets the value of the ProfileOutboundRequests property for this object.
-