Package | Description |
---|---|
com.amazonaws.services.iot.model | |
com.amazonaws.services.iot.model.transform |
Modifier and Type | Field and Description |
---|---|
private SnsAction |
Action.sns
Publish to an Amazon SNS topic.
|
Modifier and Type | Method and Description |
---|---|
SnsAction |
SnsAction.clone() |
SnsAction |
Action.getSns()
Publish to an Amazon SNS topic.
|
SnsAction |
SnsAction.withMessageFormat(MessageFormat messageFormat)
The message format of the message to publish.
|
SnsAction |
SnsAction.withMessageFormat(java.lang.String messageFormat)
The message format of the message to publish.
|
SnsAction |
SnsAction.withRoleArn(java.lang.String roleArn)
The ARN of the IAM role that grants access.
|
SnsAction |
SnsAction.withTargetArn(java.lang.String targetArn)
The ARN of the SNS topic.
|
Modifier and Type | Method and Description |
---|---|
void |
Action.setSns(SnsAction sns)
Publish to an Amazon SNS topic.
|
Action |
Action.withSns(SnsAction sns)
Publish to an Amazon SNS topic.
|
Modifier and Type | Method and Description |
---|---|
SnsAction |
SnsActionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SnsActionJsonMarshaller.marshall(SnsAction snsAction,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|