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