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