Uses of Class
software.amazon.awssdk.services.pinpointemail.model.DedicatedIp
-
Packages that use DedicatedIp Package Description software.amazon.awssdk.services.pinpointemail.model -
-
Uses of DedicatedIp in software.amazon.awssdk.services.pinpointemail.model
Methods in software.amazon.awssdk.services.pinpointemail.model that return DedicatedIp Modifier and Type Method Description DedicatedIpGetDedicatedIpResponse. dedicatedIp()An object that contains information about a dedicated IP address.Methods in software.amazon.awssdk.services.pinpointemail.model that return types with arguments of type DedicatedIp Modifier and Type Method Description List<DedicatedIp>GetDedicatedIpsResponse. dedicatedIps()A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.Methods in software.amazon.awssdk.services.pinpointemail.model with parameters of type DedicatedIp Modifier and Type Method Description GetDedicatedIpResponse.BuilderGetDedicatedIpResponse.Builder. dedicatedIp(DedicatedIp dedicatedIp)An object that contains information about a dedicated IP address.GetDedicatedIpsResponse.BuilderGetDedicatedIpsResponse.Builder. dedicatedIps(DedicatedIp... dedicatedIps)A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.Method parameters in software.amazon.awssdk.services.pinpointemail.model with type arguments of type DedicatedIp Modifier and Type Method Description GetDedicatedIpsResponse.BuilderGetDedicatedIpsResponse.Builder. dedicatedIps(Collection<DedicatedIp> dedicatedIps)A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.
-