메소드 | 설명 | |
---|---|---|
__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 = [] ) |
public __construct ( array $args = [] ) | ||
$args | array |
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 |
public createMultiRegionClient ( $name, array $args = [] ) | ||
$args | array |
public static getEndpointPrefix ( string $name ) : string | ||
$name | string | Namespace name |
리턴 | string |