list_sets ()

Retrieves a list of all available credential set names.

Access

public static

Returns

Type

Description

CFArray

A list of all available credential set names.

Source

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

public static function list_sets()
{
    return new CFArray(array_keys(self::$credentials));
}

Copyright © 2010–2013 Amazon Web Services, LLC


Feedback