Uses of Interface
software.amazon.awssdk.services.sesv2.model.PutAccountDedicatedIpWarmupAttributesRequest.Builder
-
Packages that use PutAccountDedicatedIpWarmupAttributesRequest.Builder Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.model -
-
Uses of PutAccountDedicatedIpWarmupAttributesRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type PutAccountDedicatedIpWarmupAttributesRequest.Builder Modifier and Type Method Description default CompletableFuture<PutAccountDedicatedIpWarmupAttributesResponse>SesV2AsyncClient. putAccountDedicatedIpWarmupAttributes(Consumer<PutAccountDedicatedIpWarmupAttributesRequest.Builder> putAccountDedicatedIpWarmupAttributesRequest)Enable or disable the automatic warm-up feature for dedicated IP addresses.default PutAccountDedicatedIpWarmupAttributesResponseSesV2Client. 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.Builder Modifier and Type Method Description PutAccountDedicatedIpWarmupAttributesRequest.BuilderPutAccountDedicatedIpWarmupAttributesRequest.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.static PutAccountDedicatedIpWarmupAttributesRequest.BuilderPutAccountDedicatedIpWarmupAttributesRequest. builder()PutAccountDedicatedIpWarmupAttributesRequest.BuilderPutAccountDedicatedIpWarmupAttributesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutAccountDedicatedIpWarmupAttributesRequest.BuilderPutAccountDedicatedIpWarmupAttributesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutAccountDedicatedIpWarmupAttributesRequest.BuilderPutAccountDedicatedIpWarmupAttributesRequest. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type PutAccountDedicatedIpWarmupAttributesRequest.Builder Modifier and Type Method Description static Class<? extends PutAccountDedicatedIpWarmupAttributesRequest.Builder>PutAccountDedicatedIpWarmupAttributesRequest. serializableBuilderClass()
-