Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.5 |
Basic implementation of the AWSCredentials interface that allows callers
to pass in the AWS access key and secret access in the constructor.
awsAccessKeyId:String
This property can be used as the source for data binding.
Implementation public function get awsAccessKeyId():String
public function set awsAccessKeyId(value:String):void
awsSecretKey:String
This property can be used as the source for data binding.
Implementation public function get awsSecretKey():String
public function set awsSecretKey(value:String):void
public function BasicAWSCredentials(accessKey:String, secretKey:String)
Constructs a new BasicAWSCredentials object, with the specified AWS access key and AWS secret key.
Parameters | accessKey:String — the AWS access key.
|
|
| secretKey:String — the AWS secret access key.
|
public function addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
Parameters
| type:String |
|
| listener:Function |
|
| useCapture:Boolean (default = false )
|
|
| priority:int (default = 0 )
|
|
| weakRef:Boolean (default = false )
|
public function dispatchEvent(event:Event):Boolean
Parameters
Returns public function hasEventListener(type:String):Boolean
Parameters
Returns public function removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Parameters
| type:String |
|
| listener:Function |
|
| useCapture:Boolean (default = false )
|
public function willTrigger(type:String):Boolean
Parameters
Returns
Thu Sep 8 2011, 09:48 PM +02:00