Search: "e mail"
Csharp SDK tutorial(China Region) - DirectMail Documentation
(ServerException e) e.printStackTrace(); } catch (ClientException e) e.printStackTrace(); } } } } ...
Java SDK - IoT Platform Documentation
); //support QoS0 and QoS1 try catch (ServerException e) catch (ClientException e) ...
Upload objects - Object Storage Service Documentation
('files/hello', file: '/tmp/x', callback: callback) rescue Aliyun::OSS::CallbackError = e puts "Callback ...
DescribeZones - Virtual Private Cloud Documentation
-hangzhou-e/ZoneId LocalNameChina Hangzhou Zone E/LocalName /Zone Zone ZoneIdcn-hangzhou-f/ZoneId LocalNameChina ...
Block Storage FAQ - Elastic Compute Service Documentation
China Shanghai Zone E, Zone F, and Zone G China Beijing Zone H, Zone G, and ...
listTasks - Batch Compute Documentation
(ClientException e) e.printStackTrace(); // Failed} Sample code 2String marker = ""; //Next marker returned by the previous ...
get_job_description - Batch Compute Documentation
; # Get run-time infromation of the job. job_desc = client.get_job_description(job) print (job_desc.Name, job_desc.Description)except ClientError, e: print(e) ...
start_job - Batch Compute Documentation
job can be restarted. client.start_job(job) job_detail = client.get_job(job) assert job_detail.State in ["Waiting", "Running"]except ClientError, e: print(e) ...
list_tasks - Batch Compute Documentation
) marker = response.NextMarker for task in response.Items: print (task.TaskName, task.State) round += 1except ClientError, e: print(e) ...