Interface AmazonSNSAsync
-
- All Superinterfaces:
AmazonSNS
- All Known Implementing Classes:
AbstractAmazonSNSAsync
,AmazonSNSAsyncClient
public interface AmazonSNSAsync extends AmazonSNS
Interface for accessing Amazon SNS asynchronously. Each asynchronous method will return a Java Future object representing the asynchronous operation; overloads which accept anAsyncHandler
can be used to receive notification when an asynchronous operation completes.Amazon Simple Notification Service Amazon Simple Notification Service (Amazon SNS) is a web service that enables you to build distributed web-enabled applications. Applications can use Amazon SNS to easily push real-time notification messages to interested subscribers over multiple delivery protocols. For more information about this product see http://aws.amazon.com/sns. For detailed information about Amazon SNS features and their associated API calls, see the Amazon SNS Developer Guide.
We also provide SDKs that enable you to access Amazon SNS from your preferred programming language. The SDKs contain functionality that automatically takes care of tasks such as: cryptographically signing your service requests, retrying requests, and handling error responses. For a list of available SDKs, go to Tools for Amazon Web Services.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Future<AddPermissionResult>
addPermissionAsync(AddPermissionRequest addPermissionRequest)
Adds a statement to a topic's access control policy, granting access for the specified AWS accounts to the specified actions.Future<AddPermissionResult>
addPermissionAsync(AddPermissionRequest addPermissionRequest, AsyncHandler<AddPermissionRequest,AddPermissionResult> asyncHandler)
Adds a statement to a topic's access control policy, granting access for the specified AWS accounts to the specified actions.Future<AddPermissionResult>
addPermissionAsync(String topicArn, String label, List<String> aWSAccountIds, List<String> actionNames)
Simplified method form for invoking the AddPermission operation.Future<AddPermissionResult>
addPermissionAsync(String topicArn, String label, List<String> aWSAccountIds, List<String> actionNames, AsyncHandler<AddPermissionRequest,AddPermissionResult> asyncHandler)
Simplified method form for invoking the AddPermission operation with an AsyncHandler.Future<ConfirmSubscriptionResult>
confirmSubscriptionAsync(ConfirmSubscriptionRequest confirmSubscriptionRequest)
Verifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an earlierSubscribe
action.Future<ConfirmSubscriptionResult>
confirmSubscriptionAsync(ConfirmSubscriptionRequest confirmSubscriptionRequest, AsyncHandler<ConfirmSubscriptionRequest,ConfirmSubscriptionResult> asyncHandler)
Verifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an earlierSubscribe
action.Future<ConfirmSubscriptionResult>
confirmSubscriptionAsync(String topicArn, String token)
Simplified method form for invoking the ConfirmSubscription operation.Future<ConfirmSubscriptionResult>
confirmSubscriptionAsync(String topicArn, String token, AsyncHandler<ConfirmSubscriptionRequest,ConfirmSubscriptionResult> asyncHandler)
Simplified method form for invoking the ConfirmSubscription operation with an AsyncHandler.Future<ConfirmSubscriptionResult>
confirmSubscriptionAsync(String topicArn, String token, String authenticateOnUnsubscribe)
Simplified method form for invoking the ConfirmSubscription operation.Future<ConfirmSubscriptionResult>
confirmSubscriptionAsync(String topicArn, String token, String authenticateOnUnsubscribe, AsyncHandler<ConfirmSubscriptionRequest,ConfirmSubscriptionResult> asyncHandler)
Simplified method form for invoking the ConfirmSubscription operation with an AsyncHandler.Future<CreatePlatformApplicationResult>
createPlatformApplicationAsync(CreatePlatformApplicationRequest createPlatformApplicationRequest)
Creates a platform application object for one of the supported push notification services, such as APNS and GCM, to which devices and mobile apps may register.Future<CreatePlatformApplicationResult>
createPlatformApplicationAsync(CreatePlatformApplicationRequest createPlatformApplicationRequest, AsyncHandler<CreatePlatformApplicationRequest,CreatePlatformApplicationResult> asyncHandler)
Creates a platform application object for one of the supported push notification services, such as APNS and GCM, to which devices and mobile apps may register.Future<CreatePlatformEndpointResult>
createPlatformEndpointAsync(CreatePlatformEndpointRequest createPlatformEndpointRequest)
Creates an endpoint for a device and mobile app on one of the supported push notification services, such as GCM and APNS.Future<CreatePlatformEndpointResult>
createPlatformEndpointAsync(CreatePlatformEndpointRequest createPlatformEndpointRequest, AsyncHandler<CreatePlatformEndpointRequest,CreatePlatformEndpointResult> asyncHandler)
Creates an endpoint for a device and mobile app on one of the supported push notification services, such as GCM and APNS.Future<CreateTopicResult>
createTopicAsync(CreateTopicRequest createTopicRequest)
Creates a topic to which notifications can be published.Future<CreateTopicResult>
createTopicAsync(CreateTopicRequest createTopicRequest, AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)
Creates a topic to which notifications can be published.Future<CreateTopicResult>
createTopicAsync(String name)
Simplified method form for invoking the CreateTopic operation.Future<CreateTopicResult>
createTopicAsync(String name, AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)
Simplified method form for invoking the CreateTopic operation with an AsyncHandler.Future<DeleteEndpointResult>
deleteEndpointAsync(DeleteEndpointRequest deleteEndpointRequest)
Deletes the endpoint from Amazon SNS.Future<DeleteEndpointResult>
deleteEndpointAsync(DeleteEndpointRequest deleteEndpointRequest, AsyncHandler<DeleteEndpointRequest,DeleteEndpointResult> asyncHandler)
Deletes the endpoint from Amazon SNS.Future<DeletePlatformApplicationResult>
deletePlatformApplicationAsync(DeletePlatformApplicationRequest deletePlatformApplicationRequest)
Deletes a platform application object for one of the supported push notification services, such as APNS and GCM.Future<DeletePlatformApplicationResult>
deletePlatformApplicationAsync(DeletePlatformApplicationRequest deletePlatformApplicationRequest, AsyncHandler<DeletePlatformApplicationRequest,DeletePlatformApplicationResult> asyncHandler)
Deletes a platform application object for one of the supported push notification services, such as APNS and GCM.Future<DeleteTopicResult>
deleteTopicAsync(DeleteTopicRequest deleteTopicRequest)
Deletes a topic and all its subscriptions.Future<DeleteTopicResult>
deleteTopicAsync(DeleteTopicRequest deleteTopicRequest, AsyncHandler<DeleteTopicRequest,DeleteTopicResult> asyncHandler)
Deletes a topic and all its subscriptions.Future<DeleteTopicResult>
deleteTopicAsync(String topicArn)
Simplified method form for invoking the DeleteTopic operation.Future<DeleteTopicResult>
deleteTopicAsync(String topicArn, AsyncHandler<DeleteTopicRequest,DeleteTopicResult> asyncHandler)
Simplified method form for invoking the DeleteTopic operation with an AsyncHandler.Future<GetEndpointAttributesResult>
getEndpointAttributesAsync(GetEndpointAttributesRequest getEndpointAttributesRequest)
Retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM and APNS.Future<GetEndpointAttributesResult>
getEndpointAttributesAsync(GetEndpointAttributesRequest getEndpointAttributesRequest, AsyncHandler<GetEndpointAttributesRequest,GetEndpointAttributesResult> asyncHandler)
Retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM and APNS.Future<GetPlatformApplicationAttributesResult>
getPlatformApplicationAttributesAsync(GetPlatformApplicationAttributesRequest getPlatformApplicationAttributesRequest)
Retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM.Future<GetPlatformApplicationAttributesResult>
getPlatformApplicationAttributesAsync(GetPlatformApplicationAttributesRequest getPlatformApplicationAttributesRequest, AsyncHandler<GetPlatformApplicationAttributesRequest,GetPlatformApplicationAttributesResult> asyncHandler)
Retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM.Future<GetSubscriptionAttributesResult>
getSubscriptionAttributesAsync(GetSubscriptionAttributesRequest getSubscriptionAttributesRequest)
Returns all of the properties of a subscription.Future<GetSubscriptionAttributesResult>
getSubscriptionAttributesAsync(GetSubscriptionAttributesRequest getSubscriptionAttributesRequest, AsyncHandler<GetSubscriptionAttributesRequest,GetSubscriptionAttributesResult> asyncHandler)
Returns all of the properties of a subscription.Future<GetSubscriptionAttributesResult>
getSubscriptionAttributesAsync(String subscriptionArn)
Simplified method form for invoking the GetSubscriptionAttributes operation.Future<GetSubscriptionAttributesResult>
getSubscriptionAttributesAsync(String subscriptionArn, AsyncHandler<GetSubscriptionAttributesRequest,GetSubscriptionAttributesResult> asyncHandler)
Simplified method form for invoking the GetSubscriptionAttributes operation with an AsyncHandler.Future<GetTopicAttributesResult>
getTopicAttributesAsync(GetTopicAttributesRequest getTopicAttributesRequest)
Returns all of the properties of a topic.Future<GetTopicAttributesResult>
getTopicAttributesAsync(GetTopicAttributesRequest getTopicAttributesRequest, AsyncHandler<GetTopicAttributesRequest,GetTopicAttributesResult> asyncHandler)
Returns all of the properties of a topic.Future<GetTopicAttributesResult>
getTopicAttributesAsync(String topicArn)
Simplified method form for invoking the GetTopicAttributes operation.Future<GetTopicAttributesResult>
getTopicAttributesAsync(String topicArn, AsyncHandler<GetTopicAttributesRequest,GetTopicAttributesResult> asyncHandler)
Simplified method form for invoking the GetTopicAttributes operation with an AsyncHandler.Future<ListEndpointsByPlatformApplicationResult>
listEndpointsByPlatformApplicationAsync(ListEndpointsByPlatformApplicationRequest listEndpointsByPlatformApplicationRequest)
Lists the endpoints and endpoint attributes for devices in a supported push notification service, such as GCM and APNS.Future<ListEndpointsByPlatformApplicationResult>
listEndpointsByPlatformApplicationAsync(ListEndpointsByPlatformApplicationRequest listEndpointsByPlatformApplicationRequest, AsyncHandler<ListEndpointsByPlatformApplicationRequest,ListEndpointsByPlatformApplicationResult> asyncHandler)
Lists the endpoints and endpoint attributes for devices in a supported push notification service, such as GCM and APNS.Future<ListPlatformApplicationsResult>
listPlatformApplicationsAsync()
Simplified method form for invoking the ListPlatformApplications operation.Future<ListPlatformApplicationsResult>
listPlatformApplicationsAsync(AsyncHandler<ListPlatformApplicationsRequest,ListPlatformApplicationsResult> asyncHandler)
Simplified method form for invoking the ListPlatformApplications operation with an AsyncHandler.Future<ListPlatformApplicationsResult>
listPlatformApplicationsAsync(ListPlatformApplicationsRequest listPlatformApplicationsRequest)
Lists the platform application objects for the supported push notification services, such as APNS and GCM.Future<ListPlatformApplicationsResult>
listPlatformApplicationsAsync(ListPlatformApplicationsRequest listPlatformApplicationsRequest, AsyncHandler<ListPlatformApplicationsRequest,ListPlatformApplicationsResult> asyncHandler)
Lists the platform application objects for the supported push notification services, such as APNS and GCM.Future<ListSubscriptionsResult>
listSubscriptionsAsync()
Simplified method form for invoking the ListSubscriptions operation.Future<ListSubscriptionsResult>
listSubscriptionsAsync(AsyncHandler<ListSubscriptionsRequest,ListSubscriptionsResult> asyncHandler)
Simplified method form for invoking the ListSubscriptions operation with an AsyncHandler.Future<ListSubscriptionsResult>
listSubscriptionsAsync(ListSubscriptionsRequest listSubscriptionsRequest)
Returns a list of the requester's subscriptions.Future<ListSubscriptionsResult>
listSubscriptionsAsync(ListSubscriptionsRequest listSubscriptionsRequest, AsyncHandler<ListSubscriptionsRequest,ListSubscriptionsResult> asyncHandler)
Returns a list of the requester's subscriptions.Future<ListSubscriptionsResult>
listSubscriptionsAsync(String nextToken)
Simplified method form for invoking the ListSubscriptions operation.Future<ListSubscriptionsResult>
listSubscriptionsAsync(String nextToken, AsyncHandler<ListSubscriptionsRequest,ListSubscriptionsResult> asyncHandler)
Simplified method form for invoking the ListSubscriptions operation with an AsyncHandler.Future<ListSubscriptionsByTopicResult>
listSubscriptionsByTopicAsync(ListSubscriptionsByTopicRequest listSubscriptionsByTopicRequest)
Returns a list of the subscriptions to a specific topic.Future<ListSubscriptionsByTopicResult>
listSubscriptionsByTopicAsync(ListSubscriptionsByTopicRequest listSubscriptionsByTopicRequest, AsyncHandler<ListSubscriptionsByTopicRequest,ListSubscriptionsByTopicResult> asyncHandler)
Returns a list of the subscriptions to a specific topic.Future<ListSubscriptionsByTopicResult>
listSubscriptionsByTopicAsync(String topicArn)
Simplified method form for invoking the ListSubscriptionsByTopic operation.Future<ListSubscriptionsByTopicResult>
listSubscriptionsByTopicAsync(String topicArn, AsyncHandler<ListSubscriptionsByTopicRequest,ListSubscriptionsByTopicResult> asyncHandler)
Simplified method form for invoking the ListSubscriptionsByTopic operation with an AsyncHandler.Future<ListSubscriptionsByTopicResult>
listSubscriptionsByTopicAsync(String topicArn, String nextToken)
Simplified method form for invoking the ListSubscriptionsByTopic operation.Future<ListSubscriptionsByTopicResult>
listSubscriptionsByTopicAsync(String topicArn, String nextToken, AsyncHandler<ListSubscriptionsByTopicRequest,ListSubscriptionsByTopicResult> asyncHandler)
Simplified method form for invoking the ListSubscriptionsByTopic operation with an AsyncHandler.Future<ListTopicsResult>
listTopicsAsync()
Simplified method form for invoking the ListTopics operation.Future<ListTopicsResult>
listTopicsAsync(AsyncHandler<ListTopicsRequest,ListTopicsResult> asyncHandler)
Simplified method form for invoking the ListTopics operation with an AsyncHandler.Future<ListTopicsResult>
listTopicsAsync(ListTopicsRequest listTopicsRequest)
Returns a list of the requester's topics.Future<ListTopicsResult>
listTopicsAsync(ListTopicsRequest listTopicsRequest, AsyncHandler<ListTopicsRequest,ListTopicsResult> asyncHandler)
Returns a list of the requester's topics.Future<ListTopicsResult>
listTopicsAsync(String nextToken)
Simplified method form for invoking the ListTopics operation.Future<ListTopicsResult>
listTopicsAsync(String nextToken, AsyncHandler<ListTopicsRequest,ListTopicsResult> asyncHandler)
Simplified method form for invoking the ListTopics operation with an AsyncHandler.Future<PublishResult>
publishAsync(PublishRequest publishRequest)
Sends a message to all of a topic's subscribed endpoints.Future<PublishResult>
publishAsync(PublishRequest publishRequest, AsyncHandler<PublishRequest,PublishResult> asyncHandler)
Sends a message to all of a topic's subscribed endpoints.Future<PublishResult>
publishAsync(String topicArn, String message)
Simplified method form for invoking the Publish operation.Future<PublishResult>
publishAsync(String topicArn, String message, AsyncHandler<PublishRequest,PublishResult> asyncHandler)
Simplified method form for invoking the Publish operation with an AsyncHandler.Future<PublishResult>
publishAsync(String topicArn, String message, String subject)
Simplified method form for invoking the Publish operation.Future<PublishResult>
publishAsync(String topicArn, String message, String subject, AsyncHandler<PublishRequest,PublishResult> asyncHandler)
Simplified method form for invoking the Publish operation with an AsyncHandler.Future<RemovePermissionResult>
removePermissionAsync(RemovePermissionRequest removePermissionRequest)
Removes a statement from a topic's access control policy.Future<RemovePermissionResult>
removePermissionAsync(RemovePermissionRequest removePermissionRequest, AsyncHandler<RemovePermissionRequest,RemovePermissionResult> asyncHandler)
Removes a statement from a topic's access control policy.Future<RemovePermissionResult>
removePermissionAsync(String topicArn, String label)
Simplified method form for invoking the RemovePermission operation.Future<RemovePermissionResult>
removePermissionAsync(String topicArn, String label, AsyncHandler<RemovePermissionRequest,RemovePermissionResult> asyncHandler)
Simplified method form for invoking the RemovePermission operation with an AsyncHandler.Future<SetEndpointAttributesResult>
setEndpointAttributesAsync(SetEndpointAttributesRequest setEndpointAttributesRequest)
Sets the attributes for an endpoint for a device on one of the supported push notification services, such as GCM and APNS.Future<SetEndpointAttributesResult>
setEndpointAttributesAsync(SetEndpointAttributesRequest setEndpointAttributesRequest, AsyncHandler<SetEndpointAttributesRequest,SetEndpointAttributesResult> asyncHandler)
Sets the attributes for an endpoint for a device on one of the supported push notification services, such as GCM and APNS.Future<SetPlatformApplicationAttributesResult>
setPlatformApplicationAttributesAsync(SetPlatformApplicationAttributesRequest setPlatformApplicationAttributesRequest)
Sets the attributes of the platform application object for the supported push notification services, such as APNS and GCM.Future<SetPlatformApplicationAttributesResult>
setPlatformApplicationAttributesAsync(SetPlatformApplicationAttributesRequest setPlatformApplicationAttributesRequest, AsyncHandler<SetPlatformApplicationAttributesRequest,SetPlatformApplicationAttributesResult> asyncHandler)
Sets the attributes of the platform application object for the supported push notification services, such as APNS and GCM.Future<SetSubscriptionAttributesResult>
setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest)
Allows a subscription owner to set an attribute of the topic to a new value.Future<SetSubscriptionAttributesResult>
setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest, AsyncHandler<SetSubscriptionAttributesRequest,SetSubscriptionAttributesResult> asyncHandler)
Allows a subscription owner to set an attribute of the topic to a new value.Future<SetSubscriptionAttributesResult>
setSubscriptionAttributesAsync(String subscriptionArn, String attributeName, String attributeValue)
Simplified method form for invoking the SetSubscriptionAttributes operation.Future<SetSubscriptionAttributesResult>
setSubscriptionAttributesAsync(String subscriptionArn, String attributeName, String attributeValue, AsyncHandler<SetSubscriptionAttributesRequest,SetSubscriptionAttributesResult> asyncHandler)
Simplified method form for invoking the SetSubscriptionAttributes operation with an AsyncHandler.Future<SetTopicAttributesResult>
setTopicAttributesAsync(SetTopicAttributesRequest setTopicAttributesRequest)
Allows a topic owner to set an attribute of the topic to a new value.Future<SetTopicAttributesResult>
setTopicAttributesAsync(SetTopicAttributesRequest setTopicAttributesRequest, AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)
Allows a topic owner to set an attribute of the topic to a new value.Future<SetTopicAttributesResult>
setTopicAttributesAsync(String topicArn, String attributeName, String attributeValue)
Simplified method form for invoking the SetTopicAttributes operation.Future<SetTopicAttributesResult>
setTopicAttributesAsync(String topicArn, String attributeName, String attributeValue, AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)
Simplified method form for invoking the SetTopicAttributes operation with an AsyncHandler.Future<SubscribeResult>
subscribeAsync(SubscribeRequest subscribeRequest)
Prepares to subscribe an endpoint by sending the endpoint a confirmation message.Future<SubscribeResult>
subscribeAsync(SubscribeRequest subscribeRequest, AsyncHandler<SubscribeRequest,SubscribeResult> asyncHandler)
Prepares to subscribe an endpoint by sending the endpoint a confirmation message.Future<SubscribeResult>
subscribeAsync(String topicArn, String protocol, String endpoint)
Simplified method form for invoking the Subscribe operation.Future<SubscribeResult>
subscribeAsync(String topicArn, String protocol, String endpoint, AsyncHandler<SubscribeRequest,SubscribeResult> asyncHandler)
Simplified method form for invoking the Subscribe operation with an AsyncHandler.Future<UnsubscribeResult>
unsubscribeAsync(UnsubscribeRequest unsubscribeRequest)
Deletes a subscription.Future<UnsubscribeResult>
unsubscribeAsync(UnsubscribeRequest unsubscribeRequest, AsyncHandler<UnsubscribeRequest,UnsubscribeResult> asyncHandler)
Deletes a subscription.Future<UnsubscribeResult>
unsubscribeAsync(String subscriptionArn)
Simplified method form for invoking the Unsubscribe operation.Future<UnsubscribeResult>
unsubscribeAsync(String subscriptionArn, AsyncHandler<UnsubscribeRequest,UnsubscribeResult> asyncHandler)
Simplified method form for invoking the Unsubscribe operation with an AsyncHandler.-
Methods inherited from interface com.amazonaws.services.sns.AmazonSNS
addPermission, addPermission, confirmSubscription, confirmSubscription, confirmSubscription, createPlatformApplication, createPlatformEndpoint, createTopic, createTopic, deleteEndpoint, deletePlatformApplication, deleteTopic, deleteTopic, getCachedResponseMetadata, getEndpointAttributes, getPlatformApplicationAttributes, getSubscriptionAttributes, getSubscriptionAttributes, getTopicAttributes, getTopicAttributes, listEndpointsByPlatformApplication, listPlatformApplications, listPlatformApplications, listSubscriptions, listSubscriptions, listSubscriptions, listSubscriptionsByTopic, listSubscriptionsByTopic, listSubscriptionsByTopic, listTopics, listTopics, listTopics, publish, publish, publish, removePermission, removePermission, setEndpoint, setEndpointAttributes, setPlatformApplicationAttributes, setRegion, setSubscriptionAttributes, setSubscriptionAttributes, setTopicAttributes, setTopicAttributes, shutdown, subscribe, subscribe, unsubscribe, unsubscribe
-
-
-
-
Method Detail
-
addPermissionAsync
Future<AddPermissionResult> addPermissionAsync(AddPermissionRequest addPermissionRequest)
Adds a statement to a topic's access control policy, granting access for the specified AWS accounts to the specified actions.
- Parameters:
addPermissionRequest
-- Returns:
- A Java Future containing the result of the AddPermission operation returned by the service.
-
addPermissionAsync
Future<AddPermissionResult> addPermissionAsync(AddPermissionRequest addPermissionRequest, AsyncHandler<AddPermissionRequest,AddPermissionResult> asyncHandler)
Adds a statement to a topic's access control policy, granting access for the specified AWS accounts to the specified actions.
- Parameters:
addPermissionRequest
-asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the AddPermission operation returned by the service.
-
addPermissionAsync
Future<AddPermissionResult> addPermissionAsync(String topicArn, String label, List<String> aWSAccountIds, List<String> actionNames)
Simplified method form for invoking the AddPermission operation.- See Also:
addPermissionAsync(AddPermissionRequest)
-
addPermissionAsync
Future<AddPermissionResult> addPermissionAsync(String topicArn, String label, List<String> aWSAccountIds, List<String> actionNames, AsyncHandler<AddPermissionRequest,AddPermissionResult> asyncHandler)
Simplified method form for invoking the AddPermission operation with an AsyncHandler.
-
confirmSubscriptionAsync
Future<ConfirmSubscriptionResult> confirmSubscriptionAsync(ConfirmSubscriptionRequest confirmSubscriptionRequest)
Verifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an earlier
Subscribe
action. If the token is valid, the action creates a new subscription and returns its Amazon Resource Name (ARN). This call requires an AWS signature only when theAuthenticateOnUnsubscribe
flag is set to "true".- Parameters:
confirmSubscriptionRequest
- Input for ConfirmSubscription action.- Returns:
- A Java Future containing the result of the ConfirmSubscription operation returned by the service.
-
confirmSubscriptionAsync
Future<ConfirmSubscriptionResult> confirmSubscriptionAsync(ConfirmSubscriptionRequest confirmSubscriptionRequest, AsyncHandler<ConfirmSubscriptionRequest,ConfirmSubscriptionResult> asyncHandler)
Verifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an earlier
Subscribe
action. If the token is valid, the action creates a new subscription and returns its Amazon Resource Name (ARN). This call requires an AWS signature only when theAuthenticateOnUnsubscribe
flag is set to "true".- Parameters:
confirmSubscriptionRequest
- Input for ConfirmSubscription action.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the ConfirmSubscription operation returned by the service.
-
confirmSubscriptionAsync
Future<ConfirmSubscriptionResult> confirmSubscriptionAsync(String topicArn, String token, String authenticateOnUnsubscribe)
Simplified method form for invoking the ConfirmSubscription operation.
-
confirmSubscriptionAsync
Future<ConfirmSubscriptionResult> confirmSubscriptionAsync(String topicArn, String token, String authenticateOnUnsubscribe, AsyncHandler<ConfirmSubscriptionRequest,ConfirmSubscriptionResult> asyncHandler)
Simplified method form for invoking the ConfirmSubscription operation with an AsyncHandler.
-
confirmSubscriptionAsync
Future<ConfirmSubscriptionResult> confirmSubscriptionAsync(String topicArn, String token)
Simplified method form for invoking the ConfirmSubscription operation.
-
confirmSubscriptionAsync
Future<ConfirmSubscriptionResult> confirmSubscriptionAsync(String topicArn, String token, AsyncHandler<ConfirmSubscriptionRequest,ConfirmSubscriptionResult> asyncHandler)
Simplified method form for invoking the ConfirmSubscription operation with an AsyncHandler.
-
createPlatformApplicationAsync
Future<CreatePlatformApplicationResult> createPlatformApplicationAsync(CreatePlatformApplicationRequest createPlatformApplicationRequest)
Creates a platform application object for one of the supported push notification services, such as APNS and GCM, to which devices and mobile apps may register. You must specify PlatformPrincipal and PlatformCredential attributes when using the
CreatePlatformApplication
action. The PlatformPrincipal is received from the notification service. For APNS/APNS_SANDBOX, PlatformPrincipal is "SSL certificate". For GCM, PlatformPrincipal is not applicable. For ADM, PlatformPrincipal is "client id". The PlatformCredential is also received from the notification service. For APNS/APNS_SANDBOX, PlatformCredential is "private key". For GCM, PlatformCredential is "API key". For ADM, PlatformCredential is "client secret". The PlatformApplicationArn that is returned when usingCreatePlatformApplication
is then used as an attribute for theCreatePlatformEndpoint
action. For more information, see Using Amazon SNS Mobile Push Notifications.- Parameters:
createPlatformApplicationRequest
- Input for CreatePlatformApplication action.- Returns:
- A Java Future containing the result of the CreatePlatformApplication operation returned by the service.
-
createPlatformApplicationAsync
Future<CreatePlatformApplicationResult> createPlatformApplicationAsync(CreatePlatformApplicationRequest createPlatformApplicationRequest, AsyncHandler<CreatePlatformApplicationRequest,CreatePlatformApplicationResult> asyncHandler)
Creates a platform application object for one of the supported push notification services, such as APNS and GCM, to which devices and mobile apps may register. You must specify PlatformPrincipal and PlatformCredential attributes when using the
CreatePlatformApplication
action. The PlatformPrincipal is received from the notification service. For APNS/APNS_SANDBOX, PlatformPrincipal is "SSL certificate". For GCM, PlatformPrincipal is not applicable. For ADM, PlatformPrincipal is "client id". The PlatformCredential is also received from the notification service. For APNS/APNS_SANDBOX, PlatformCredential is "private key". For GCM, PlatformCredential is "API key". For ADM, PlatformCredential is "client secret". The PlatformApplicationArn that is returned when usingCreatePlatformApplication
is then used as an attribute for theCreatePlatformEndpoint
action. For more information, see Using Amazon SNS Mobile Push Notifications.- Parameters:
createPlatformApplicationRequest
- Input for CreatePlatformApplication action.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the CreatePlatformApplication operation returned by the service.
-
createPlatformEndpointAsync
Future<CreatePlatformEndpointResult> createPlatformEndpointAsync(CreatePlatformEndpointRequest createPlatformEndpointRequest)
Creates an endpoint for a device and mobile app on one of the supported push notification services, such as GCM and APNS.
CreatePlatformEndpoint
requires the PlatformApplicationArn that is returned fromCreatePlatformApplication
. The EndpointArn that is returned when usingCreatePlatformEndpoint
can then be used by thePublish
action to send a message to a mobile app or by theSubscribe
action for subscription to a topic. TheCreatePlatformEndpoint
action is idempotent, so if the requester already owns an endpoint with the same device token and attributes, that endpoint's ARN is returned without creating a new endpoint. For more information, see Using Amazon SNS Mobile Push Notifications.When using
CreatePlatformEndpoint
with Baidu, two attributes must be provided: ChannelId and UserId. The token field must also contain the ChannelId. For more information, see Creating an Amazon SNS Endpoint for Baidu.- Parameters:
createPlatformEndpointRequest
- Input for CreatePlatformEndpoint action.- Returns:
- A Java Future containing the result of the CreatePlatformEndpoint operation returned by the service.
-
createPlatformEndpointAsync
Future<CreatePlatformEndpointResult> createPlatformEndpointAsync(CreatePlatformEndpointRequest createPlatformEndpointRequest, AsyncHandler<CreatePlatformEndpointRequest,CreatePlatformEndpointResult> asyncHandler)
Creates an endpoint for a device and mobile app on one of the supported push notification services, such as GCM and APNS.
CreatePlatformEndpoint
requires the PlatformApplicationArn that is returned fromCreatePlatformApplication
. The EndpointArn that is returned when usingCreatePlatformEndpoint
can then be used by thePublish
action to send a message to a mobile app or by theSubscribe
action for subscription to a topic. TheCreatePlatformEndpoint
action is idempotent, so if the requester already owns an endpoint with the same device token and attributes, that endpoint's ARN is returned without creating a new endpoint. For more information, see Using Amazon SNS Mobile Push Notifications.When using
CreatePlatformEndpoint
with Baidu, two attributes must be provided: ChannelId and UserId. The token field must also contain the ChannelId. For more information, see Creating an Amazon SNS Endpoint for Baidu.- Parameters:
createPlatformEndpointRequest
- Input for CreatePlatformEndpoint action.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the CreatePlatformEndpoint operation returned by the service.
-
createTopicAsync
Future<CreateTopicResult> createTopicAsync(CreateTopicRequest createTopicRequest)
Creates a topic to which notifications can be published. Users can create at most 3000 topics. For more information, see http://aws.amazon.com/sns. This action is idempotent, so if the requester already owns a topic with the specified name, that topic's ARN is returned without creating a new topic.
- Parameters:
createTopicRequest
- Input for CreateTopic action.- Returns:
- A Java Future containing the result of the CreateTopic operation returned by the service.
-
createTopicAsync
Future<CreateTopicResult> createTopicAsync(CreateTopicRequest createTopicRequest, AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)
Creates a topic to which notifications can be published. Users can create at most 3000 topics. For more information, see http://aws.amazon.com/sns. This action is idempotent, so if the requester already owns a topic with the specified name, that topic's ARN is returned without creating a new topic.
- Parameters:
createTopicRequest
- Input for CreateTopic action.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the CreateTopic operation returned by the service.
-
createTopicAsync
Future<CreateTopicResult> createTopicAsync(String name)
Simplified method form for invoking the CreateTopic operation.- See Also:
createTopicAsync(CreateTopicRequest)
-
createTopicAsync
Future<CreateTopicResult> createTopicAsync(String name, AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)
Simplified method form for invoking the CreateTopic operation with an AsyncHandler.
-
deleteEndpointAsync
Future<DeleteEndpointResult> deleteEndpointAsync(DeleteEndpointRequest deleteEndpointRequest)
Deletes the endpoint from Amazon SNS. This action is idempotent. For more information, see Using Amazon SNS Mobile Push Notifications.
- Parameters:
deleteEndpointRequest
- Input for DeleteEndpoint action.- Returns:
- A Java Future containing the result of the DeleteEndpoint operation returned by the service.
-
deleteEndpointAsync
Future<DeleteEndpointResult> deleteEndpointAsync(DeleteEndpointRequest deleteEndpointRequest, AsyncHandler<DeleteEndpointRequest,DeleteEndpointResult> asyncHandler)
Deletes the endpoint from Amazon SNS. This action is idempotent. For more information, see Using Amazon SNS Mobile Push Notifications.
- Parameters:
deleteEndpointRequest
- Input for DeleteEndpoint action.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the DeleteEndpoint operation returned by the service.
-
deletePlatformApplicationAsync
Future<DeletePlatformApplicationResult> deletePlatformApplicationAsync(DeletePlatformApplicationRequest deletePlatformApplicationRequest)
Deletes a platform application object for one of the supported push notification services, such as APNS and GCM. For more information, see Using Amazon SNS Mobile Push Notifications.
- Parameters:
deletePlatformApplicationRequest
- Input for DeletePlatformApplication action.- Returns:
- A Java Future containing the result of the DeletePlatformApplication operation returned by the service.
-
deletePlatformApplicationAsync
Future<DeletePlatformApplicationResult> deletePlatformApplicationAsync(DeletePlatformApplicationRequest deletePlatformApplicationRequest, AsyncHandler<DeletePlatformApplicationRequest,DeletePlatformApplicationResult> asyncHandler)
Deletes a platform application object for one of the supported push notification services, such as APNS and GCM. For more information, see Using Amazon SNS Mobile Push Notifications.
- Parameters:
deletePlatformApplicationRequest
- Input for DeletePlatformApplication action.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the DeletePlatformApplication operation returned by the service.
-
deleteTopicAsync
Future<DeleteTopicResult> deleteTopicAsync(DeleteTopicRequest deleteTopicRequest)
Deletes a topic and all its subscriptions. Deleting a topic might prevent some messages previously sent to the topic from being delivered to subscribers. This action is idempotent, so deleting a topic that does not exist does not result in an error.
- Parameters:
deleteTopicRequest
-- Returns:
- A Java Future containing the result of the DeleteTopic operation returned by the service.
-
deleteTopicAsync
Future<DeleteTopicResult> deleteTopicAsync(DeleteTopicRequest deleteTopicRequest, AsyncHandler<DeleteTopicRequest,DeleteTopicResult> asyncHandler)
Deletes a topic and all its subscriptions. Deleting a topic might prevent some messages previously sent to the topic from being delivered to subscribers. This action is idempotent, so deleting a topic that does not exist does not result in an error.
- Parameters:
deleteTopicRequest
-asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the DeleteTopic operation returned by the service.
-
deleteTopicAsync
Future<DeleteTopicResult> deleteTopicAsync(String topicArn)
Simplified method form for invoking the DeleteTopic operation.- See Also:
deleteTopicAsync(DeleteTopicRequest)
-
deleteTopicAsync
Future<DeleteTopicResult> deleteTopicAsync(String topicArn, AsyncHandler<DeleteTopicRequest,DeleteTopicResult> asyncHandler)
Simplified method form for invoking the DeleteTopic operation with an AsyncHandler.
-
getEndpointAttributesAsync
Future<GetEndpointAttributesResult> getEndpointAttributesAsync(GetEndpointAttributesRequest getEndpointAttributesRequest)
Retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM and APNS. For more information, see Using Amazon SNS Mobile Push Notifications.
- Parameters:
getEndpointAttributesRequest
- Input for GetEndpointAttributes action.- Returns:
- A Java Future containing the result of the GetEndpointAttributes operation returned by the service.
-
getEndpointAttributesAsync
Future<GetEndpointAttributesResult> getEndpointAttributesAsync(GetEndpointAttributesRequest getEndpointAttributesRequest, AsyncHandler<GetEndpointAttributesRequest,GetEndpointAttributesResult> asyncHandler)
Retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM and APNS. For more information, see Using Amazon SNS Mobile Push Notifications.
- Parameters:
getEndpointAttributesRequest
- Input for GetEndpointAttributes action.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the GetEndpointAttributes operation returned by the service.
-
getPlatformApplicationAttributesAsync
Future<GetPlatformApplicationAttributesResult> getPlatformApplicationAttributesAsync(GetPlatformApplicationAttributesRequest getPlatformApplicationAttributesRequest)
Retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM. For more information, see Using Amazon SNS Mobile Push Notifications.
- Parameters:
getPlatformApplicationAttributesRequest
- Input for GetPlatformApplicationAttributes action.- Returns:
- A Java Future containing the result of the GetPlatformApplicationAttributes operation returned by the service.
-
getPlatformApplicationAttributesAsync
Future<GetPlatformApplicationAttributesResult> getPlatformApplicationAttributesAsync(GetPlatformApplicationAttributesRequest getPlatformApplicationAttributesRequest, AsyncHandler<GetPlatformApplicationAttributesRequest,GetPlatformApplicationAttributesResult> asyncHandler)
Retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM. For more information, see Using Amazon SNS Mobile Push Notifications.
- Parameters:
getPlatformApplicationAttributesRequest
- Input for GetPlatformApplicationAttributes action.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the GetPlatformApplicationAttributes operation returned by the service.
-
getSubscriptionAttributesAsync
Future<GetSubscriptionAttributesResult> getSubscriptionAttributesAsync(GetSubscriptionAttributesRequest getSubscriptionAttributesRequest)
Returns all of the properties of a subscription.
- Parameters:
getSubscriptionAttributesRequest
- Input for GetSubscriptionAttributes.- Returns:
- A Java Future containing the result of the GetSubscriptionAttributes operation returned by the service.
-
getSubscriptionAttributesAsync
Future<GetSubscriptionAttributesResult> getSubscriptionAttributesAsync(GetSubscriptionAttributesRequest getSubscriptionAttributesRequest, AsyncHandler<GetSubscriptionAttributesRequest,GetSubscriptionAttributesResult> asyncHandler)
Returns all of the properties of a subscription.
- Parameters:
getSubscriptionAttributesRequest
- Input for GetSubscriptionAttributes.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the GetSubscriptionAttributes operation returned by the service.
-
getSubscriptionAttributesAsync
Future<GetSubscriptionAttributesResult> getSubscriptionAttributesAsync(String subscriptionArn)
Simplified method form for invoking the GetSubscriptionAttributes operation.
-
getSubscriptionAttributesAsync
Future<GetSubscriptionAttributesResult> getSubscriptionAttributesAsync(String subscriptionArn, AsyncHandler<GetSubscriptionAttributesRequest,GetSubscriptionAttributesResult> asyncHandler)
Simplified method form for invoking the GetSubscriptionAttributes operation with an AsyncHandler.
-
getTopicAttributesAsync
Future<GetTopicAttributesResult> getTopicAttributesAsync(GetTopicAttributesRequest getTopicAttributesRequest)
Returns all of the properties of a topic. Topic properties returned might differ based on the authorization of the user.
- Parameters:
getTopicAttributesRequest
- Input for GetTopicAttributes action.- Returns:
- A Java Future containing the result of the GetTopicAttributes operation returned by the service.
-
getTopicAttributesAsync
Future<GetTopicAttributesResult> getTopicAttributesAsync(GetTopicAttributesRequest getTopicAttributesRequest, AsyncHandler<GetTopicAttributesRequest,GetTopicAttributesResult> asyncHandler)
Returns all of the properties of a topic. Topic properties returned might differ based on the authorization of the user.
- Parameters:
getTopicAttributesRequest
- Input for GetTopicAttributes action.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the GetTopicAttributes operation returned by the service.
-
getTopicAttributesAsync
Future<GetTopicAttributesResult> getTopicAttributesAsync(String topicArn)
Simplified method form for invoking the GetTopicAttributes operation.
-
getTopicAttributesAsync
Future<GetTopicAttributesResult> getTopicAttributesAsync(String topicArn, AsyncHandler<GetTopicAttributesRequest,GetTopicAttributesResult> asyncHandler)
Simplified method form for invoking the GetTopicAttributes operation with an AsyncHandler.
-
listEndpointsByPlatformApplicationAsync
Future<ListEndpointsByPlatformApplicationResult> listEndpointsByPlatformApplicationAsync(ListEndpointsByPlatformApplicationRequest listEndpointsByPlatformApplicationRequest)
Lists the endpoints and endpoint attributes for devices in a supported push notification service, such as GCM and APNS. The results for
ListEndpointsByPlatformApplication
are paginated and return a limited list of endpoints, up to 100. If additional records are available after the first page results, then a NextToken string will be returned. To receive the next page, you callListEndpointsByPlatformApplication
again using the NextToken string received from the previous call. When there are no more records to return, NextToken will be null. For more information, see Using Amazon SNS Mobile Push Notifications.- Parameters:
listEndpointsByPlatformApplicationRequest
- Input for ListEndpointsByPlatformApplication action.- Returns:
- A Java Future containing the result of the ListEndpointsByPlatformApplication operation returned by the service.
-
listEndpointsByPlatformApplicationAsync
Future<ListEndpointsByPlatformApplicationResult> listEndpointsByPlatformApplicationAsync(ListEndpointsByPlatformApplicationRequest listEndpointsByPlatformApplicationRequest, AsyncHandler<ListEndpointsByPlatformApplicationRequest,ListEndpointsByPlatformApplicationResult> asyncHandler)
Lists the endpoints and endpoint attributes for devices in a supported push notification service, such as GCM and APNS. The results for
ListEndpointsByPlatformApplication
are paginated and return a limited list of endpoints, up to 100. If additional records are available after the first page results, then a NextToken string will be returned. To receive the next page, you callListEndpointsByPlatformApplication
again using the NextToken string received from the previous call. When there are no more records to return, NextToken will be null. For more information, see Using Amazon SNS Mobile Push Notifications.- Parameters:
listEndpointsByPlatformApplicationRequest
- Input for ListEndpointsByPlatformApplication action.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the ListEndpointsByPlatformApplication operation returned by the service.
-
listPlatformApplicationsAsync
Future<ListPlatformApplicationsResult> listPlatformApplicationsAsync(ListPlatformApplicationsRequest listPlatformApplicationsRequest)
Lists the platform application objects for the supported push notification services, such as APNS and GCM. The results for
ListPlatformApplications
are paginated and return a limited list of applications, up to 100. If additional records are available after the first page results, then a NextToken string will be returned. To receive the next page, you callListPlatformApplications
using the NextToken string received from the previous call. When there are no more records to return, NextToken will be null. For more information, see Using Amazon SNS Mobile Push Notifications.- Parameters:
listPlatformApplicationsRequest
- Input for ListPlatformApplications action.- Returns:
- A Java Future containing the result of the ListPlatformApplications operation returned by the service.
-
listPlatformApplicationsAsync
Future<ListPlatformApplicationsResult> listPlatformApplicationsAsync(ListPlatformApplicationsRequest listPlatformApplicationsRequest, AsyncHandler<ListPlatformApplicationsRequest,ListPlatformApplicationsResult> asyncHandler)
Lists the platform application objects for the supported push notification services, such as APNS and GCM. The results for
ListPlatformApplications
are paginated and return a limited list of applications, up to 100. If additional records are available after the first page results, then a NextToken string will be returned. To receive the next page, you callListPlatformApplications
using the NextToken string received from the previous call. When there are no more records to return, NextToken will be null. For more information, see Using Amazon SNS Mobile Push Notifications.- Parameters:
listPlatformApplicationsRequest
- Input for ListPlatformApplications action.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the ListPlatformApplications operation returned by the service.
-
listPlatformApplicationsAsync
Future<ListPlatformApplicationsResult> listPlatformApplicationsAsync()
Simplified method form for invoking the ListPlatformApplications operation.
-
listPlatformApplicationsAsync
Future<ListPlatformApplicationsResult> listPlatformApplicationsAsync(AsyncHandler<ListPlatformApplicationsRequest,ListPlatformApplicationsResult> asyncHandler)
Simplified method form for invoking the ListPlatformApplications operation with an AsyncHandler.
-
listSubscriptionsAsync
Future<ListSubscriptionsResult> listSubscriptionsAsync(ListSubscriptionsRequest listSubscriptionsRequest)
Returns a list of the requester's subscriptions. Each call returns a limited list of subscriptions, up to 100. If there are more subscriptions, a
NextToken
is also returned. Use theNextToken
parameter in a newListSubscriptions
call to get further results.- Parameters:
listSubscriptionsRequest
- Input for ListSubscriptions action.- Returns:
- A Java Future containing the result of the ListSubscriptions operation returned by the service.
-
listSubscriptionsAsync
Future<ListSubscriptionsResult> listSubscriptionsAsync(ListSubscriptionsRequest listSubscriptionsRequest, AsyncHandler<ListSubscriptionsRequest,ListSubscriptionsResult> asyncHandler)
Returns a list of the requester's subscriptions. Each call returns a limited list of subscriptions, up to 100. If there are more subscriptions, a
NextToken
is also returned. Use theNextToken
parameter in a newListSubscriptions
call to get further results.- Parameters:
listSubscriptionsRequest
- Input for ListSubscriptions action.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the ListSubscriptions operation returned by the service.
-
listSubscriptionsAsync
Future<ListSubscriptionsResult> listSubscriptionsAsync()
Simplified method form for invoking the ListSubscriptions operation.
-
listSubscriptionsAsync
Future<ListSubscriptionsResult> listSubscriptionsAsync(AsyncHandler<ListSubscriptionsRequest,ListSubscriptionsResult> asyncHandler)
Simplified method form for invoking the ListSubscriptions operation with an AsyncHandler.
-
listSubscriptionsAsync
Future<ListSubscriptionsResult> listSubscriptionsAsync(String nextToken)
Simplified method form for invoking the ListSubscriptions operation.
-
listSubscriptionsAsync
Future<ListSubscriptionsResult> listSubscriptionsAsync(String nextToken, AsyncHandler<ListSubscriptionsRequest,ListSubscriptionsResult> asyncHandler)
Simplified method form for invoking the ListSubscriptions operation with an AsyncHandler.
-
listSubscriptionsByTopicAsync
Future<ListSubscriptionsByTopicResult> listSubscriptionsByTopicAsync(ListSubscriptionsByTopicRequest listSubscriptionsByTopicRequest)
Returns a list of the subscriptions to a specific topic. Each call returns a limited list of subscriptions, up to 100. If there are more subscriptions, a
NextToken
is also returned. Use theNextToken
parameter in a newListSubscriptionsByTopic
call to get further results.- Parameters:
listSubscriptionsByTopicRequest
- Input for ListSubscriptionsByTopic action.- Returns:
- A Java Future containing the result of the ListSubscriptionsByTopic operation returned by the service.
-
listSubscriptionsByTopicAsync
Future<ListSubscriptionsByTopicResult> listSubscriptionsByTopicAsync(ListSubscriptionsByTopicRequest listSubscriptionsByTopicRequest, AsyncHandler<ListSubscriptionsByTopicRequest,ListSubscriptionsByTopicResult> asyncHandler)
Returns a list of the subscriptions to a specific topic. Each call returns a limited list of subscriptions, up to 100. If there are more subscriptions, a
NextToken
is also returned. Use theNextToken
parameter in a newListSubscriptionsByTopic
call to get further results.- Parameters:
listSubscriptionsByTopicRequest
- Input for ListSubscriptionsByTopic action.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the ListSubscriptionsByTopic operation returned by the service.
-
listSubscriptionsByTopicAsync
Future<ListSubscriptionsByTopicResult> listSubscriptionsByTopicAsync(String topicArn)
Simplified method form for invoking the ListSubscriptionsByTopic operation.
-
listSubscriptionsByTopicAsync
Future<ListSubscriptionsByTopicResult> listSubscriptionsByTopicAsync(String topicArn, AsyncHandler<ListSubscriptionsByTopicRequest,ListSubscriptionsByTopicResult> asyncHandler)
Simplified method form for invoking the ListSubscriptionsByTopic operation with an AsyncHandler.
-
listSubscriptionsByTopicAsync
Future<ListSubscriptionsByTopicResult> listSubscriptionsByTopicAsync(String topicArn, String nextToken)
Simplified method form for invoking the ListSubscriptionsByTopic operation.
-
listSubscriptionsByTopicAsync
Future<ListSubscriptionsByTopicResult> listSubscriptionsByTopicAsync(String topicArn, String nextToken, AsyncHandler<ListSubscriptionsByTopicRequest,ListSubscriptionsByTopicResult> asyncHandler)
Simplified method form for invoking the ListSubscriptionsByTopic operation with an AsyncHandler.
-
listTopicsAsync
Future<ListTopicsResult> listTopicsAsync(ListTopicsRequest listTopicsRequest)
Returns a list of the requester's topics. Each call returns a limited list of topics, up to 100. If there are more topics, a
NextToken
is also returned. Use theNextToken
parameter in a newListTopics
call to get further results.- Parameters:
listTopicsRequest
-- Returns:
- A Java Future containing the result of the ListTopics operation returned by the service.
-
listTopicsAsync
Future<ListTopicsResult> listTopicsAsync(ListTopicsRequest listTopicsRequest, AsyncHandler<ListTopicsRequest,ListTopicsResult> asyncHandler)
Returns a list of the requester's topics. Each call returns a limited list of topics, up to 100. If there are more topics, a
NextToken
is also returned. Use theNextToken
parameter in a newListTopics
call to get further results.- Parameters:
listTopicsRequest
-asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the ListTopics operation returned by the service.
-
listTopicsAsync
Future<ListTopicsResult> listTopicsAsync()
Simplified method form for invoking the ListTopics operation.- See Also:
listTopicsAsync(ListTopicsRequest)
-
listTopicsAsync
Future<ListTopicsResult> listTopicsAsync(AsyncHandler<ListTopicsRequest,ListTopicsResult> asyncHandler)
Simplified method form for invoking the ListTopics operation with an AsyncHandler.
-
listTopicsAsync
Future<ListTopicsResult> listTopicsAsync(String nextToken)
Simplified method form for invoking the ListTopics operation.- See Also:
listTopicsAsync(ListTopicsRequest)
-
listTopicsAsync
Future<ListTopicsResult> listTopicsAsync(String nextToken, AsyncHandler<ListTopicsRequest,ListTopicsResult> asyncHandler)
Simplified method form for invoking the ListTopics operation with an AsyncHandler.
-
publishAsync
Future<PublishResult> publishAsync(PublishRequest publishRequest)
Sends a message to all of a topic's subscribed endpoints. When a
messageId
is returned, the message has been saved and Amazon SNS will attempt to deliver it to the topic's subscribers shortly. The format of the outgoing message to each subscribed endpoint depends on the notification protocol selected.To use the
Publish
action for sending a message to a mobile endpoint, such as an app on a Kindle device or mobile phone, you must specify the EndpointArn. The EndpointArn is returned when making a call with theCreatePlatformEndpoint
action. The second example below shows a request and response for publishing to a mobile endpoint.- Parameters:
publishRequest
- Input for Publish action.- Returns:
- A Java Future containing the result of the Publish operation returned by the service.
-
publishAsync
Future<PublishResult> publishAsync(PublishRequest publishRequest, AsyncHandler<PublishRequest,PublishResult> asyncHandler)
Sends a message to all of a topic's subscribed endpoints. When a
messageId
is returned, the message has been saved and Amazon SNS will attempt to deliver it to the topic's subscribers shortly. The format of the outgoing message to each subscribed endpoint depends on the notification protocol selected.To use the
Publish
action for sending a message to a mobile endpoint, such as an app on a Kindle device or mobile phone, you must specify the EndpointArn. The EndpointArn is returned when making a call with theCreatePlatformEndpoint
action. The second example below shows a request and response for publishing to a mobile endpoint.- Parameters:
publishRequest
- Input for Publish action.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the Publish operation returned by the service.
-
publishAsync
Future<PublishResult> publishAsync(String topicArn, String message)
Simplified method form for invoking the Publish operation.- See Also:
publishAsync(PublishRequest)
-
publishAsync
Future<PublishResult> publishAsync(String topicArn, String message, AsyncHandler<PublishRequest,PublishResult> asyncHandler)
Simplified method form for invoking the Publish operation with an AsyncHandler.
-
publishAsync
Future<PublishResult> publishAsync(String topicArn, String message, String subject)
Simplified method form for invoking the Publish operation.- See Also:
publishAsync(PublishRequest)
-
publishAsync
Future<PublishResult> publishAsync(String topicArn, String message, String subject, AsyncHandler<PublishRequest,PublishResult> asyncHandler)
Simplified method form for invoking the Publish operation with an AsyncHandler.
-
removePermissionAsync
Future<RemovePermissionResult> removePermissionAsync(RemovePermissionRequest removePermissionRequest)
Removes a statement from a topic's access control policy.
- Parameters:
removePermissionRequest
- Input for RemovePermission action.- Returns:
- A Java Future containing the result of the RemovePermission operation returned by the service.
-
removePermissionAsync
Future<RemovePermissionResult> removePermissionAsync(RemovePermissionRequest removePermissionRequest, AsyncHandler<RemovePermissionRequest,RemovePermissionResult> asyncHandler)
Removes a statement from a topic's access control policy.
- Parameters:
removePermissionRequest
- Input for RemovePermission action.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the RemovePermission operation returned by the service.
-
removePermissionAsync
Future<RemovePermissionResult> removePermissionAsync(String topicArn, String label)
Simplified method form for invoking the RemovePermission operation.
-
removePermissionAsync
Future<RemovePermissionResult> removePermissionAsync(String topicArn, String label, AsyncHandler<RemovePermissionRequest,RemovePermissionResult> asyncHandler)
Simplified method form for invoking the RemovePermission operation with an AsyncHandler.
-
setEndpointAttributesAsync
Future<SetEndpointAttributesResult> setEndpointAttributesAsync(SetEndpointAttributesRequest setEndpointAttributesRequest)
Sets the attributes for an endpoint for a device on one of the supported push notification services, such as GCM and APNS. For more information, see Using Amazon SNS Mobile Push Notifications.
- Parameters:
setEndpointAttributesRequest
- Input for SetEndpointAttributes action.- Returns:
- A Java Future containing the result of the SetEndpointAttributes operation returned by the service.
-
setEndpointAttributesAsync
Future<SetEndpointAttributesResult> setEndpointAttributesAsync(SetEndpointAttributesRequest setEndpointAttributesRequest, AsyncHandler<SetEndpointAttributesRequest,SetEndpointAttributesResult> asyncHandler)
Sets the attributes for an endpoint for a device on one of the supported push notification services, such as GCM and APNS. For more information, see Using Amazon SNS Mobile Push Notifications.
- Parameters:
setEndpointAttributesRequest
- Input for SetEndpointAttributes action.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the SetEndpointAttributes operation returned by the service.
-
setPlatformApplicationAttributesAsync
Future<SetPlatformApplicationAttributesResult> setPlatformApplicationAttributesAsync(SetPlatformApplicationAttributesRequest setPlatformApplicationAttributesRequest)
Sets the attributes of the platform application object for the supported push notification services, such as APNS and GCM. For more information, see Using Amazon SNS Mobile Push Notifications.
- Parameters:
setPlatformApplicationAttributesRequest
- Input for SetPlatformApplicationAttributes action.- Returns:
- A Java Future containing the result of the SetPlatformApplicationAttributes operation returned by the service.
-
setPlatformApplicationAttributesAsync
Future<SetPlatformApplicationAttributesResult> setPlatformApplicationAttributesAsync(SetPlatformApplicationAttributesRequest setPlatformApplicationAttributesRequest, AsyncHandler<SetPlatformApplicationAttributesRequest,SetPlatformApplicationAttributesResult> asyncHandler)
Sets the attributes of the platform application object for the supported push notification services, such as APNS and GCM. For more information, see Using Amazon SNS Mobile Push Notifications.
- Parameters:
setPlatformApplicationAttributesRequest
- Input for SetPlatformApplicationAttributes action.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the SetPlatformApplicationAttributes operation returned by the service.
-
setSubscriptionAttributesAsync
Future<SetSubscriptionAttributesResult> setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest)
Allows a subscription owner to set an attribute of the topic to a new value.
- Parameters:
setSubscriptionAttributesRequest
- Input for SetSubscriptionAttributes action.- Returns:
- A Java Future containing the result of the SetSubscriptionAttributes operation returned by the service.
-
setSubscriptionAttributesAsync
Future<SetSubscriptionAttributesResult> setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest, AsyncHandler<SetSubscriptionAttributesRequest,SetSubscriptionAttributesResult> asyncHandler)
Allows a subscription owner to set an attribute of the topic to a new value.
- Parameters:
setSubscriptionAttributesRequest
- Input for SetSubscriptionAttributes action.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the SetSubscriptionAttributes operation returned by the service.
-
setSubscriptionAttributesAsync
Future<SetSubscriptionAttributesResult> setSubscriptionAttributesAsync(String subscriptionArn, String attributeName, String attributeValue)
Simplified method form for invoking the SetSubscriptionAttributes operation.
-
setSubscriptionAttributesAsync
Future<SetSubscriptionAttributesResult> setSubscriptionAttributesAsync(String subscriptionArn, String attributeName, String attributeValue, AsyncHandler<SetSubscriptionAttributesRequest,SetSubscriptionAttributesResult> asyncHandler)
Simplified method form for invoking the SetSubscriptionAttributes operation with an AsyncHandler.
-
setTopicAttributesAsync
Future<SetTopicAttributesResult> setTopicAttributesAsync(SetTopicAttributesRequest setTopicAttributesRequest)
Allows a topic owner to set an attribute of the topic to a new value.
- Parameters:
setTopicAttributesRequest
- Input for SetTopicAttributes action.- Returns:
- A Java Future containing the result of the SetTopicAttributes operation returned by the service.
-
setTopicAttributesAsync
Future<SetTopicAttributesResult> setTopicAttributesAsync(SetTopicAttributesRequest setTopicAttributesRequest, AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)
Allows a topic owner to set an attribute of the topic to a new value.
- Parameters:
setTopicAttributesRequest
- Input for SetTopicAttributes action.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the SetTopicAttributes operation returned by the service.
-
setTopicAttributesAsync
Future<SetTopicAttributesResult> setTopicAttributesAsync(String topicArn, String attributeName, String attributeValue)
Simplified method form for invoking the SetTopicAttributes operation.
-
setTopicAttributesAsync
Future<SetTopicAttributesResult> setTopicAttributesAsync(String topicArn, String attributeName, String attributeValue, AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)
Simplified method form for invoking the SetTopicAttributes operation with an AsyncHandler.
-
subscribeAsync
Future<SubscribeResult> subscribeAsync(SubscribeRequest subscribeRequest)
Prepares to subscribe an endpoint by sending the endpoint a confirmation message. To actually create a subscription, the endpoint owner must call the
ConfirmSubscription
action with the token from the confirmation message. Confirmation tokens are valid for three days.- Parameters:
subscribeRequest
- Input for Subscribe action.- Returns:
- A Java Future containing the result of the Subscribe operation returned by the service.
-
subscribeAsync
Future<SubscribeResult> subscribeAsync(SubscribeRequest subscribeRequest, AsyncHandler<SubscribeRequest,SubscribeResult> asyncHandler)
Prepares to subscribe an endpoint by sending the endpoint a confirmation message. To actually create a subscription, the endpoint owner must call the
ConfirmSubscription
action with the token from the confirmation message. Confirmation tokens are valid for three days.- Parameters:
subscribeRequest
- Input for Subscribe action.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the Subscribe operation returned by the service.
-
subscribeAsync
Future<SubscribeResult> subscribeAsync(String topicArn, String protocol, String endpoint)
Simplified method form for invoking the Subscribe operation.- See Also:
subscribeAsync(SubscribeRequest)
-
subscribeAsync
Future<SubscribeResult> subscribeAsync(String topicArn, String protocol, String endpoint, AsyncHandler<SubscribeRequest,SubscribeResult> asyncHandler)
Simplified method form for invoking the Subscribe operation with an AsyncHandler.
-
unsubscribeAsync
Future<UnsubscribeResult> unsubscribeAsync(UnsubscribeRequest unsubscribeRequest)
Deletes a subscription. If the subscription requires authentication for deletion, only the owner of the subscription or the topic's owner can unsubscribe, and an AWS signature is required. If the
Unsubscribe
call does not require authentication and the requester is not the subscription owner, a final cancellation message is delivered to the endpoint, so that the endpoint owner can easily resubscribe to the topic if theUnsubscribe
request was unintended.- Parameters:
unsubscribeRequest
- Input for Unsubscribe action.- Returns:
- A Java Future containing the result of the Unsubscribe operation returned by the service.
-
unsubscribeAsync
Future<UnsubscribeResult> unsubscribeAsync(UnsubscribeRequest unsubscribeRequest, AsyncHandler<UnsubscribeRequest,UnsubscribeResult> asyncHandler)
Deletes a subscription. If the subscription requires authentication for deletion, only the owner of the subscription or the topic's owner can unsubscribe, and an AWS signature is required. If the
Unsubscribe
call does not require authentication and the requester is not the subscription owner, a final cancellation message is delivered to the endpoint, so that the endpoint owner can easily resubscribe to the topic if theUnsubscribe
request was unintended.- Parameters:
unsubscribeRequest
- Input for Unsubscribe action.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the Unsubscribe operation returned by the service.
-
unsubscribeAsync
Future<UnsubscribeResult> unsubscribeAsync(String subscriptionArn)
Simplified method form for invoking the Unsubscribe operation.- See Also:
unsubscribeAsync(UnsubscribeRequest)
-
unsubscribeAsync
Future<UnsubscribeResult> unsubscribeAsync(String subscriptionArn, AsyncHandler<UnsubscribeRequest,UnsubscribeResult> asyncHandler)
Simplified method form for invoking the Unsubscribe operation with an AsyncHandler.
-
-