Package | Description |
---|---|
io.sphere.sdk.extensions | |
io.sphere.sdk.subscriptions |
Subscriptions are used to trigger an asynchronous background process in response to an event on commercetools Composable Commerce.
|
Modifier and Type | Method and Description |
---|---|
AwsCredentials |
AWSLambdaDestination.getAwsCredentials() |
Modifier and Type | Method and Description |
---|---|
AWSLambdaDestinationBuilder |
AWSLambdaDestinationBuilder.awsCredentials(AwsCredentials awsCredentials)
Sets the
awsCredentials property of this builder. |
static AWSLambdaDestinationBuilder |
AWSLambdaDestinationBuilder.of(String arn,
AwsCredentials awsCredentials)
Creates a new object initialized with the given values.
|
Modifier and Type | Method and Description |
---|---|
static AwsCredentials |
AwsCredentials.of(String accessKey,
String accessSecret) |
static AwsCredentials |
AwsCredentials.ofAwsCliEnv()
Creates the aws credentials based on the environment variable names used by the AWS CLI.
|
static AwsCredentials |
AwsCredentials.ofEnv(String accessKeyEnv,
String accessSecretEnv)
Creates the aws credentials based on the environment variable names given as parameters.
|
Modifier and Type | Method and Description |
---|---|
static SnsDestination |
SnsDestination.of(AwsCredentials awsCredentials,
String topicArn)
Creates a new sns destination with the given credentials and topic.
|
static SqsDestination |
SqsDestination.of(AwsCredentials awsCredentials,
String region,
URI queueURL) |