/**
  * @param string $accessKeyId    Amazon Web Services Access Key ID.
  * @param string $secretAccessKey   Amazon Web Services Secret Access Key.
  */
 function Amazon_CBUI_CBUIRecipientTokenPipeline($awsAccessKey, $awsSecretKey)
 {
     parent::Amazon_CBUI_CBUIPipeline("Recipient", $awsAccessKey, $awsSecretKey);
 }
 /**
  * @param string $accessKeyId    Amazon Web Services Access Key ID.
  * @param string $secretAccessKey   Amazon Web Services Secret Access Key.
  */
 function Amazon_CBUI_CBUIMultiUsePipeline($awsAccessKey, $awsSecretKey)
 {
     parent::Amazon_CBUI_CBUIPipeline("MultiUse", $awsAccessKey, $awsSecretKey);
 }
 /**
  * @param string $accessKeyId    Amazon Web Services Access Key ID.
  * @param string $secretAccessKey   Amazon Web Services Secret Access Key.
  */
 function Amazon_CBUI_CBUIEditTokenPipeline($awsAccessKey, $awsSecretKey)
 {
     parent::Amazon_CBUI_CBUIPipeline("EditToken", $awsAccessKey, $awsSecretKey);
 }
 /**
  * @param string $accessKeyId    Amazon Web Services Access Key ID.
  * @param string $secretAccessKey   Amazon Web Services Secret Access Key.
  */
 function Amazon_CBUI_CBUISingleUsePipeline($awsAccessKey, $awsSecretKey)
 {
     parent::Amazon_CBUI_CBUIPipeline("SingleUse", $awsAccessKey, $awsSecretKey);
 }