Class DynamoDbClient
- Aws\AwsClient implements Aws\AwsClientInterface uses Aws\AwsClientTrait
-
Aws\DynamoDb\DynamoDbClient
- Namespace: Aws\DynamoDb
- Located at DynamoDb/DynamoDbClient.php
This client is used to interact with the Amazon DynamoDB service.
Supported API Versions
This class uses a service description model that is associated at
runtime based on the version
option given when constructing the
client. The version
option will determine which API operations,
waiters, and paginators are available for a client. Creating a command or a
specific API operation can be done using magic methods (e.g.,
$client->commandName(/** parameters */)
, or using the
$\client->getCommand
method of the client.
Methods Summary
-
static
getArguments ( )
Get an array of client constructor arguments used by the client.
-
registerSessionHandler ( array $config = [] )
Convenience method for instantiating and registering the DynamoDB Session handler with this DynamoDB client object.
Methods inherited from Aws\AwsClient
__construct()
,
__sleep()
,
applyDocFilters()
,
emitDeprecationWarning()
,
factory()
,
getApi()
,
getClientBuiltIns()
,
getClientContextParams()
,
getCommand()
,
getConfig()
,
getCredentials()
,
getEndpoint()
,
getEndpointProvider()
,
getEndpointProviderArgs()
,
getHandlerList()
,
getRegion()
,
getSignatureProvider()
Methods inherited from Aws\AwsClientInterface
Methods used from Aws\AwsClientTrait
Methods Details
static array getArguments ( )
Get an array of client constructor arguments used by the client.
Returns
array |
Overrides
Aws\DynamoDb\SessionHandler
registerSessionHandler (
array
$config = []
)
Convenience method for instantiating and registering the DynamoDB Session handler with this DynamoDB client object.
Parameters
array | $config = [] | Array of options for the session handler factory |
Returns
Aws\DynamoDb\SessionHandler |