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