| Package | Description |
|---|---|
| com.amazonaws.services.sns |
Synchronous and asynchronous client classes for accessing AmazonSNS.
|
| com.amazonaws.services.sns.model |
Classes modeling the various types represented by AmazonSNS.
|
| com.amazonaws.services.sns.model.transform |
Marhsalling for the various types represented by AmazonSNS.
|
| Modifier and Type | Method and Description |
|---|---|
PublishResult |
AmazonSNSClient.publish(PublishRequest publishRequest)
The
Publish action sends a message to all of a topic's
subscribed endpoints. |
PublishResult |
AmazonSNS.publish(PublishRequest publishRequest)
The
Publish action sends a message to all of a topic's
subscribed endpoints. |
Future<PublishResult> |
AmazonSNSAsyncClient.publishAsync(PublishRequest publishRequest)
The
Publish action sends a message to all of a topic's
subscribed endpoints. |
Future<PublishResult> |
AmazonSNSAsync.publishAsync(PublishRequest publishRequest)
The
Publish action sends a message to all of a topic's
subscribed endpoints. |
Future<PublishResult> |
AmazonSNSAsyncClient.publishAsync(PublishRequest publishRequest,
AsyncHandler<PublishRequest,PublishResult> asyncHandler)
The
Publish action sends a message to all of a topic's
subscribed endpoints. |
Future<PublishResult> |
AmazonSNSAsync.publishAsync(PublishRequest publishRequest,
AsyncHandler<PublishRequest,PublishResult> asyncHandler)
The
Publish action sends a message to all of a topic's
subscribed endpoints. |
| Modifier and Type | Method and Description |
|---|---|
Future<PublishResult> |
AmazonSNSAsyncClient.publishAsync(PublishRequest publishRequest,
AsyncHandler<PublishRequest,PublishResult> asyncHandler)
The
Publish action sends a message to all of a topic's
subscribed endpoints. |
Future<PublishResult> |
AmazonSNSAsync.publishAsync(PublishRequest publishRequest,
AsyncHandler<PublishRequest,PublishResult> asyncHandler)
The
Publish action sends a message to all of a topic's
subscribed endpoints. |
| Modifier and Type | Method and Description |
|---|---|
PublishRequest |
PublishRequest.withMessage(String message)
The message you want to send to the topic.
|
PublishRequest |
PublishRequest.withMessageStructure(String messageStructure)
Set
MessageStructure to json if you want to
send a different message for each protocol. |
PublishRequest |
PublishRequest.withSubject(String subject)
Optional parameter to be used as the "Subject" line when the message
is delivered to email endpoints.
|
PublishRequest |
PublishRequest.withTargetArn(String targetArn)
Either TopicArn or EndpointArn, but not both.
|
PublishRequest |
PublishRequest.withTopicArn(String topicArn)
The topic you want to publish to.
|
| Modifier and Type | Method and Description |
|---|---|
Request<PublishRequest> |
PublishRequestMarshaller.marshall(PublishRequest publishRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<PublishRequest> |
PublishRequestMarshaller.marshall(PublishRequest publishRequest) |
Copyright © 2016. All rights reserved.