use_credentials ( $credentials )

Sets the AWS credentials to use for the batch request.

Access

public

Parameters

Parameter

Type

Required

Description

$credentials

CFCredential

Required

The credentials to use for signing and making requests.

Returns

Type

Description

$this

A reference to the current instance.

Source

Method defined in utilities/batchrequest.class.php | Toggle source view (5 lines) | View on GitHub

public function use_credentials(CFCredential $credentials)
{
    $this->credentials = $credentials;
    return $this;
}

Copyright © 2010–2013 Amazon Web Services, LLC


Feedback