Sets the ProxyPassword property.
Used in conjunction with the ProxyUsername
property to authenticate requests with the
specified Proxy server.

C# |
[ObsoleteAttribute("Use WithProxyCredentials instead")] public AmazonSimpleNotificationServiceConfig WithProxyPassword( string password )

- password (String)
- ProxyPassword property

this instance

If this property isn't set, String.Empty is used as
the proxy password. This property isn't
used if ProxyUsername is null or empty.