Package | Description |
---|---|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
SqsAction |
SqsAction.clone() |
SqsAction |
Action.getSqs()
Publish to an Amazon SQS queue.
|
SqsAction |
SqsAction.withQueueUrl(String queueUrl)
The URL of the Amazon SQS queue.
|
SqsAction |
SqsAction.withRoleArn(String roleArn)
The ARN of the IAM role that grants access.
|
SqsAction |
SqsAction.withUseBase64(Boolean useBase64)
Specifies whether to use Base64 encoding.
|
Modifier and Type | Method and Description |
---|---|
void |
Action.setSqs(SqsAction sqs)
Publish to an Amazon SQS queue.
|
Action |
Action.withSqs(SqsAction sqs)
Publish to an Amazon SQS queue.
|
Copyright © 2018. All rights reserved.