Uses of Class
software.amazon.awssdk.services.sesv2.model.PutAccountDedicatedIpWarmupAttributesResponse
Packages that use PutAccountDedicatedIpWarmupAttributesResponse
-
Uses of PutAccountDedicatedIpWarmupAttributesResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return PutAccountDedicatedIpWarmupAttributesResponseModifier and TypeMethodDescriptionSesV2Client.putAccountDedicatedIpWarmupAttributes(Consumer<PutAccountDedicatedIpWarmupAttributesRequest.Builder> putAccountDedicatedIpWarmupAttributesRequest) Enable or disable the automatic warm-up feature for dedicated IP addresses.SesV2Client.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 PutAccountDedicatedIpWarmupAttributesResponseModifier and TypeMethodDescriptionSesV2AsyncClient.putAccountDedicatedIpWarmupAttributes(Consumer<PutAccountDedicatedIpWarmupAttributesRequest.Builder> putAccountDedicatedIpWarmupAttributesRequest) Enable or disable the automatic warm-up feature for dedicated IP addresses.SesV2AsyncClient.putAccountDedicatedIpWarmupAttributes(PutAccountDedicatedIpWarmupAttributesRequest putAccountDedicatedIpWarmupAttributesRequest) Enable or disable the automatic warm-up feature for dedicated IP addresses.