Uses of Interface
software.amazon.awssdk.services.pinpointemail.model.DeliveryOptions.Builder
-
Packages that use DeliveryOptions.Builder Package Description software.amazon.awssdk.services.pinpointemail.model -
-
Uses of DeliveryOptions.Builder in software.amazon.awssdk.services.pinpointemail.model
Methods in software.amazon.awssdk.services.pinpointemail.model that return DeliveryOptions.Builder Modifier and Type Method Description static DeliveryOptions.BuilderDeliveryOptions. builder()DeliveryOptions.BuilderDeliveryOptions.Builder. sendingPoolName(String sendingPoolName)The name of the dedicated IP pool that you want to associate with the configuration set.DeliveryOptions.BuilderDeliveryOptions.Builder. tlsPolicy(String tlsPolicy)Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).DeliveryOptions.BuilderDeliveryOptions.Builder. tlsPolicy(TlsPolicy tlsPolicy)Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).DeliveryOptions.BuilderDeliveryOptions. toBuilder()Methods in software.amazon.awssdk.services.pinpointemail.model that return types with arguments of type DeliveryOptions.Builder Modifier and Type Method Description static Class<? extends DeliveryOptions.Builder>DeliveryOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpointemail.model with type arguments of type DeliveryOptions.Builder Modifier and Type Method Description default CreateConfigurationSetRequest.BuilderCreateConfigurationSetRequest.Builder. deliveryOptions(Consumer<DeliveryOptions.Builder> deliveryOptions)An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.default GetConfigurationSetResponse.BuilderGetConfigurationSetResponse.Builder. deliveryOptions(Consumer<DeliveryOptions.Builder> deliveryOptions)An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.
-