| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
CustomDeliveryConfiguration |
CustomDeliveryConfiguration.clone() |
CustomDeliveryConfiguration |
WriteTreatmentResource.getCustomDeliveryConfiguration()
The delivery configuration settings for sending the treatment through a custom channel.
|
CustomDeliveryConfiguration |
WriteCampaignRequest.getCustomDeliveryConfiguration()
The delivery configuration settings for sending the campaign through a custom channel.
|
CustomDeliveryConfiguration |
TreatmentResource.getCustomDeliveryConfiguration()
The delivery configuration settings for sending the treatment through a custom channel.
|
CustomDeliveryConfiguration |
CampaignResponse.getCustomDeliveryConfiguration()
The delivery configuration settings for sending the campaign through a custom channel.
|
CustomDeliveryConfiguration |
CustomDeliveryConfiguration.withDeliveryUri(String deliveryUri)
The destination to send the campaign or treatment to.
|
CustomDeliveryConfiguration |
CustomDeliveryConfiguration.withEndpointTypes(Collection<String> endpointTypes)
The types of endpoints to send the campaign or treatment to.
|
CustomDeliveryConfiguration |
CustomDeliveryConfiguration.withEndpointTypes(EndpointTypesElement... endpointTypes)
The types of endpoints to send the campaign or treatment to.
|
CustomDeliveryConfiguration |
CustomDeliveryConfiguration.withEndpointTypes(String... endpointTypes)
The types of endpoints to send the campaign or treatment to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WriteTreatmentResource.setCustomDeliveryConfiguration(CustomDeliveryConfiguration customDeliveryConfiguration)
The delivery configuration settings for sending the treatment through a custom channel.
|
void |
WriteCampaignRequest.setCustomDeliveryConfiguration(CustomDeliveryConfiguration customDeliveryConfiguration)
The delivery configuration settings for sending the campaign through a custom channel.
|
void |
TreatmentResource.setCustomDeliveryConfiguration(CustomDeliveryConfiguration customDeliveryConfiguration)
The delivery configuration settings for sending the treatment through a custom channel.
|
void |
CampaignResponse.setCustomDeliveryConfiguration(CustomDeliveryConfiguration customDeliveryConfiguration)
The delivery configuration settings for sending the campaign through a custom channel.
|
WriteTreatmentResource |
WriteTreatmentResource.withCustomDeliveryConfiguration(CustomDeliveryConfiguration customDeliveryConfiguration)
The delivery configuration settings for sending the treatment through a custom channel.
|
WriteCampaignRequest |
WriteCampaignRequest.withCustomDeliveryConfiguration(CustomDeliveryConfiguration customDeliveryConfiguration)
The delivery configuration settings for sending the campaign through a custom channel.
|
TreatmentResource |
TreatmentResource.withCustomDeliveryConfiguration(CustomDeliveryConfiguration customDeliveryConfiguration)
The delivery configuration settings for sending the treatment through a custom channel.
|
CampaignResponse |
CampaignResponse.withCustomDeliveryConfiguration(CustomDeliveryConfiguration customDeliveryConfiguration)
The delivery configuration settings for sending the campaign through a custom channel.
|
Copyright © 2024. All rights reserved.