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