PHP Class DefaultProfile, aliyun-openapi-php-sdk

http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Inheritance: implements IClientProfile
Show file Open project: aliyun/aliyun-openapi-php-sdk Class Usage Examples

Public Methods

Method Description
addEndpoint ( $endpointName, $regionId, $product, $domain )
findEndpointByName ( $endpointName )
getCredential ( )
getEndpoints ( )
getFormat ( )
getProfile ( $regionId, $accessKeyId, $accessSecret )
getRegionId ( )
getSigner ( )

Private Methods

Method Description
__construct ( $regionId, $credential )
addEndpoint_ ( $endpointName, $regionId, $product, $domain )
findProductDomain ( $productDomains, $product, $domain )
updateEndpoint ( $regionId, $product, $domain, $endpoint )

Method Details

addEndpoint() public static method

public static addEndpoint ( $endpointName, $regionId, $product, $domain )

findEndpointByName() public static method

public static findEndpointByName ( $endpointName )

getCredential() public method

public getCredential ( )

getEndpoints() public static method

public static getEndpoints ( )

getFormat() public method

public getFormat ( )

getProfile() public static method

public static getProfile ( $regionId, $accessKeyId, $accessSecret )

getRegionId() public method

public getRegionId ( )

getSigner() public method

public getSigner ( )