Uses of Interface
software.amazon.awssdk.services.sesv2.model.PutAccountDedicatedIpWarmupAttributesRequest.Builder
Packages that use PutAccountDedicatedIpWarmupAttributesRequest.Builder
Package
Description
-
Uses of PutAccountDedicatedIpWarmupAttributesRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type PutAccountDedicatedIpWarmupAttributesRequest.BuilderModifier and TypeMethodDescriptionSesV2AsyncClient.putAccountDedicatedIpWarmupAttributes(Consumer<PutAccountDedicatedIpWarmupAttributesRequest.Builder> putAccountDedicatedIpWarmupAttributesRequest) Enable or disable the automatic warm-up feature for dedicated IP addresses.SesV2Client.putAccountDedicatedIpWarmupAttributes(Consumer<PutAccountDedicatedIpWarmupAttributesRequest.Builder> putAccountDedicatedIpWarmupAttributesRequest) Enable or disable the automatic warm-up feature for dedicated IP addresses. -
Uses of PutAccountDedicatedIpWarmupAttributesRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return PutAccountDedicatedIpWarmupAttributesRequest.BuilderModifier and TypeMethodDescriptionPutAccountDedicatedIpWarmupAttributesRequest.Builder.autoWarmupEnabled(Boolean autoWarmupEnabled) Enables or disables the automatic warm-up feature for dedicated IP addresses that are associated with your Amazon SES account in the current Amazon Web Services Region.PutAccountDedicatedIpWarmupAttributesRequest.builder()PutAccountDedicatedIpWarmupAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutAccountDedicatedIpWarmupAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutAccountDedicatedIpWarmupAttributesRequest.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type PutAccountDedicatedIpWarmupAttributesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutAccountDedicatedIpWarmupAttributesRequest.Builder>PutAccountDedicatedIpWarmupAttributesRequest.serializableBuilderClass()