This operation returns the jobs associated with the requester. AWS Import/Export lists the jobs in reverse chronological order based on the date of creation. For example if Job Test1 was created 2009Dec30 and Test2 was created 2010Feb05, the ListJobs operation would return Test2 followed by Test1.
Access
public
Parameters
Parameter |
Type |
Required |
Description |
---|---|---|---|
|
Optional |
An associative array of parameters that can have the following keys:
|
Returns
Type |
Description |
---|---|
A |
Examples
List all in-progress jobs.
$ies = new AmazonImportExport(); $response = $ies->list_jobs(); // Success? var_dump($response->isOK());Result:
bool(true)
Related Methods
Source
Method defined in services/importexport.class.php | Toggle source view (6 lines) | View on GitHub