Uses of Interface
software.amazon.awssdk.services.pinpoint.model.CustomDeliveryConfiguration.Builder
-
Packages that use CustomDeliveryConfiguration.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of CustomDeliveryConfiguration.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return CustomDeliveryConfiguration.Builder Modifier and Type Method Description static CustomDeliveryConfiguration.BuilderCustomDeliveryConfiguration. builder()CustomDeliveryConfiguration.BuilderCustomDeliveryConfiguration.Builder. deliveryUri(String deliveryUri)The destination to send the campaign or treatment to.CustomDeliveryConfiguration.BuilderCustomDeliveryConfiguration.Builder. endpointTypes(Collection<EndpointTypesElement> endpointTypes)The types of endpoints to send the campaign or treatment to.CustomDeliveryConfiguration.BuilderCustomDeliveryConfiguration.Builder. endpointTypes(EndpointTypesElement... endpointTypes)The types of endpoints to send the campaign or treatment to.CustomDeliveryConfiguration.BuilderCustomDeliveryConfiguration.Builder. endpointTypesWithStrings(String... endpointTypes)The types of endpoints to send the campaign or treatment to.CustomDeliveryConfiguration.BuilderCustomDeliveryConfiguration.Builder. endpointTypesWithStrings(Collection<String> endpointTypes)The types of endpoints to send the campaign or treatment to.CustomDeliveryConfiguration.BuilderCustomDeliveryConfiguration. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type CustomDeliveryConfiguration.Builder Modifier and Type Method Description static Class<? extends CustomDeliveryConfiguration.Builder>CustomDeliveryConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type CustomDeliveryConfiguration.Builder Modifier and Type Method Description default CampaignResponse.BuilderCampaignResponse.Builder. customDeliveryConfiguration(Consumer<CustomDeliveryConfiguration.Builder> customDeliveryConfiguration)The delivery configuration settings for sending the campaign through a custom channel.default TreatmentResource.BuilderTreatmentResource.Builder. customDeliveryConfiguration(Consumer<CustomDeliveryConfiguration.Builder> customDeliveryConfiguration)The delivery configuration settings for sending the treatment through a custom channel.default WriteCampaignRequest.BuilderWriteCampaignRequest.Builder. customDeliveryConfiguration(Consumer<CustomDeliveryConfiguration.Builder> customDeliveryConfiguration)The delivery configuration settings for sending the campaign through a custom channel.default WriteTreatmentResource.BuilderWriteTreatmentResource.Builder. customDeliveryConfiguration(Consumer<CustomDeliveryConfiguration.Builder> customDeliveryConfiguration)The delivery configuration settings for sending the treatment through a custom channel.
-