Uses of Class
software.amazon.awssdk.services.pinpoint.model.WriteTreatmentResource
-
Packages that use WriteTreatmentResource Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of WriteTreatmentResource in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type WriteTreatmentResource Modifier and Type Method Description List<WriteTreatmentResource>WriteCampaignRequest. additionalTreatments()An array of requests that defines additional treatments for the campaign, in addition to the default treatment for the campaign.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type WriteTreatmentResource Modifier and Type Method Description WriteCampaignRequest.BuilderWriteCampaignRequest.Builder. additionalTreatments(WriteTreatmentResource... additionalTreatments)An array of requests that defines additional treatments for the campaign, in addition to the default treatment for the campaign.Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type WriteTreatmentResource Modifier and Type Method Description WriteCampaignRequest.BuilderWriteCampaignRequest.Builder. additionalTreatments(Collection<WriteTreatmentResource> additionalTreatments)An array of requests that defines additional treatments for the campaign, in addition to the default treatment for the campaign.
-