Uses of Interface
software.amazon.awssdk.services.sesv2.model.DeliveryOptions.Builder
Packages that use DeliveryOptions.Builder
-
Uses of DeliveryOptions.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return DeliveryOptions.BuilderModifier and TypeMethodDescriptionstatic DeliveryOptions.BuilderDeliveryOptions.builder()DeliveryOptions.Builder.maxDeliverySeconds(Long maxDeliverySeconds) The maximum amount of time, in seconds, that Amazon SES API v2 will attempt delivery of email.DeliveryOptions.Builder.sendingPoolName(String sendingPoolName) The name of the dedicated IP pool to associate with the configuration set.Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).DeliveryOptions.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type DeliveryOptions.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeliveryOptions.Builder>DeliveryOptions.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type DeliveryOptions.BuilderModifier and TypeMethodDescriptionCreateConfigurationSetRequest.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.GetConfigurationSetResponse.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.