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