public interface AwsConfig
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_MESSAGE_SIZE |
| Modifier and Type | Method and Description |
|---|---|
default String |
accessKey() |
static com.amazonaws.services.sns.AmazonSNS |
createSnsClient(AwsConfig config) |
static com.amazonaws.services.sqs.AmazonSQS |
createSqsClient(AwsConfig config) |
default String |
region() |
default String |
secretKey() |
static final int MAX_MESSAGE_SIZE
default String accessKey()
default String secretKey()
default String region()
static com.amazonaws.services.sqs.AmazonSQS createSqsClient(AwsConfig config)
static com.amazonaws.services.sns.AmazonSNS createSnsClient(AwsConfig config)
Copyright © 2012–2017 Polyglotted Limited. All rights reserved.