Scalr\Service\Aws\S3\Handler\BucketHandler::getList PHP Method

getList() public method

This implementation of the GET operation returns a list of all buckets owned by the authenticated sender of the request.
public getList ( ) : Scalr\Service\Aws\S3\DataType\BucketList
return Scalr\Service\Aws\S3\DataType\BucketList Returns BucketList
    public function getList()
    {
        return $this->getS3()->getApiHandler()->listAllMyBuckets();
    }