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