Uses of Class
com.amazonaws.services.sns.model.PublishResult
Packages that use PublishResult
-
Uses of PublishResult in com.amazonaws.services.sns
Methods in com.amazonaws.services.sns that return PublishResultModifier and TypeMethodDescriptionAbstractAmazonSNS.publish
(PublishRequest request) AmazonSNS.publish
(PublishRequest publishRequest) Sends a message to all of a topic's subscribed endpoints.Simplified method form for invoking the Publish operation.Simplified method form for invoking the Publish operation.AmazonSNSClient.publish
(PublishRequest publishRequest) Sends a message to all of a topic's subscribed endpoints.Methods in com.amazonaws.services.sns that return types with arguments of type PublishResultModifier and TypeMethodDescriptionAbstractAmazonSNSAsync.publishAsync
(PublishRequest request) AbstractAmazonSNSAsync.publishAsync
(PublishRequest request, AsyncHandler<PublishRequest, PublishResult> asyncHandler) AbstractAmazonSNSAsync.publishAsync
(String topicArn, String message) Simplified method form for invoking the Publish operation.AbstractAmazonSNSAsync.publishAsync
(String topicArn, String message, AsyncHandler<PublishRequest, PublishResult> asyncHandler) Simplified method form for invoking the Publish operation with an AsyncHandler.AbstractAmazonSNSAsync.publishAsync
(String topicArn, String message, String subject) Simplified method form for invoking the Publish operation.AbstractAmazonSNSAsync.publishAsync
(String topicArn, String message, String subject, AsyncHandler<PublishRequest, PublishResult> asyncHandler) Simplified method form for invoking the Publish operation with an AsyncHandler.AmazonSNSAsync.publishAsync
(PublishRequest publishRequest) Sends a message to all of a topic's subscribed endpoints.AmazonSNSAsync.publishAsync
(PublishRequest publishRequest, AsyncHandler<PublishRequest, PublishResult> asyncHandler) Sends a message to all of a topic's subscribed endpoints.AmazonSNSAsync.publishAsync
(String topicArn, String message) Simplified method form for invoking the Publish operation.AmazonSNSAsync.publishAsync
(String topicArn, String message, AsyncHandler<PublishRequest, PublishResult> asyncHandler) Simplified method form for invoking the Publish operation with an AsyncHandler.AmazonSNSAsync.publishAsync
(String topicArn, String message, String subject) Simplified method form for invoking the Publish operation.AmazonSNSAsync.publishAsync
(String topicArn, String message, String subject, AsyncHandler<PublishRequest, PublishResult> asyncHandler) Simplified method form for invoking the Publish operation with an AsyncHandler.AmazonSNSAsyncClient.publishAsync
(PublishRequest request) AmazonSNSAsyncClient.publishAsync
(PublishRequest request, AsyncHandler<PublishRequest, PublishResult> asyncHandler) AmazonSNSAsyncClient.publishAsync
(String topicArn, String message) Simplified method form for invoking the Publish operation.AmazonSNSAsyncClient.publishAsync
(String topicArn, String message, AsyncHandler<PublishRequest, PublishResult> asyncHandler) Simplified method form for invoking the Publish operation with an AsyncHandler.AmazonSNSAsyncClient.publishAsync
(String topicArn, String message, String subject) Simplified method form for invoking the Publish operation.AmazonSNSAsyncClient.publishAsync
(String topicArn, String message, String subject, AsyncHandler<PublishRequest, PublishResult> asyncHandler) Simplified method form for invoking the Publish operation with an AsyncHandler.Method parameters in com.amazonaws.services.sns with type arguments of type PublishResultModifier and TypeMethodDescriptionAbstractAmazonSNSAsync.publishAsync
(PublishRequest request, AsyncHandler<PublishRequest, PublishResult> asyncHandler) AbstractAmazonSNSAsync.publishAsync
(String topicArn, String message, AsyncHandler<PublishRequest, PublishResult> asyncHandler) Simplified method form for invoking the Publish operation with an AsyncHandler.AbstractAmazonSNSAsync.publishAsync
(String topicArn, String message, String subject, AsyncHandler<PublishRequest, PublishResult> asyncHandler) Simplified method form for invoking the Publish operation with an AsyncHandler.AmazonSNSAsync.publishAsync
(PublishRequest publishRequest, AsyncHandler<PublishRequest, PublishResult> asyncHandler) Sends a message to all of a topic's subscribed endpoints.AmazonSNSAsync.publishAsync
(String topicArn, String message, AsyncHandler<PublishRequest, PublishResult> asyncHandler) Simplified method form for invoking the Publish operation with an AsyncHandler.AmazonSNSAsync.publishAsync
(String topicArn, String message, String subject, AsyncHandler<PublishRequest, PublishResult> asyncHandler) Simplified method form for invoking the Publish operation with an AsyncHandler.AmazonSNSAsyncClient.publishAsync
(PublishRequest request, AsyncHandler<PublishRequest, PublishResult> asyncHandler) AmazonSNSAsyncClient.publishAsync
(String topicArn, String message, AsyncHandler<PublishRequest, PublishResult> asyncHandler) Simplified method form for invoking the Publish operation with an AsyncHandler.AmazonSNSAsyncClient.publishAsync
(String topicArn, String message, String subject, AsyncHandler<PublishRequest, PublishResult> asyncHandler) Simplified method form for invoking the Publish operation with an AsyncHandler. -
Uses of PublishResult in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return PublishResultModifier and TypeMethodDescriptionPublishResult.clone()
PublishResult.withMessageId
(String messageId) Unique identifier assigned to the published message.