Uses of Class
software.amazon.awssdk.services.pinpoint.model.CustomDeliveryConfiguration
-
Packages that use CustomDeliveryConfiguration Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of CustomDeliveryConfiguration in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return CustomDeliveryConfiguration Modifier and Type Method Description CustomDeliveryConfigurationCampaignResponse. customDeliveryConfiguration()The delivery configuration settings for sending the campaign through a custom channel.CustomDeliveryConfigurationTreatmentResource. customDeliveryConfiguration()The delivery configuration settings for sending the treatment through a custom channel.CustomDeliveryConfigurationWriteCampaignRequest. customDeliveryConfiguration()The delivery configuration settings for sending the campaign through a custom channel.CustomDeliveryConfigurationWriteTreatmentResource. customDeliveryConfiguration()The delivery configuration settings for sending the treatment through a custom channel.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type CustomDeliveryConfiguration Modifier and Type Method Description CampaignResponse.BuilderCampaignResponse.Builder. customDeliveryConfiguration(CustomDeliveryConfiguration customDeliveryConfiguration)The delivery configuration settings for sending the campaign through a custom channel.TreatmentResource.BuilderTreatmentResource.Builder. customDeliveryConfiguration(CustomDeliveryConfiguration customDeliveryConfiguration)The delivery configuration settings for sending the treatment through a custom channel.WriteCampaignRequest.BuilderWriteCampaignRequest.Builder. customDeliveryConfiguration(CustomDeliveryConfiguration customDeliveryConfiguration)The delivery configuration settings for sending the campaign through a custom channel.WriteTreatmentResource.BuilderWriteTreatmentResource.Builder. customDeliveryConfiguration(CustomDeliveryConfiguration customDeliveryConfiguration)The delivery configuration settings for sending the treatment through a custom channel.
-