| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static CustomDeliveryConfiguration.Builder |
CustomDeliveryConfiguration.builder() |
CustomDeliveryConfiguration.Builder |
CustomDeliveryConfiguration.Builder.deliveryUri(String deliveryUri)
The destination to send the campaign or treatment to.
|
CustomDeliveryConfiguration.Builder |
CustomDeliveryConfiguration.Builder.endpointTypes(Collection<EndpointTypesElement> endpointTypes)
The types of endpoints to send the campaign or treatment to.
|
CustomDeliveryConfiguration.Builder |
CustomDeliveryConfiguration.Builder.endpointTypes(EndpointTypesElement... endpointTypes)
The types of endpoints to send the campaign or treatment to.
|
CustomDeliveryConfiguration.Builder |
CustomDeliveryConfiguration.Builder.endpointTypesWithStrings(Collection<String> endpointTypes)
The types of endpoints to send the campaign or treatment to.
|
CustomDeliveryConfiguration.Builder |
CustomDeliveryConfiguration.Builder.endpointTypesWithStrings(String... endpointTypes)
The types of endpoints to send the campaign or treatment to.
|
CustomDeliveryConfiguration.Builder |
CustomDeliveryConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CustomDeliveryConfiguration.Builder> |
CustomDeliveryConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default WriteTreatmentResource.Builder |
WriteTreatmentResource.Builder.customDeliveryConfiguration(Consumer<CustomDeliveryConfiguration.Builder> customDeliveryConfiguration)
The delivery configuration settings for sending the treatment through a custom channel.
|
default TreatmentResource.Builder |
TreatmentResource.Builder.customDeliveryConfiguration(Consumer<CustomDeliveryConfiguration.Builder> customDeliveryConfiguration)
The delivery configuration settings for sending the treatment through a custom channel.
|
default CampaignResponse.Builder |
CampaignResponse.Builder.customDeliveryConfiguration(Consumer<CustomDeliveryConfiguration.Builder> customDeliveryConfiguration)
The delivery configuration settings for sending the campaign through a custom channel.
|
default WriteCampaignRequest.Builder |
WriteCampaignRequest.Builder.customDeliveryConfiguration(Consumer<CustomDeliveryConfiguration.Builder> customDeliveryConfiguration)
The delivery configuration settings for sending the campaign through a custom channel.
|
Copyright © 2021. All rights reserved.