AmazonServiceRequestConfig Class Reference
| Inherits from | NSObject |
| Declared in | AmazonServiceRequestConfig.h |
Tasks
-
credentialsRequest specific credentials.
property -
requestEndpointRequest specific endpoint. This value will override the setting in the service specific client used to submit the request. Inspect the ‘endpoint’ property in the AmazonXXXClient class to see the default endpoint.
property -
urlConnectionThe connection object used to make the request.
property -
requestTagOpen property that enables user to distinquish various requests.
property
Properties
credentials
Request specific credentials.
@property (nonatomic, retain) AmazonCredentials *credentialsDiscussion
Request specific credentials.
Declared In
AmazonServiceRequestConfig.hrequestEndpoint
Request specific endpoint. This value will override the setting in the service specific client used to submit the request. Inspect the ‘endpoint’ property in the AmazonXXXClient class to see the default endpoint.
@property (nonatomic, retain) NSString *requestEndpointDiscussion
Request specific endpoint. This value will override the setting in the service specific client used to submit the request. Inspect the ‘endpoint’ property in the AmazonXXXClient class to see the default endpoint.
Declared In
AmazonServiceRequestConfig.h