コード例 #1
0
 /**
  * @param string $id
  */
 public function cancelJob($id)
 {
     $this->_client->cancelJob(['JobId' => (string) $id]);
 }