Package | Description |
---|---|
com.amazonaws.services.iot.model | |
com.amazonaws.services.iot.model.transform |
Modifier and Type | Field and Description |
---|---|
private SqsAction |
Action.sqs
Publish to an Amazon SQS queue.
|
Modifier and Type | Method and Description |
---|---|
SqsAction |
SqsAction.clone() |
SqsAction |
Action.getSqs()
Publish to an Amazon SQS queue.
|
SqsAction |
SqsAction.withQueueUrl(java.lang.String queueUrl)
The URL of the Amazon SQS queue.
|
SqsAction |
SqsAction.withRoleArn(java.lang.String roleArn)
The ARN of the IAM role that grants access.
|
SqsAction |
SqsAction.withUseBase64(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
SqsAction |
SqsActionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SqsActionJsonMarshaller.marshall(SqsAction sqsAction,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|