PHP 클래스 Aws\Sdk

파일 보기 프로젝트 열기: aws/aws-sdk-php 1 사용 예제들

공개 메소드들

메소드 설명
__call ( $name, array $args )
__construct ( array $args = [] ) Constructs a new SDK object with an associative array of default client settings.
createClient ( string $name, array $args = [] ) : aws\AwsClientInterface Get a client by name using an array of constructor options.
createMultiRegionClient ( $name, array $args = [] )
getEndpointPrefix ( string $name ) : string Determine the endpoint prefix from a client namespace.

비공개 메소드들

메소드 설명
mergeArgs ( $namespace, array $manifest, array $args = [] )

메소드 상세

__call() 공개 메소드

public __call ( $name, array $args )
$args array

__construct() 공개 메소드

Constructs a new SDK object with an associative array of default client settings.
또한 보기: Aws\AwsClient::__construct for a list of available options.
public __construct ( array $args = [] )
$args array

createClient() 공개 메소드

Get a client by name using an array of constructor options.
또한 보기: Aws\AwsClient::__construct for a list of available options for args.
public createClient ( string $name, array $args = [] ) : aws\AwsClientInterface
$name string Service name or namespace (e.g., DynamoDb, s3).
$args array Arguments to configure the client.
리턴 aws\AwsClientInterface

createMultiRegionClient() 공개 메소드

public createMultiRegionClient ( $name, array $args = [] )
$args array

getEndpointPrefix() 공개 정적인 메소드

Determine the endpoint prefix from a client namespace.
사용 중단: Use the `\Aws\manifest()` function instead.
public static getEndpointPrefix ( string $name ) : string
$name string Namespace name
리턴 string