Uses of Class
software.amazon.awssdk.services.pinpointemail.model.PutAccountDedicatedIpWarmupAttributesResponse
-
Packages that use PutAccountDedicatedIpWarmupAttributesResponse Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service -
-
Uses of PutAccountDedicatedIpWarmupAttributesResponse in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail that return PutAccountDedicatedIpWarmupAttributesResponse Modifier and Type Method Description default PutAccountDedicatedIpWarmupAttributesResponsePinpointEmailClient. putAccountDedicatedIpWarmupAttributes(Consumer<PutAccountDedicatedIpWarmupAttributesRequest.Builder> putAccountDedicatedIpWarmupAttributesRequest)Enable or disable the automatic warm-up feature for dedicated IP addresses.default PutAccountDedicatedIpWarmupAttributesResponsePinpointEmailClient. putAccountDedicatedIpWarmupAttributes(PutAccountDedicatedIpWarmupAttributesRequest putAccountDedicatedIpWarmupAttributesRequest)Enable or disable the automatic warm-up feature for dedicated IP addresses.Methods in software.amazon.awssdk.services.pinpointemail that return types with arguments of type PutAccountDedicatedIpWarmupAttributesResponse Modifier and Type Method Description default CompletableFuture<PutAccountDedicatedIpWarmupAttributesResponse>PinpointEmailAsyncClient. putAccountDedicatedIpWarmupAttributes(Consumer<PutAccountDedicatedIpWarmupAttributesRequest.Builder> putAccountDedicatedIpWarmupAttributesRequest)Enable or disable the automatic warm-up feature for dedicated IP addresses.default CompletableFuture<PutAccountDedicatedIpWarmupAttributesResponse>PinpointEmailAsyncClient. putAccountDedicatedIpWarmupAttributes(PutAccountDedicatedIpWarmupAttributesRequest putAccountDedicatedIpWarmupAttributesRequest)Enable or disable the automatic warm-up feature for dedicated IP addresses.
-