SDK for PHP 3.x

ConfigurationInterface
in

Table of Contents

Methods

isUseFipsEndpoint()  : bool
Returns whether or not to use a FIPS endpoint
toArray()  : array<string|int, mixed>
Returns the configuration as an associative array

Methods

isUseFipsEndpoint()

Returns whether or not to use a FIPS endpoint

public isUseFipsEndpoint() : bool
Return values
bool

toArray()

Returns the configuration as an associative array

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>
On this page