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