Class AmazonSNSAsyncClient
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceClient
-
- com.amazonaws.services.sns.AmazonSNSClient
-
- com.amazonaws.services.sns.AmazonSNSAsyncClient
-
- All Implemented Interfaces:
AmazonSNS
,AmazonSNSAsync
@ThreadSafe public class AmazonSNSAsyncClient extends AmazonSNSClient implements AmazonSNSAsync
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.
-
-
Field Summary
-
Fields inherited from class com.amazonaws.services.sns.AmazonSNSClient
configFactory, exceptionUnmarshallers
-
Fields inherited from class com.amazonaws.AmazonWebServiceClient
client, clientConfiguration, endpoint, LOGGING_AWS_REQUEST_METRIC, requestHandler2s, timeOffset
-
-
Constructor Summary
Constructors Constructor Description AmazonSNSAsyncClient()
Constructs a new asynchronous client to invoke service methods on Amazon SNS.AmazonSNSAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on Amazon SNS using the specified AWS account credentials.AmazonSNSAsyncClient(AWSCredentialsProvider awsCredentialsProvider)
Constructs a new asynchronous client to invoke service methods on Amazon SNS using the specified AWS account credentials provider.AmazonSNSAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
Constructs a new asynchronous client to invoke service methods on Amazon SNS using the provided AWS account credentials provider and client configuration options.AmazonSNSAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon SNS using the specified AWS account credentials provider, executor service, and client configuration options.AmazonSNSAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon SNS using the specified AWS account credentials provider and executor service.AmazonSNSAsyncClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration, ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon SNS using the specified AWS account credentials, executor service, and client configuration options.AmazonSNSAsyncClient(AWSCredentials awsCredentials, ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon SNS using the specified AWS account credentials and executor service.AmazonSNSAsyncClient(ClientConfiguration clientConfiguration)
Constructs a new asynchronous client to invoke service methods on Amazon SNS.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Future<AddPermissionResult>
addPermissionAsync(AddPermissionRequest request)
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 request, 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 request)
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 request, 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 request)
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 request, 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 request)
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 request, 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 request)
Creates a topic to which notifications can be published.Future<CreateTopicResult>
createTopicAsync(CreateTopicRequest request, 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 request)
Deletes the endpoint from Amazon SNS.Future<DeleteEndpointResult>
deleteEndpointAsync(DeleteEndpointRequest request, AsyncHandler<DeleteEndpointRequest,DeleteEndpointResult> asyncHandler)
Deletes the endpoint from Amazon SNS.Future<DeletePlatformApplicationResult>
deletePlatformApplicationAsync(DeletePlatformApplicationRequest request)
Deletes a platform application object for one of the supported push notification services, such as APNS and GCM.Future<DeletePlatformApplicationResult>
deletePlatformApplicationAsync(DeletePlatformApplicationRequest request, 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 request)
Deletes a topic and all its subscriptions.Future<DeleteTopicResult>
deleteTopicAsync(DeleteTopicRequest request, 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 request)
Retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM and APNS.Future<GetEndpointAttributesResult>
getEndpointAttributesAsync(GetEndpointAttributesRequest request, AsyncHandler<GetEndpointAttributesRequest,GetEndpointAttributesResult> asyncHandler)
Retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM and APNS.ExecutorService
getExecutorService()
Returns the executor service used by this client to execute async requests.Future<GetPlatformApplicationAttributesResult>
getPlatformApplicationAttributesAsync(GetPlatformApplicationAttributesRequest request)
Retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM.Future<GetPlatformApplicationAttributesResult>
getPlatformApplicationAttributesAsync(GetPlatformApplicationAttributesRequest request, 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 request)
Returns all of the properties of a subscription.Future<GetSubscriptionAttributesResult>
getSubscriptionAttributesAsync(GetSubscriptionAttributesRequest request, 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 request)
Returns all of the properties of a topic.Future<GetTopicAttributesResult>
getTopicAttributesAsync(GetTopicAttributesRequest request, 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 request)
Lists the endpoints and endpoint attributes for devices in a supported push notification service, such as GCM and APNS.Future<ListEndpointsByPlatformApplicationResult>
listEndpointsByPlatformApplicationAsync(ListEndpointsByPlatformApplicationRequest request, 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 request)
Lists the platform application objects for the supported push notification services, such as APNS and GCM.Future<ListPlatformApplicationsResult>
listPlatformApplicationsAsync(ListPlatformApplicationsRequest request, 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 request)
Returns a list of the requester's subscriptions.Future<ListSubscriptionsResult>
listSubscriptionsAsync(ListSubscriptionsRequest request, 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 request)
Returns a list of the subscriptions to a specific topic.Future<ListSubscriptionsByTopicResult>
listSubscriptionsByTopicAsync(ListSubscriptionsByTopicRequest request, 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 request)
Returns a list of the requester's topics.Future<ListTopicsResult>
listTopicsAsync(ListTopicsRequest request, 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 request)
Sends a message to all of a topic's subscribed endpoints.Future<PublishResult>
publishAsync(PublishRequest request, 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 request)
Removes a statement from a topic's access control policy.Future<RemovePermissionResult>
removePermissionAsync(RemovePermissionRequest request, 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 request)
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 request, 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 request)
Sets the attributes of the platform application object for the supported push notification services, such as APNS and GCM.Future<SetPlatformApplicationAttributesResult>
setPlatformApplicationAttributesAsync(SetPlatformApplicationAttributesRequest request, 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 request)
Allows a subscription owner to set an attribute of the topic to a new value.Future<SetSubscriptionAttributesResult>
setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest request, 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 request)
Allows a topic owner to set an attribute of the topic to a new value.Future<SetTopicAttributesResult>
setTopicAttributesAsync(SetTopicAttributesRequest request, 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.void
shutdown()
Shuts down the client, releasing all managed resources.Future<SubscribeResult>
subscribeAsync(SubscribeRequest request)
Prepares to subscribe an endpoint by sending the endpoint a confirmation message.Future<SubscribeResult>
subscribeAsync(SubscribeRequest request, 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 request)
Deletes a subscription.Future<UnsubscribeResult>
unsubscribeAsync(UnsubscribeRequest request, 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 class com.amazonaws.services.sns.AmazonSNSClient
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, setEndpointAttributes, setPlatformApplicationAttributes, setSubscriptionAttributes, setSubscriptionAttributes, setTopicAttributes, setTopicAttributes, subscribe, subscribe, unsubscribe, unsubscribe
-
Methods inherited from class com.amazonaws.AmazonWebServiceClient
addRequestHandler, addRequestHandler, beforeMarshalling, configureRegion, createExecutionContext, createExecutionContext, createExecutionContext, endClientExecution, endClientExecution, findRequestMetricCollector, getEndpointPrefix, getRequestMetricsCollector, getServiceAbbreviation, getServiceName, getServiceNameIntern, getSigner, getSignerByURI, getSignerRegionOverride, getTimeOffset, isProfilingEnabled, isRequestMetricsEnabled, removeRequestHandler, removeRequestHandler, requestMetricCollector, setEndpoint, setEndpointPrefix, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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, subscribe, subscribe, unsubscribe, unsubscribe
-
-
-
-
Constructor Detail
-
AmazonSNSAsyncClient
public AmazonSNSAsyncClient()
Constructs a new asynchronous client to invoke service methods on Amazon SNS. A credentials provider chain will be used that searches for credentials in this order:- Environment Variables - AWS_ACCESS_KEY_ID and AWS_SECRET_KEY
- Java System Properties - aws.accessKeyId and aws.secretKey
- Credential profiles file at the default location (~/.aws/credentials) shared by all AWS SDKs and the AWS CLI
- Instance profile credentials delivered through the Amazon EC2 metadata service
Asynchronous methods are delegated to a fixed-size thread pool containing 50 threads (to match the default maximum number of concurrent connections to the service).
-
AmazonSNSAsyncClient
public AmazonSNSAsyncClient(ClientConfiguration clientConfiguration)
Constructs a new asynchronous client to invoke service methods on Amazon SNS. A credentials provider chain will be used that searches for credentials in this order:- Environment Variables - AWS_ACCESS_KEY_ID and AWS_SECRET_KEY
- Java System Properties - aws.accessKeyId and aws.secretKey
- Credential profiles file at the default location (~/.aws/credentials) shared by all AWS SDKs and the AWS CLI
- Instance profile credentials delivered through the Amazon EC2 metadata service
Asynchronous methods are delegated to a fixed-size thread pool containing a number of threads equal to the maximum number of concurrent connections configured via
ClientConfiguration.getMaxConnections()
.- Parameters:
clientConfiguration
- The client configuration options controlling how this client connects to Amazon SNS (ex: proxy settings, retry counts, etc).- See Also:
DefaultAWSCredentialsProviderChain
,Executors.newFixedThreadPool(int)
-
AmazonSNSAsyncClient
public AmazonSNSAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on Amazon SNS using the specified AWS account credentials.Asynchronous methods are delegated to a fixed-size thread pool containing 50 threads (to match the default maximum number of concurrent connections to the service).
- Parameters:
awsCredentials
- The AWS credentials (access key ID and secret key) to use when authenticating with AWS services.- See Also:
Executors.newFixedThreadPool(int)
-
AmazonSNSAsyncClient
public AmazonSNSAsyncClient(AWSCredentials awsCredentials, ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon SNS using the specified AWS account credentials and executor service. Default client settings will be used.- Parameters:
awsCredentials
- The AWS credentials (access key ID and secret key) to use when authenticating with AWS services.executorService
- The executor service by which all asynchronous requests will be executed.
-
AmazonSNSAsyncClient
public AmazonSNSAsyncClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration, ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon SNS using the specified AWS account credentials, executor service, and client configuration options.- Parameters:
awsCredentials
- The AWS credentials (access key ID and secret key) to use when authenticating with AWS services.clientConfiguration
- Client configuration options (ex: max retry limit, proxy settings, etc).executorService
- The executor service by which all asynchronous requests will be executed.
-
AmazonSNSAsyncClient
public AmazonSNSAsyncClient(AWSCredentialsProvider awsCredentialsProvider)
Constructs a new asynchronous client to invoke service methods on Amazon SNS using the specified AWS account credentials provider. Default client settings will be used.Asynchronous methods are delegated to a fixed-size thread pool containing 50 threads (to match the default maximum number of concurrent connections to the service).
- Parameters:
awsCredentialsProvider
- The AWS credentials provider which will provide credentials to authenticate requests with AWS services.- See Also:
Executors.newFixedThreadPool(int)
-
AmazonSNSAsyncClient
public AmazonSNSAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
Constructs a new asynchronous client to invoke service methods on Amazon SNS using the provided AWS account credentials provider and client configuration options.Asynchronous methods are delegated to a fixed-size thread pool containing a number of threads equal to the maximum number of concurrent connections configured via
ClientConfiguration.getMaxConnections()
.- Parameters:
awsCredentialsProvider
- The AWS credentials provider which will provide credentials to authenticate requests with AWS services.clientConfiguration
- Client configuration options (ex: max retry limit, proxy settings, etc).- See Also:
DefaultAWSCredentialsProviderChain
,Executors.newFixedThreadPool(int)
-
AmazonSNSAsyncClient
public AmazonSNSAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon SNS using the specified AWS account credentials provider and executor service. Default client settings will be used.- Parameters:
awsCredentialsProvider
- The AWS credentials provider which will provide credentials to authenticate requests with AWS services.executorService
- The executor service by which all asynchronous requests will be executed.
-
AmazonSNSAsyncClient
public AmazonSNSAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon SNS using the specified AWS account credentials provider, executor service, and client configuration options.- Parameters:
awsCredentialsProvider
- The AWS credentials provider which will provide credentials to authenticate requests with AWS services.clientConfiguration
- Client configuration options (ex: max retry limit, proxy settings, etc).executorService
- The executor service by which all asynchronous requests will be executed.
-
-
Method Detail
-
getExecutorService
public ExecutorService getExecutorService()
Returns the executor service used by this client to execute async requests.- Returns:
- The executor service used by this client to execute async requests.
-
addPermissionAsync
public Future<AddPermissionResult> addPermissionAsync(AddPermissionRequest request)
Description copied from interface:AmazonSNSAsync
Adds a statement to a topic's access control policy, granting access for the specified AWS accounts to the specified actions.
- Specified by:
addPermissionAsync
in interfaceAmazonSNSAsync
- Returns:
- A Java Future containing the result of the AddPermission operation returned by the service.
-
addPermissionAsync
public Future<AddPermissionResult> addPermissionAsync(AddPermissionRequest request, AsyncHandler<AddPermissionRequest,AddPermissionResult> asyncHandler)
Description copied from interface:AmazonSNSAsync
Adds a statement to a topic's access control policy, granting access for the specified AWS accounts to the specified actions.
- Specified by:
addPermissionAsync
in interfaceAmazonSNSAsync
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
public Future<AddPermissionResult> addPermissionAsync(String topicArn, String label, List<String> aWSAccountIds, List<String> actionNames)
Simplified method form for invoking the AddPermission operation.- Specified by:
addPermissionAsync
in interfaceAmazonSNSAsync
- See Also:
addPermissionAsync(AddPermissionRequest)
-
addPermissionAsync
public 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.- Specified by:
addPermissionAsync
in interfaceAmazonSNSAsync
- See Also:
addPermissionAsync(AddPermissionRequest, com.amazonaws.handlers.AsyncHandler)
-
confirmSubscriptionAsync
public Future<ConfirmSubscriptionResult> confirmSubscriptionAsync(ConfirmSubscriptionRequest request)
Description copied from interface:AmazonSNSAsync
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".- Specified by:
confirmSubscriptionAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- Input for ConfirmSubscription action.- Returns:
- A Java Future containing the result of the ConfirmSubscription operation returned by the service.
-
confirmSubscriptionAsync
public Future<ConfirmSubscriptionResult> confirmSubscriptionAsync(ConfirmSubscriptionRequest request, AsyncHandler<ConfirmSubscriptionRequest,ConfirmSubscriptionResult> asyncHandler)
Description copied from interface:AmazonSNSAsync
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".- Specified by:
confirmSubscriptionAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- 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
public Future<ConfirmSubscriptionResult> confirmSubscriptionAsync(String topicArn, String token, String authenticateOnUnsubscribe)
Simplified method form for invoking the ConfirmSubscription operation.- Specified by:
confirmSubscriptionAsync
in interfaceAmazonSNSAsync
- See Also:
confirmSubscriptionAsync(ConfirmSubscriptionRequest)
-
confirmSubscriptionAsync
public Future<ConfirmSubscriptionResult> confirmSubscriptionAsync(String topicArn, String token, String authenticateOnUnsubscribe, AsyncHandler<ConfirmSubscriptionRequest,ConfirmSubscriptionResult> asyncHandler)
Simplified method form for invoking the ConfirmSubscription operation with an AsyncHandler.- Specified by:
confirmSubscriptionAsync
in interfaceAmazonSNSAsync
- See Also:
confirmSubscriptionAsync(ConfirmSubscriptionRequest, com.amazonaws.handlers.AsyncHandler)
-
confirmSubscriptionAsync
public Future<ConfirmSubscriptionResult> confirmSubscriptionAsync(String topicArn, String token)
Simplified method form for invoking the ConfirmSubscription operation.- Specified by:
confirmSubscriptionAsync
in interfaceAmazonSNSAsync
- See Also:
confirmSubscriptionAsync(ConfirmSubscriptionRequest)
-
confirmSubscriptionAsync
public Future<ConfirmSubscriptionResult> confirmSubscriptionAsync(String topicArn, String token, AsyncHandler<ConfirmSubscriptionRequest,ConfirmSubscriptionResult> asyncHandler)
Simplified method form for invoking the ConfirmSubscription operation with an AsyncHandler.- Specified by:
confirmSubscriptionAsync
in interfaceAmazonSNSAsync
- See Also:
confirmSubscriptionAsync(ConfirmSubscriptionRequest, com.amazonaws.handlers.AsyncHandler)
-
createPlatformApplicationAsync
public Future<CreatePlatformApplicationResult> createPlatformApplicationAsync(CreatePlatformApplicationRequest request)
Description copied from interface:AmazonSNSAsync
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.- Specified by:
createPlatformApplicationAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- Input for CreatePlatformApplication action.- Returns:
- A Java Future containing the result of the CreatePlatformApplication operation returned by the service.
-
createPlatformApplicationAsync
public Future<CreatePlatformApplicationResult> createPlatformApplicationAsync(CreatePlatformApplicationRequest request, AsyncHandler<CreatePlatformApplicationRequest,CreatePlatformApplicationResult> asyncHandler)
Description copied from interface:AmazonSNSAsync
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.- Specified by:
createPlatformApplicationAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- 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
public Future<CreatePlatformEndpointResult> createPlatformEndpointAsync(CreatePlatformEndpointRequest request)
Description copied from interface:AmazonSNSAsync
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.- Specified by:
createPlatformEndpointAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- Input for CreatePlatformEndpoint action.- Returns:
- A Java Future containing the result of the CreatePlatformEndpoint operation returned by the service.
-
createPlatformEndpointAsync
public Future<CreatePlatformEndpointResult> createPlatformEndpointAsync(CreatePlatformEndpointRequest request, AsyncHandler<CreatePlatformEndpointRequest,CreatePlatformEndpointResult> asyncHandler)
Description copied from interface:AmazonSNSAsync
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.- Specified by:
createPlatformEndpointAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- 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
public Future<CreateTopicResult> createTopicAsync(CreateTopicRequest request)
Description copied from interface:AmazonSNSAsync
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.
- Specified by:
createTopicAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- Input for CreateTopic action.- Returns:
- A Java Future containing the result of the CreateTopic operation returned by the service.
-
createTopicAsync
public Future<CreateTopicResult> createTopicAsync(CreateTopicRequest request, AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)
Description copied from interface:AmazonSNSAsync
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.
- Specified by:
createTopicAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- 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
public Future<CreateTopicResult> createTopicAsync(String name)
Simplified method form for invoking the CreateTopic operation.- Specified by:
createTopicAsync
in interfaceAmazonSNSAsync
- See Also:
createTopicAsync(CreateTopicRequest)
-
createTopicAsync
public Future<CreateTopicResult> createTopicAsync(String name, AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)
Simplified method form for invoking the CreateTopic operation with an AsyncHandler.- Specified by:
createTopicAsync
in interfaceAmazonSNSAsync
- See Also:
createTopicAsync(CreateTopicRequest, com.amazonaws.handlers.AsyncHandler)
-
deleteEndpointAsync
public Future<DeleteEndpointResult> deleteEndpointAsync(DeleteEndpointRequest request)
Description copied from interface:AmazonSNSAsync
Deletes the endpoint from Amazon SNS. This action is idempotent. For more information, see Using Amazon SNS Mobile Push Notifications.
- Specified by:
deleteEndpointAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- Input for DeleteEndpoint action.- Returns:
- A Java Future containing the result of the DeleteEndpoint operation returned by the service.
-
deleteEndpointAsync
public Future<DeleteEndpointResult> deleteEndpointAsync(DeleteEndpointRequest request, AsyncHandler<DeleteEndpointRequest,DeleteEndpointResult> asyncHandler)
Description copied from interface:AmazonSNSAsync
Deletes the endpoint from Amazon SNS. This action is idempotent. For more information, see Using Amazon SNS Mobile Push Notifications.
- Specified by:
deleteEndpointAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- 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
public Future<DeletePlatformApplicationResult> deletePlatformApplicationAsync(DeletePlatformApplicationRequest request)
Description copied from interface:AmazonSNSAsync
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.
- Specified by:
deletePlatformApplicationAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- Input for DeletePlatformApplication action.- Returns:
- A Java Future containing the result of the DeletePlatformApplication operation returned by the service.
-
deletePlatformApplicationAsync
public Future<DeletePlatformApplicationResult> deletePlatformApplicationAsync(DeletePlatformApplicationRequest request, AsyncHandler<DeletePlatformApplicationRequest,DeletePlatformApplicationResult> asyncHandler)
Description copied from interface:AmazonSNSAsync
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.
- Specified by:
deletePlatformApplicationAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- 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
public Future<DeleteTopicResult> deleteTopicAsync(DeleteTopicRequest request)
Description copied from interface:AmazonSNSAsync
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.
- Specified by:
deleteTopicAsync
in interfaceAmazonSNSAsync
- Returns:
- A Java Future containing the result of the DeleteTopic operation returned by the service.
-
deleteTopicAsync
public Future<DeleteTopicResult> deleteTopicAsync(DeleteTopicRequest request, AsyncHandler<DeleteTopicRequest,DeleteTopicResult> asyncHandler)
Description copied from interface:AmazonSNSAsync
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.
- Specified by:
deleteTopicAsync
in interfaceAmazonSNSAsync
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
public Future<DeleteTopicResult> deleteTopicAsync(String topicArn)
Simplified method form for invoking the DeleteTopic operation.- Specified by:
deleteTopicAsync
in interfaceAmazonSNSAsync
- See Also:
deleteTopicAsync(DeleteTopicRequest)
-
deleteTopicAsync
public Future<DeleteTopicResult> deleteTopicAsync(String topicArn, AsyncHandler<DeleteTopicRequest,DeleteTopicResult> asyncHandler)
Simplified method form for invoking the DeleteTopic operation with an AsyncHandler.- Specified by:
deleteTopicAsync
in interfaceAmazonSNSAsync
- See Also:
deleteTopicAsync(DeleteTopicRequest, com.amazonaws.handlers.AsyncHandler)
-
getEndpointAttributesAsync
public Future<GetEndpointAttributesResult> getEndpointAttributesAsync(GetEndpointAttributesRequest request)
Description copied from interface:AmazonSNSAsync
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.
- Specified by:
getEndpointAttributesAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- Input for GetEndpointAttributes action.- Returns:
- A Java Future containing the result of the GetEndpointAttributes operation returned by the service.
-
getEndpointAttributesAsync
public Future<GetEndpointAttributesResult> getEndpointAttributesAsync(GetEndpointAttributesRequest request, AsyncHandler<GetEndpointAttributesRequest,GetEndpointAttributesResult> asyncHandler)
Description copied from interface:AmazonSNSAsync
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.
- Specified by:
getEndpointAttributesAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- 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
public Future<GetPlatformApplicationAttributesResult> getPlatformApplicationAttributesAsync(GetPlatformApplicationAttributesRequest request)
Description copied from interface:AmazonSNSAsync
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.
- Specified by:
getPlatformApplicationAttributesAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- Input for GetPlatformApplicationAttributes action.- Returns:
- A Java Future containing the result of the GetPlatformApplicationAttributes operation returned by the service.
-
getPlatformApplicationAttributesAsync
public Future<GetPlatformApplicationAttributesResult> getPlatformApplicationAttributesAsync(GetPlatformApplicationAttributesRequest request, AsyncHandler<GetPlatformApplicationAttributesRequest,GetPlatformApplicationAttributesResult> asyncHandler)
Description copied from interface:AmazonSNSAsync
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.
- Specified by:
getPlatformApplicationAttributesAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- 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
public Future<GetSubscriptionAttributesResult> getSubscriptionAttributesAsync(GetSubscriptionAttributesRequest request)
Description copied from interface:AmazonSNSAsync
Returns all of the properties of a subscription.
- Specified by:
getSubscriptionAttributesAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- Input for GetSubscriptionAttributes.- Returns:
- A Java Future containing the result of the GetSubscriptionAttributes operation returned by the service.
-
getSubscriptionAttributesAsync
public Future<GetSubscriptionAttributesResult> getSubscriptionAttributesAsync(GetSubscriptionAttributesRequest request, AsyncHandler<GetSubscriptionAttributesRequest,GetSubscriptionAttributesResult> asyncHandler)
Description copied from interface:AmazonSNSAsync
Returns all of the properties of a subscription.
- Specified by:
getSubscriptionAttributesAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- 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
public Future<GetSubscriptionAttributesResult> getSubscriptionAttributesAsync(String subscriptionArn)
Simplified method form for invoking the GetSubscriptionAttributes operation.- Specified by:
getSubscriptionAttributesAsync
in interfaceAmazonSNSAsync
- See Also:
getSubscriptionAttributesAsync(GetSubscriptionAttributesRequest)
-
getSubscriptionAttributesAsync
public Future<GetSubscriptionAttributesResult> getSubscriptionAttributesAsync(String subscriptionArn, AsyncHandler<GetSubscriptionAttributesRequest,GetSubscriptionAttributesResult> asyncHandler)
Simplified method form for invoking the GetSubscriptionAttributes operation with an AsyncHandler.- Specified by:
getSubscriptionAttributesAsync
in interfaceAmazonSNSAsync
- See Also:
getSubscriptionAttributesAsync(GetSubscriptionAttributesRequest, com.amazonaws.handlers.AsyncHandler)
-
getTopicAttributesAsync
public Future<GetTopicAttributesResult> getTopicAttributesAsync(GetTopicAttributesRequest request)
Description copied from interface:AmazonSNSAsync
Returns all of the properties of a topic. Topic properties returned might differ based on the authorization of the user.
- Specified by:
getTopicAttributesAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- Input for GetTopicAttributes action.- Returns:
- A Java Future containing the result of the GetTopicAttributes operation returned by the service.
-
getTopicAttributesAsync
public Future<GetTopicAttributesResult> getTopicAttributesAsync(GetTopicAttributesRequest request, AsyncHandler<GetTopicAttributesRequest,GetTopicAttributesResult> asyncHandler)
Description copied from interface:AmazonSNSAsync
Returns all of the properties of a topic. Topic properties returned might differ based on the authorization of the user.
- Specified by:
getTopicAttributesAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- 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
public Future<GetTopicAttributesResult> getTopicAttributesAsync(String topicArn)
Simplified method form for invoking the GetTopicAttributes operation.- Specified by:
getTopicAttributesAsync
in interfaceAmazonSNSAsync
- See Also:
getTopicAttributesAsync(GetTopicAttributesRequest)
-
getTopicAttributesAsync
public Future<GetTopicAttributesResult> getTopicAttributesAsync(String topicArn, AsyncHandler<GetTopicAttributesRequest,GetTopicAttributesResult> asyncHandler)
Simplified method form for invoking the GetTopicAttributes operation with an AsyncHandler.- Specified by:
getTopicAttributesAsync
in interfaceAmazonSNSAsync
- See Also:
getTopicAttributesAsync(GetTopicAttributesRequest, com.amazonaws.handlers.AsyncHandler)
-
listEndpointsByPlatformApplicationAsync
public Future<ListEndpointsByPlatformApplicationResult> listEndpointsByPlatformApplicationAsync(ListEndpointsByPlatformApplicationRequest request)
Description copied from interface:AmazonSNSAsync
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.- Specified by:
listEndpointsByPlatformApplicationAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- Input for ListEndpointsByPlatformApplication action.- Returns:
- A Java Future containing the result of the ListEndpointsByPlatformApplication operation returned by the service.
-
listEndpointsByPlatformApplicationAsync
public Future<ListEndpointsByPlatformApplicationResult> listEndpointsByPlatformApplicationAsync(ListEndpointsByPlatformApplicationRequest request, AsyncHandler<ListEndpointsByPlatformApplicationRequest,ListEndpointsByPlatformApplicationResult> asyncHandler)
Description copied from interface:AmazonSNSAsync
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.- Specified by:
listEndpointsByPlatformApplicationAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- 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
public Future<ListPlatformApplicationsResult> listPlatformApplicationsAsync(ListPlatformApplicationsRequest request)
Description copied from interface:AmazonSNSAsync
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.- Specified by:
listPlatformApplicationsAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- Input for ListPlatformApplications action.- Returns:
- A Java Future containing the result of the ListPlatformApplications operation returned by the service.
-
listPlatformApplicationsAsync
public Future<ListPlatformApplicationsResult> listPlatformApplicationsAsync(ListPlatformApplicationsRequest request, AsyncHandler<ListPlatformApplicationsRequest,ListPlatformApplicationsResult> asyncHandler)
Description copied from interface:AmazonSNSAsync
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.- Specified by:
listPlatformApplicationsAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- 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
public Future<ListPlatformApplicationsResult> listPlatformApplicationsAsync()
Simplified method form for invoking the ListPlatformApplications operation.- Specified by:
listPlatformApplicationsAsync
in interfaceAmazonSNSAsync
- See Also:
listPlatformApplicationsAsync(ListPlatformApplicationsRequest)
-
listPlatformApplicationsAsync
public Future<ListPlatformApplicationsResult> listPlatformApplicationsAsync(AsyncHandler<ListPlatformApplicationsRequest,ListPlatformApplicationsResult> asyncHandler)
Simplified method form for invoking the ListPlatformApplications operation with an AsyncHandler.- Specified by:
listPlatformApplicationsAsync
in interfaceAmazonSNSAsync
- See Also:
listPlatformApplicationsAsync(ListPlatformApplicationsRequest, com.amazonaws.handlers.AsyncHandler)
-
listSubscriptionsAsync
public Future<ListSubscriptionsResult> listSubscriptionsAsync(ListSubscriptionsRequest request)
Description copied from interface:AmazonSNSAsync
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.- Specified by:
listSubscriptionsAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- Input for ListSubscriptions action.- Returns:
- A Java Future containing the result of the ListSubscriptions operation returned by the service.
-
listSubscriptionsAsync
public Future<ListSubscriptionsResult> listSubscriptionsAsync(ListSubscriptionsRequest request, AsyncHandler<ListSubscriptionsRequest,ListSubscriptionsResult> asyncHandler)
Description copied from interface:AmazonSNSAsync
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.- Specified by:
listSubscriptionsAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- 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
public Future<ListSubscriptionsResult> listSubscriptionsAsync()
Simplified method form for invoking the ListSubscriptions operation.- Specified by:
listSubscriptionsAsync
in interfaceAmazonSNSAsync
- See Also:
listSubscriptionsAsync(ListSubscriptionsRequest)
-
listSubscriptionsAsync
public Future<ListSubscriptionsResult> listSubscriptionsAsync(AsyncHandler<ListSubscriptionsRequest,ListSubscriptionsResult> asyncHandler)
Simplified method form for invoking the ListSubscriptions operation with an AsyncHandler.- Specified by:
listSubscriptionsAsync
in interfaceAmazonSNSAsync
- See Also:
listSubscriptionsAsync(ListSubscriptionsRequest, com.amazonaws.handlers.AsyncHandler)
-
listSubscriptionsAsync
public Future<ListSubscriptionsResult> listSubscriptionsAsync(String nextToken)
Simplified method form for invoking the ListSubscriptions operation.- Specified by:
listSubscriptionsAsync
in interfaceAmazonSNSAsync
- See Also:
listSubscriptionsAsync(ListSubscriptionsRequest)
-
listSubscriptionsAsync
public Future<ListSubscriptionsResult> listSubscriptionsAsync(String nextToken, AsyncHandler<ListSubscriptionsRequest,ListSubscriptionsResult> asyncHandler)
Simplified method form for invoking the ListSubscriptions operation with an AsyncHandler.- Specified by:
listSubscriptionsAsync
in interfaceAmazonSNSAsync
- See Also:
listSubscriptionsAsync(ListSubscriptionsRequest, com.amazonaws.handlers.AsyncHandler)
-
listSubscriptionsByTopicAsync
public Future<ListSubscriptionsByTopicResult> listSubscriptionsByTopicAsync(ListSubscriptionsByTopicRequest request)
Description copied from interface:AmazonSNSAsync
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.- Specified by:
listSubscriptionsByTopicAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- Input for ListSubscriptionsByTopic action.- Returns:
- A Java Future containing the result of the ListSubscriptionsByTopic operation returned by the service.
-
listSubscriptionsByTopicAsync
public Future<ListSubscriptionsByTopicResult> listSubscriptionsByTopicAsync(ListSubscriptionsByTopicRequest request, AsyncHandler<ListSubscriptionsByTopicRequest,ListSubscriptionsByTopicResult> asyncHandler)
Description copied from interface:AmazonSNSAsync
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.- Specified by:
listSubscriptionsByTopicAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- 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
public Future<ListSubscriptionsByTopicResult> listSubscriptionsByTopicAsync(String topicArn)
Simplified method form for invoking the ListSubscriptionsByTopic operation.- Specified by:
listSubscriptionsByTopicAsync
in interfaceAmazonSNSAsync
- See Also:
listSubscriptionsByTopicAsync(ListSubscriptionsByTopicRequest)
-
listSubscriptionsByTopicAsync
public Future<ListSubscriptionsByTopicResult> listSubscriptionsByTopicAsync(String topicArn, AsyncHandler<ListSubscriptionsByTopicRequest,ListSubscriptionsByTopicResult> asyncHandler)
Simplified method form for invoking the ListSubscriptionsByTopic operation with an AsyncHandler.- Specified by:
listSubscriptionsByTopicAsync
in interfaceAmazonSNSAsync
- See Also:
listSubscriptionsByTopicAsync(ListSubscriptionsByTopicRequest, com.amazonaws.handlers.AsyncHandler)
-
listSubscriptionsByTopicAsync
public Future<ListSubscriptionsByTopicResult> listSubscriptionsByTopicAsync(String topicArn, String nextToken)
Simplified method form for invoking the ListSubscriptionsByTopic operation.- Specified by:
listSubscriptionsByTopicAsync
in interfaceAmazonSNSAsync
- See Also:
listSubscriptionsByTopicAsync(ListSubscriptionsByTopicRequest)
-
listSubscriptionsByTopicAsync
public Future<ListSubscriptionsByTopicResult> listSubscriptionsByTopicAsync(String topicArn, String nextToken, AsyncHandler<ListSubscriptionsByTopicRequest,ListSubscriptionsByTopicResult> asyncHandler)
Simplified method form for invoking the ListSubscriptionsByTopic operation with an AsyncHandler.- Specified by:
listSubscriptionsByTopicAsync
in interfaceAmazonSNSAsync
- See Also:
listSubscriptionsByTopicAsync(ListSubscriptionsByTopicRequest, com.amazonaws.handlers.AsyncHandler)
-
listTopicsAsync
public Future<ListTopicsResult> listTopicsAsync(ListTopicsRequest request)
Description copied from interface:AmazonSNSAsync
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.- Specified by:
listTopicsAsync
in interfaceAmazonSNSAsync
- Returns:
- A Java Future containing the result of the ListTopics operation returned by the service.
-
listTopicsAsync
public Future<ListTopicsResult> listTopicsAsync(ListTopicsRequest request, AsyncHandler<ListTopicsRequest,ListTopicsResult> asyncHandler)
Description copied from interface:AmazonSNSAsync
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.- Specified by:
listTopicsAsync
in interfaceAmazonSNSAsync
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
public Future<ListTopicsResult> listTopicsAsync()
Simplified method form for invoking the ListTopics operation.- Specified by:
listTopicsAsync
in interfaceAmazonSNSAsync
- See Also:
listTopicsAsync(ListTopicsRequest)
-
listTopicsAsync
public Future<ListTopicsResult> listTopicsAsync(AsyncHandler<ListTopicsRequest,ListTopicsResult> asyncHandler)
Simplified method form for invoking the ListTopics operation with an AsyncHandler.- Specified by:
listTopicsAsync
in interfaceAmazonSNSAsync
- See Also:
listTopicsAsync(ListTopicsRequest, com.amazonaws.handlers.AsyncHandler)
-
listTopicsAsync
public Future<ListTopicsResult> listTopicsAsync(String nextToken)
Simplified method form for invoking the ListTopics operation.- Specified by:
listTopicsAsync
in interfaceAmazonSNSAsync
- See Also:
listTopicsAsync(ListTopicsRequest)
-
listTopicsAsync
public Future<ListTopicsResult> listTopicsAsync(String nextToken, AsyncHandler<ListTopicsRequest,ListTopicsResult> asyncHandler)
Simplified method form for invoking the ListTopics operation with an AsyncHandler.- Specified by:
listTopicsAsync
in interfaceAmazonSNSAsync
- See Also:
listTopicsAsync(ListTopicsRequest, com.amazonaws.handlers.AsyncHandler)
-
publishAsync
public Future<PublishResult> publishAsync(PublishRequest request)
Description copied from interface:AmazonSNSAsync
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.- Specified by:
publishAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- Input for Publish action.- Returns:
- A Java Future containing the result of the Publish operation returned by the service.
-
publishAsync
public Future<PublishResult> publishAsync(PublishRequest request, AsyncHandler<PublishRequest,PublishResult> asyncHandler)
Description copied from interface:AmazonSNSAsync
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.- Specified by:
publishAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- 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
public Future<PublishResult> publishAsync(String topicArn, String message)
Simplified method form for invoking the Publish operation.- Specified by:
publishAsync
in interfaceAmazonSNSAsync
- See Also:
publishAsync(PublishRequest)
-
publishAsync
public Future<PublishResult> publishAsync(String topicArn, String message, AsyncHandler<PublishRequest,PublishResult> asyncHandler)
Simplified method form for invoking the Publish operation with an AsyncHandler.- Specified by:
publishAsync
in interfaceAmazonSNSAsync
- See Also:
publishAsync(PublishRequest, com.amazonaws.handlers.AsyncHandler)
-
publishAsync
public Future<PublishResult> publishAsync(String topicArn, String message, String subject)
Simplified method form for invoking the Publish operation.- Specified by:
publishAsync
in interfaceAmazonSNSAsync
- See Also:
publishAsync(PublishRequest)
-
publishAsync
public Future<PublishResult> publishAsync(String topicArn, String message, String subject, AsyncHandler<PublishRequest,PublishResult> asyncHandler)
Simplified method form for invoking the Publish operation with an AsyncHandler.- Specified by:
publishAsync
in interfaceAmazonSNSAsync
- See Also:
publishAsync(PublishRequest, com.amazonaws.handlers.AsyncHandler)
-
removePermissionAsync
public Future<RemovePermissionResult> removePermissionAsync(RemovePermissionRequest request)
Description copied from interface:AmazonSNSAsync
Removes a statement from a topic's access control policy.
- Specified by:
removePermissionAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- Input for RemovePermission action.- Returns:
- A Java Future containing the result of the RemovePermission operation returned by the service.
-
removePermissionAsync
public Future<RemovePermissionResult> removePermissionAsync(RemovePermissionRequest request, AsyncHandler<RemovePermissionRequest,RemovePermissionResult> asyncHandler)
Description copied from interface:AmazonSNSAsync
Removes a statement from a topic's access control policy.
- Specified by:
removePermissionAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- 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
public Future<RemovePermissionResult> removePermissionAsync(String topicArn, String label)
Simplified method form for invoking the RemovePermission operation.- Specified by:
removePermissionAsync
in interfaceAmazonSNSAsync
- See Also:
removePermissionAsync(RemovePermissionRequest)
-
removePermissionAsync
public Future<RemovePermissionResult> removePermissionAsync(String topicArn, String label, AsyncHandler<RemovePermissionRequest,RemovePermissionResult> asyncHandler)
Simplified method form for invoking the RemovePermission operation with an AsyncHandler.- Specified by:
removePermissionAsync
in interfaceAmazonSNSAsync
- See Also:
removePermissionAsync(RemovePermissionRequest, com.amazonaws.handlers.AsyncHandler)
-
setEndpointAttributesAsync
public Future<SetEndpointAttributesResult> setEndpointAttributesAsync(SetEndpointAttributesRequest request)
Description copied from interface:AmazonSNSAsync
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.
- Specified by:
setEndpointAttributesAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- Input for SetEndpointAttributes action.- Returns:
- A Java Future containing the result of the SetEndpointAttributes operation returned by the service.
-
setEndpointAttributesAsync
public Future<SetEndpointAttributesResult> setEndpointAttributesAsync(SetEndpointAttributesRequest request, AsyncHandler<SetEndpointAttributesRequest,SetEndpointAttributesResult> asyncHandler)
Description copied from interface:AmazonSNSAsync
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.
- Specified by:
setEndpointAttributesAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- 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
public Future<SetPlatformApplicationAttributesResult> setPlatformApplicationAttributesAsync(SetPlatformApplicationAttributesRequest request)
Description copied from interface:AmazonSNSAsync
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.
- Specified by:
setPlatformApplicationAttributesAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- Input for SetPlatformApplicationAttributes action.- Returns:
- A Java Future containing the result of the SetPlatformApplicationAttributes operation returned by the service.
-
setPlatformApplicationAttributesAsync
public Future<SetPlatformApplicationAttributesResult> setPlatformApplicationAttributesAsync(SetPlatformApplicationAttributesRequest request, AsyncHandler<SetPlatformApplicationAttributesRequest,SetPlatformApplicationAttributesResult> asyncHandler)
Description copied from interface:AmazonSNSAsync
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.
- Specified by:
setPlatformApplicationAttributesAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- 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
public Future<SetSubscriptionAttributesResult> setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest request)
Description copied from interface:AmazonSNSAsync
Allows a subscription owner to set an attribute of the topic to a new value.
- Specified by:
setSubscriptionAttributesAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- Input for SetSubscriptionAttributes action.- Returns:
- A Java Future containing the result of the SetSubscriptionAttributes operation returned by the service.
-
setSubscriptionAttributesAsync
public Future<SetSubscriptionAttributesResult> setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest request, AsyncHandler<SetSubscriptionAttributesRequest,SetSubscriptionAttributesResult> asyncHandler)
Description copied from interface:AmazonSNSAsync
Allows a subscription owner to set an attribute of the topic to a new value.
- Specified by:
setSubscriptionAttributesAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- 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
public Future<SetSubscriptionAttributesResult> setSubscriptionAttributesAsync(String subscriptionArn, String attributeName, String attributeValue)
Simplified method form for invoking the SetSubscriptionAttributes operation.- Specified by:
setSubscriptionAttributesAsync
in interfaceAmazonSNSAsync
- See Also:
setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest)
-
setSubscriptionAttributesAsync
public Future<SetSubscriptionAttributesResult> setSubscriptionAttributesAsync(String subscriptionArn, String attributeName, String attributeValue, AsyncHandler<SetSubscriptionAttributesRequest,SetSubscriptionAttributesResult> asyncHandler)
Simplified method form for invoking the SetSubscriptionAttributes operation with an AsyncHandler.- Specified by:
setSubscriptionAttributesAsync
in interfaceAmazonSNSAsync
- See Also:
setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest, com.amazonaws.handlers.AsyncHandler)
-
setTopicAttributesAsync
public Future<SetTopicAttributesResult> setTopicAttributesAsync(SetTopicAttributesRequest request)
Description copied from interface:AmazonSNSAsync
Allows a topic owner to set an attribute of the topic to a new value.
- Specified by:
setTopicAttributesAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- Input for SetTopicAttributes action.- Returns:
- A Java Future containing the result of the SetTopicAttributes operation returned by the service.
-
setTopicAttributesAsync
public Future<SetTopicAttributesResult> setTopicAttributesAsync(SetTopicAttributesRequest request, AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)
Description copied from interface:AmazonSNSAsync
Allows a topic owner to set an attribute of the topic to a new value.
- Specified by:
setTopicAttributesAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- 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
public Future<SetTopicAttributesResult> setTopicAttributesAsync(String topicArn, String attributeName, String attributeValue)
Simplified method form for invoking the SetTopicAttributes operation.- Specified by:
setTopicAttributesAsync
in interfaceAmazonSNSAsync
- See Also:
setTopicAttributesAsync(SetTopicAttributesRequest)
-
setTopicAttributesAsync
public Future<SetTopicAttributesResult> setTopicAttributesAsync(String topicArn, String attributeName, String attributeValue, AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)
Simplified method form for invoking the SetTopicAttributes operation with an AsyncHandler.- Specified by:
setTopicAttributesAsync
in interfaceAmazonSNSAsync
- See Also:
setTopicAttributesAsync(SetTopicAttributesRequest, com.amazonaws.handlers.AsyncHandler)
-
subscribeAsync
public Future<SubscribeResult> subscribeAsync(SubscribeRequest request)
Description copied from interface:AmazonSNSAsync
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.- Specified by:
subscribeAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- Input for Subscribe action.- Returns:
- A Java Future containing the result of the Subscribe operation returned by the service.
-
subscribeAsync
public Future<SubscribeResult> subscribeAsync(SubscribeRequest request, AsyncHandler<SubscribeRequest,SubscribeResult> asyncHandler)
Description copied from interface:AmazonSNSAsync
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.- Specified by:
subscribeAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- 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
public Future<SubscribeResult> subscribeAsync(String topicArn, String protocol, String endpoint)
Simplified method form for invoking the Subscribe operation.- Specified by:
subscribeAsync
in interfaceAmazonSNSAsync
- See Also:
subscribeAsync(SubscribeRequest)
-
subscribeAsync
public Future<SubscribeResult> subscribeAsync(String topicArn, String protocol, String endpoint, AsyncHandler<SubscribeRequest,SubscribeResult> asyncHandler)
Simplified method form for invoking the Subscribe operation with an AsyncHandler.- Specified by:
subscribeAsync
in interfaceAmazonSNSAsync
- See Also:
subscribeAsync(SubscribeRequest, com.amazonaws.handlers.AsyncHandler)
-
unsubscribeAsync
public Future<UnsubscribeResult> unsubscribeAsync(UnsubscribeRequest request)
Description copied from interface:AmazonSNSAsync
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.- Specified by:
unsubscribeAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- Input for Unsubscribe action.- Returns:
- A Java Future containing the result of the Unsubscribe operation returned by the service.
-
unsubscribeAsync
public Future<UnsubscribeResult> unsubscribeAsync(UnsubscribeRequest request, AsyncHandler<UnsubscribeRequest,UnsubscribeResult> asyncHandler)
Description copied from interface:AmazonSNSAsync
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.- Specified by:
unsubscribeAsync
in interfaceAmazonSNSAsync
- Parameters:
request
- 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
public Future<UnsubscribeResult> unsubscribeAsync(String subscriptionArn)
Simplified method form for invoking the Unsubscribe operation.- Specified by:
unsubscribeAsync
in interfaceAmazonSNSAsync
- See Also:
unsubscribeAsync(UnsubscribeRequest)
-
unsubscribeAsync
public Future<UnsubscribeResult> unsubscribeAsync(String subscriptionArn, AsyncHandler<UnsubscribeRequest,UnsubscribeResult> asyncHandler)
Simplified method form for invoking the Unsubscribe operation with an AsyncHandler.- Specified by:
unsubscribeAsync
in interfaceAmazonSNSAsync
- See Also:
unsubscribeAsync(UnsubscribeRequest, com.amazonaws.handlers.AsyncHandler)
-
shutdown
public void shutdown()
Shuts down the client, releasing all managed resources. This includes forcibly terminating all pending asynchronous service calls. Clients who wish to give pending asynchronous service calls time to complete should callgetExecutorService().shutdown()
followed bygetExecutorService().awaitTermination()
prior to calling this method.- Specified by:
shutdown
in interfaceAmazonSNS
- Overrides:
shutdown
in classAmazonWebServiceClient
-
-