Uses of Class
software.amazon.awssdk.services.pinpoint.model.TreatmentResource
-
Packages that use TreatmentResource Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of TreatmentResource in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type TreatmentResource Modifier and Type Method Description List<TreatmentResource>CampaignResponse. additionalTreatments()An array of responses, one for each treatment that you defined for the campaign, in addition to the default treatment.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type TreatmentResource Modifier and Type Method Description CampaignResponse.BuilderCampaignResponse.Builder. additionalTreatments(TreatmentResource... additionalTreatments)An array of responses, one for each treatment that you defined for the campaign, in addition to the default treatment.Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type TreatmentResource Modifier and Type Method Description CampaignResponse.BuilderCampaignResponse.Builder. additionalTreatments(Collection<TreatmentResource> additionalTreatments)An array of responses, one for each treatment that you defined for the campaign, in addition to the default treatment.
-