commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
z
Variables
$
a
d
e
f
g
o
r
s
t
u
•
All
Classes
Namespaces
Functions
Variables
Pages
Loading...
Searching...
No Matches
lib
commercetools-api
src
Models
Subscription
SqsDestination.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\Api\Models\Subscription
;
10
11
use
Commercetools\Base\DateTimeImmutableCollection
;
12
use
Commercetools\Base\JsonObject
;
13
14
interface
SqsDestination
extends
Destination
15
{
16
public
const
FIELD_ACCESS_KEY
=
'accessKey'
;
17
public
const
FIELD_ACCESS_SECRET
=
'accessSecret'
;
18
public
const
FIELD_QUEUE_URL
=
'queueUrl'
;
19
public
const
FIELD_REGION
=
'region'
;
20
public
const
FIELD_AUTHENTICATION_MODE
=
'authenticationMode'
;
21
28
public
function
getAccessKey
();
29
36
public
function
getAccessSecret
();
37
44
public
function
getQueueUrl
();
45
52
public
function
getRegion
();
53
60
public
function
getAuthenticationMode
();
61
65
public
function
setAccessKey
(?
string
$accessKey): void;
66
70
public
function
setAccessSecret
(?
string
$accessSecret): void;
71
75
public
function
setQueueUrl
(?
string
$queueUrl): void;
76
80
public
function
setRegion
(?
string
$region): void;
81
85
public
function
setAuthenticationMode
(?
string
$authenticationMode): void;
86
}
14
interface
SqsDestination
extends
Destination
{
…
};
Commercetools\Base\DateTimeImmutableCollection
Definition
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\Subscription\Destination
Definition
Destination.php:15
Commercetools\Api\Models\Subscription\SqsDestination
Definition
SqsDestination.php:15
Commercetools\Api\Models\Subscription\SqsDestination\FIELD_QUEUE_URL
const FIELD_QUEUE_URL
Definition
SqsDestination.php:18
Commercetools\Api\Models\Subscription\SqsDestination\getAccessSecret
getAccessSecret()
Commercetools\Api\Models\Subscription\SqsDestination\getQueueUrl
getQueueUrl()
Commercetools\Api\Models\Subscription\SqsDestination\getAuthenticationMode
getAuthenticationMode()
Commercetools\Api\Models\Subscription\SqsDestination\FIELD_REGION
const FIELD_REGION
Definition
SqsDestination.php:19
Commercetools\Api\Models\Subscription\SqsDestination\getAccessKey
getAccessKey()
Commercetools\Api\Models\Subscription\SqsDestination\FIELD_ACCESS_KEY
const FIELD_ACCESS_KEY
Definition
SqsDestination.php:16
Commercetools\Api\Models\Subscription\SqsDestination\setRegion
setRegion(?string $region)
Commercetools\Api\Models\Subscription\SqsDestination\setAccessKey
setAccessKey(?string $accessKey)
Commercetools\Api\Models\Subscription\SqsDestination\setAccessSecret
setAccessSecret(?string $accessSecret)
Commercetools\Api\Models\Subscription\SqsDestination\FIELD_ACCESS_SECRET
const FIELD_ACCESS_SECRET
Definition
SqsDestination.php:17
Commercetools\Api\Models\Subscription\SqsDestination\FIELD_AUTHENTICATION_MODE
const FIELD_AUTHENTICATION_MODE
Definition
SqsDestination.php:20
Commercetools\Api\Models\Subscription\SqsDestination\setQueueUrl
setQueueUrl(?string $queueUrl)
Commercetools\Api\Models\Subscription\SqsDestination\getRegion
getRegion()
Commercetools\Api\Models\Subscription\SqsDestination\setAuthenticationMode
setAuthenticationMode(?string $authenticationMode)
Commercetools\Base\JsonObject
Definition
JsonObject.php:15
Commercetools\Api\Models\Subscription
Definition
AzureEventGridDestination.php:9
Generated by
1.9.8