Uses of Class
software.amazon.awssdk.services.sesv2.model.DedicatedIp
Packages that use DedicatedIp
-
Uses of DedicatedIp in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return DedicatedIpModifier and TypeMethodDescriptionfinal DedicatedIpGetDedicatedIpResponse.dedicatedIp()An object that contains information about a dedicated IP address.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type DedicatedIpModifier and TypeMethodDescriptionfinal List<DedicatedIp>GetDedicatedIpsResponse.dedicatedIps()A list of dedicated IP addresses that are associated with your Amazon Web Services account.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type DedicatedIpModifier and TypeMethodDescriptionGetDedicatedIpResponse.Builder.dedicatedIp(DedicatedIp dedicatedIp) An object that contains information about a dedicated IP address.GetDedicatedIpsResponse.Builder.dedicatedIps(DedicatedIp... dedicatedIps) A list of dedicated IP addresses that are associated with your Amazon Web Services account.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type DedicatedIpModifier and TypeMethodDescriptionGetDedicatedIpsResponse.Builder.dedicatedIps(Collection<DedicatedIp> dedicatedIps) A list of dedicated IP addresses that are associated with your Amazon Web Services account.