AmazonAccount(String, String, String) Constructor
Initializes a new instance of the AmazonAccount class with specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A string value that specifies the account name. |
accessKeyID | String | A string value that is the access key ID. |
secretAccessKey | String | A string value that is the secret access key. |
See Also