Class AmazonSNSAsyncClient
- All Implemented Interfaces:
AmazonSNS, AmazonSNSAsync
AsyncHandler can be used to receive
notification when an asynchronous operation completes.
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 AmazonSNSClient
configFactory, exceptionUnmarshallersFields inherited from class AmazonWebServiceClient
client, clientConfiguration, endpoint, LOGGING_AWS_REQUEST_METRIC, requestHandler2s, timeOffset -
Constructor Summary
ConstructorsConstructorDescriptionConstructs 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
Modifier and TypeMethodDescriptionaddPermissionAsync(AddPermissionRequest request) Adds a statement to a topic's access control policy, granting access for the specified AWS accounts to the specified actions.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.addPermissionAsync(String topicArn, String label, List<String> aWSAccountIds, List<String> actionNames) Simplified method form for invoking the AddPermission operation.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.Verifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an earlierSubscribeaction.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 earlierSubscribeaction.confirmSubscriptionAsync(String topicArn, String token) Simplified method form for invoking the ConfirmSubscription operation.confirmSubscriptionAsync(String topicArn, String token, AsyncHandler<ConfirmSubscriptionRequest, ConfirmSubscriptionResult> asyncHandler) Simplified method form for invoking the ConfirmSubscription operation with an AsyncHandler.confirmSubscriptionAsync(String topicArn, String token, String authenticateOnUnsubscribe) Simplified method form for invoking the ConfirmSubscription operation.confirmSubscriptionAsync(String topicArn, String token, String authenticateOnUnsubscribe, AsyncHandler<ConfirmSubscriptionRequest, ConfirmSubscriptionResult> asyncHandler) Simplified method form for invoking the ConfirmSubscription operation with an 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.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.Creates an endpoint for a device and mobile app on one of the supported push notification services, such as GCM and APNS.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.createTopicAsync(CreateTopicRequest request) Creates a topic to which notifications can be published.createTopicAsync(CreateTopicRequest request, AsyncHandler<CreateTopicRequest, CreateTopicResult> asyncHandler) Creates a topic to which notifications can be published.createTopicAsync(String name) Simplified method form for invoking the CreateTopic operation.createTopicAsync(String name, AsyncHandler<CreateTopicRequest, CreateTopicResult> asyncHandler) Simplified method form for invoking the CreateTopic operation with an AsyncHandler.deleteEndpointAsync(DeleteEndpointRequest request) Deletes the endpoint from Amazon SNS.deleteEndpointAsync(DeleteEndpointRequest request, AsyncHandler<DeleteEndpointRequest, DeleteEndpointResult> asyncHandler) Deletes the endpoint from Amazon SNS.Deletes a platform application object for one of the supported push notification services, such as APNS and GCM.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.deleteTopicAsync(DeleteTopicRequest request) Deletes a topic and all its subscriptions.deleteTopicAsync(DeleteTopicRequest request, AsyncHandler<DeleteTopicRequest, DeleteTopicResult> asyncHandler) Deletes a topic and all its subscriptions.deleteTopicAsync(String topicArn) Simplified method form for invoking the DeleteTopic operation.deleteTopicAsync(String topicArn, AsyncHandler<DeleteTopicRequest, DeleteTopicResult> asyncHandler) Simplified method form for invoking the DeleteTopic operation with an AsyncHandler.Retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM and APNS.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.Returns the executor service used by this client to execute async requests.Retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM.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.Returns all of the properties of a subscription.getSubscriptionAttributesAsync(GetSubscriptionAttributesRequest request, AsyncHandler<GetSubscriptionAttributesRequest, GetSubscriptionAttributesResult> asyncHandler) Returns all of the properties of a subscription.getSubscriptionAttributesAsync(String subscriptionArn) Simplified method form for invoking the GetSubscriptionAttributes operation.getSubscriptionAttributesAsync(String subscriptionArn, AsyncHandler<GetSubscriptionAttributesRequest, GetSubscriptionAttributesResult> asyncHandler) Simplified method form for invoking the GetSubscriptionAttributes operation with an AsyncHandler.Returns all of the properties of a topic.getTopicAttributesAsync(GetTopicAttributesRequest request, AsyncHandler<GetTopicAttributesRequest, GetTopicAttributesResult> asyncHandler) Returns all of the properties of a topic.getTopicAttributesAsync(String topicArn) Simplified method form for invoking the GetTopicAttributes operation.getTopicAttributesAsync(String topicArn, AsyncHandler<GetTopicAttributesRequest, GetTopicAttributesResult> asyncHandler) Simplified method form for invoking the GetTopicAttributes operation with an AsyncHandler.Lists the endpoints and endpoint attributes for devices in a supported push notification service, such as GCM and APNS.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.Simplified method form for invoking the ListPlatformApplications operation.listPlatformApplicationsAsync(AsyncHandler<ListPlatformApplicationsRequest, ListPlatformApplicationsResult> asyncHandler) Simplified method form for invoking the ListPlatformApplications operation with an AsyncHandler.Lists the platform application objects for the supported push notification services, such as APNS and GCM.listPlatformApplicationsAsync(ListPlatformApplicationsRequest request, AsyncHandler<ListPlatformApplicationsRequest, ListPlatformApplicationsResult> asyncHandler) Lists the platform application objects for the supported push notification services, such as APNS and GCM.Simplified method form for invoking the ListSubscriptions operation.listSubscriptionsAsync(AsyncHandler<ListSubscriptionsRequest, ListSubscriptionsResult> asyncHandler) Simplified method form for invoking the ListSubscriptions operation with an AsyncHandler.Returns a list of the requester's subscriptions.listSubscriptionsAsync(ListSubscriptionsRequest request, AsyncHandler<ListSubscriptionsRequest, ListSubscriptionsResult> asyncHandler) Returns a list of the requester's subscriptions.listSubscriptionsAsync(String nextToken) Simplified method form for invoking the ListSubscriptions operation.listSubscriptionsAsync(String nextToken, AsyncHandler<ListSubscriptionsRequest, ListSubscriptionsResult> asyncHandler) Simplified method form for invoking the ListSubscriptions operation with an AsyncHandler.Returns a list of the subscriptions to a specific topic.listSubscriptionsByTopicAsync(ListSubscriptionsByTopicRequest request, AsyncHandler<ListSubscriptionsByTopicRequest, ListSubscriptionsByTopicResult> asyncHandler) Returns a list of the subscriptions to a specific topic.listSubscriptionsByTopicAsync(String topicArn) Simplified method form for invoking the ListSubscriptionsByTopic operation.listSubscriptionsByTopicAsync(String topicArn, AsyncHandler<ListSubscriptionsByTopicRequest, ListSubscriptionsByTopicResult> asyncHandler) Simplified method form for invoking the ListSubscriptionsByTopic operation with an AsyncHandler.listSubscriptionsByTopicAsync(String topicArn, String nextToken) Simplified method form for invoking the ListSubscriptionsByTopic operation.listSubscriptionsByTopicAsync(String topicArn, String nextToken, AsyncHandler<ListSubscriptionsByTopicRequest, ListSubscriptionsByTopicResult> asyncHandler) Simplified method form for invoking the ListSubscriptionsByTopic operation with an AsyncHandler.Simplified method form for invoking the ListTopics operation.listTopicsAsync(AsyncHandler<ListTopicsRequest, ListTopicsResult> asyncHandler) Simplified method form for invoking the ListTopics operation with an AsyncHandler.listTopicsAsync(ListTopicsRequest request) Returns a list of the requester's topics.listTopicsAsync(ListTopicsRequest request, AsyncHandler<ListTopicsRequest, ListTopicsResult> asyncHandler) Returns a list of the requester's topics.listTopicsAsync(String nextToken) Simplified method form for invoking the ListTopics operation.listTopicsAsync(String nextToken, AsyncHandler<ListTopicsRequest, ListTopicsResult> asyncHandler) Simplified method form for invoking the ListTopics operation with an AsyncHandler.publishAsync(PublishRequest request) Sends a message to all of a topic's subscribed endpoints.publishAsync(PublishRequest request, AsyncHandler<PublishRequest, PublishResult> asyncHandler) Sends a message to all of a topic's subscribed endpoints.publishAsync(String topicArn, String message) Simplified method form for invoking the Publish operation.publishAsync(String topicArn, String message, AsyncHandler<PublishRequest, PublishResult> asyncHandler) Simplified method form for invoking the Publish operation with an AsyncHandler.publishAsync(String topicArn, String message, String subject) Simplified method form for invoking the Publish operation.publishAsync(String topicArn, String message, String subject, AsyncHandler<PublishRequest, PublishResult> asyncHandler) Simplified method form for invoking the Publish operation with an AsyncHandler.Removes a statement from a topic's access control policy.removePermissionAsync(RemovePermissionRequest request, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) Removes a statement from a topic's access control policy.removePermissionAsync(String topicArn, String label) Simplified method form for invoking the RemovePermission operation.removePermissionAsync(String topicArn, String label, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) Simplified method form for invoking the RemovePermission operation with an AsyncHandler.Sets the attributes for an endpoint for a device on one of the supported push notification services, such as GCM and APNS.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.Sets the attributes of the platform application object for the supported push notification services, such as APNS and GCM.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.Allows a subscription owner to set an attribute of the topic to a new value.setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest request, AsyncHandler<SetSubscriptionAttributesRequest, SetSubscriptionAttributesResult> asyncHandler) Allows a subscription owner to set an attribute of the topic to a new value.setSubscriptionAttributesAsync(String subscriptionArn, String attributeName, String attributeValue) Simplified method form for invoking the SetSubscriptionAttributes operation.setSubscriptionAttributesAsync(String subscriptionArn, String attributeName, String attributeValue, AsyncHandler<SetSubscriptionAttributesRequest, SetSubscriptionAttributesResult> asyncHandler) Simplified method form for invoking the SetSubscriptionAttributes operation with an AsyncHandler.Allows a topic owner to set an attribute of the topic to a new value.setTopicAttributesAsync(SetTopicAttributesRequest request, AsyncHandler<SetTopicAttributesRequest, SetTopicAttributesResult> asyncHandler) Allows a topic owner to set an attribute of the topic to a new value.setTopicAttributesAsync(String topicArn, String attributeName, String attributeValue) Simplified method form for invoking the SetTopicAttributes operation.setTopicAttributesAsync(String topicArn, String attributeName, String attributeValue, AsyncHandler<SetTopicAttributesRequest, SetTopicAttributesResult> asyncHandler) Simplified method form for invoking the SetTopicAttributes operation with an AsyncHandler.voidshutdown()Shuts down the client, releasing all managed resources.subscribeAsync(SubscribeRequest request) Prepares to subscribe an endpoint by sending the endpoint a confirmation message.subscribeAsync(SubscribeRequest request, AsyncHandler<SubscribeRequest, SubscribeResult> asyncHandler) Prepares to subscribe an endpoint by sending the endpoint a confirmation message.subscribeAsync(String topicArn, String protocol, String endpoint) Simplified method form for invoking the Subscribe operation.subscribeAsync(String topicArn, String protocol, String endpoint, AsyncHandler<SubscribeRequest, SubscribeResult> asyncHandler) Simplified method form for invoking the Subscribe operation with an AsyncHandler.unsubscribeAsync(UnsubscribeRequest request) Deletes a subscription.unsubscribeAsync(UnsubscribeRequest request, AsyncHandler<UnsubscribeRequest, UnsubscribeResult> asyncHandler) Deletes a subscription.unsubscribeAsync(String subscriptionArn) Simplified method form for invoking the Unsubscribe operation.unsubscribeAsync(String subscriptionArn, AsyncHandler<UnsubscribeRequest, UnsubscribeResult> asyncHandler) Simplified method form for invoking the Unsubscribe operation with an AsyncHandler.Methods inherited from class 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, unsubscribeMethods inherited from class 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, withTimeOffsetMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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 Details
-
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).
- See Also:
-
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 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:
-
AmazonSNSAsyncClient
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:
-
AmazonSNSAsyncClient
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
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:
-
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:
-
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 Details
-
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
Description copied from interface:AmazonSNSAsyncAdds a statement to a topic's access control policy, granting access for the specified AWS accounts to the specified actions.
- Specified by:
addPermissionAsyncin interfaceAmazonSNSAsync- Parameters:
request-- 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:AmazonSNSAsyncAdds a statement to a topic's access control policy, granting access for the specified AWS accounts to the specified actions.
- Specified by:
addPermissionAsyncin interfaceAmazonSNSAsync- Parameters:
request-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:
addPermissionAsyncin interfaceAmazonSNSAsync- See Also:
-
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:
addPermissionAsyncin interfaceAmazonSNSAsync- See Also:
-
confirmSubscriptionAsync
public Future<ConfirmSubscriptionResult> confirmSubscriptionAsync(ConfirmSubscriptionRequest request) Description copied from interface:AmazonSNSAsyncVerifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an earlier
Subscribeaction. 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 theAuthenticateOnUnsubscribeflag is set to "true".- Specified by:
confirmSubscriptionAsyncin 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:AmazonSNSAsyncVerifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an earlier
Subscribeaction. 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 theAuthenticateOnUnsubscribeflag is set to "true".- Specified by:
confirmSubscriptionAsyncin 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:
confirmSubscriptionAsyncin interfaceAmazonSNSAsync- See Also:
-
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:
confirmSubscriptionAsyncin interfaceAmazonSNSAsync- See Also:
-
confirmSubscriptionAsync
Simplified method form for invoking the ConfirmSubscription operation.- Specified by:
confirmSubscriptionAsyncin interfaceAmazonSNSAsync- See Also:
-
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:
confirmSubscriptionAsyncin interfaceAmazonSNSAsync- See Also:
-
createPlatformApplicationAsync
public Future<CreatePlatformApplicationResult> createPlatformApplicationAsync(CreatePlatformApplicationRequest request) Description copied from interface:AmazonSNSAsyncCreates 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
CreatePlatformApplicationaction. 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 usingCreatePlatformApplicationis then used as an attribute for theCreatePlatformEndpointaction. For more information, see Using Amazon SNS Mobile Push Notifications.- Specified by:
createPlatformApplicationAsyncin 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:AmazonSNSAsyncCreates 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
CreatePlatformApplicationaction. 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 usingCreatePlatformApplicationis then used as an attribute for theCreatePlatformEndpointaction. For more information, see Using Amazon SNS Mobile Push Notifications.- Specified by:
createPlatformApplicationAsyncin 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:AmazonSNSAsyncCreates an endpoint for a device and mobile app on one of the supported push notification services, such as GCM and APNS.
CreatePlatformEndpointrequires the PlatformApplicationArn that is returned fromCreatePlatformApplication. The EndpointArn that is returned when usingCreatePlatformEndpointcan then be used by thePublishaction to send a message to a mobile app or by theSubscribeaction for subscription to a topic. TheCreatePlatformEndpointaction 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
CreatePlatformEndpointwith 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:
createPlatformEndpointAsyncin 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:AmazonSNSAsyncCreates an endpoint for a device and mobile app on one of the supported push notification services, such as GCM and APNS.
CreatePlatformEndpointrequires the PlatformApplicationArn that is returned fromCreatePlatformApplication. The EndpointArn that is returned when usingCreatePlatformEndpointcan then be used by thePublishaction to send a message to a mobile app or by theSubscribeaction for subscription to a topic. TheCreatePlatformEndpointaction 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
CreatePlatformEndpointwith 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:
createPlatformEndpointAsyncin 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
Description copied from interface:AmazonSNSAsyncCreates 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:
createTopicAsyncin 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:AmazonSNSAsyncCreates 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:
createTopicAsyncin 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
Simplified method form for invoking the CreateTopic operation.- Specified by:
createTopicAsyncin interfaceAmazonSNSAsync- See Also:
-
createTopicAsync
public Future<CreateTopicResult> createTopicAsync(String name, AsyncHandler<CreateTopicRequest, CreateTopicResult> asyncHandler) Simplified method form for invoking the CreateTopic operation with an AsyncHandler.- Specified by:
createTopicAsyncin interfaceAmazonSNSAsync- See Also:
-
deleteEndpointAsync
Description copied from interface:AmazonSNSAsyncDeletes the endpoint from Amazon SNS. This action is idempotent. For more information, see Using Amazon SNS Mobile Push Notifications.
- Specified by:
deleteEndpointAsyncin 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:AmazonSNSAsyncDeletes the endpoint from Amazon SNS. This action is idempotent. For more information, see Using Amazon SNS Mobile Push Notifications.
- Specified by:
deleteEndpointAsyncin 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:AmazonSNSAsyncDeletes 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:
deletePlatformApplicationAsyncin 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:AmazonSNSAsyncDeletes 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:
deletePlatformApplicationAsyncin 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
Description copied from interface:AmazonSNSAsyncDeletes 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:
deleteTopicAsyncin interfaceAmazonSNSAsync- Parameters:
request-- 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:AmazonSNSAsyncDeletes 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:
deleteTopicAsyncin interfaceAmazonSNSAsync- Parameters:
request-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
Simplified method form for invoking the DeleteTopic operation.- Specified by:
deleteTopicAsyncin interfaceAmazonSNSAsync- See Also:
-
deleteTopicAsync
public Future<DeleteTopicResult> deleteTopicAsync(String topicArn, AsyncHandler<DeleteTopicRequest, DeleteTopicResult> asyncHandler) Simplified method form for invoking the DeleteTopic operation with an AsyncHandler.- Specified by:
deleteTopicAsyncin interfaceAmazonSNSAsync- See Also:
-
getEndpointAttributesAsync
public Future<GetEndpointAttributesResult> getEndpointAttributesAsync(GetEndpointAttributesRequest request) Description copied from interface:AmazonSNSAsyncRetrieves 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:
getEndpointAttributesAsyncin 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:AmazonSNSAsyncRetrieves 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:
getEndpointAttributesAsyncin 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:AmazonSNSAsyncRetrieves 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:
getPlatformApplicationAttributesAsyncin 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:AmazonSNSAsyncRetrieves 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:
getPlatformApplicationAttributesAsyncin 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:AmazonSNSAsyncReturns all of the properties of a subscription.
- Specified by:
getSubscriptionAttributesAsyncin 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:AmazonSNSAsyncReturns all of the properties of a subscription.
- Specified by:
getSubscriptionAttributesAsyncin 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:
getSubscriptionAttributesAsyncin interfaceAmazonSNSAsync- See Also:
-
getSubscriptionAttributesAsync
public Future<GetSubscriptionAttributesResult> getSubscriptionAttributesAsync(String subscriptionArn, AsyncHandler<GetSubscriptionAttributesRequest, GetSubscriptionAttributesResult> asyncHandler) Simplified method form for invoking the GetSubscriptionAttributes operation with an AsyncHandler.- Specified by:
getSubscriptionAttributesAsyncin interfaceAmazonSNSAsync- See Also:
-
getTopicAttributesAsync
Description copied from interface:AmazonSNSAsyncReturns all of the properties of a topic. Topic properties returned might differ based on the authorization of the user.
- Specified by:
getTopicAttributesAsyncin 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:AmazonSNSAsyncReturns all of the properties of a topic. Topic properties returned might differ based on the authorization of the user.
- Specified by:
getTopicAttributesAsyncin 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
Simplified method form for invoking the GetTopicAttributes operation.- Specified by:
getTopicAttributesAsyncin interfaceAmazonSNSAsync- See Also:
-
getTopicAttributesAsync
public Future<GetTopicAttributesResult> getTopicAttributesAsync(String topicArn, AsyncHandler<GetTopicAttributesRequest, GetTopicAttributesResult> asyncHandler) Simplified method form for invoking the GetTopicAttributes operation with an AsyncHandler.- Specified by:
getTopicAttributesAsyncin interfaceAmazonSNSAsync- See Also:
-
listEndpointsByPlatformApplicationAsync
public Future<ListEndpointsByPlatformApplicationResult> listEndpointsByPlatformApplicationAsync(ListEndpointsByPlatformApplicationRequest request) Description copied from interface:AmazonSNSAsyncLists the endpoints and endpoint attributes for devices in a supported push notification service, such as GCM and APNS. The results for
ListEndpointsByPlatformApplicationare 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 callListEndpointsByPlatformApplicationagain 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:
listEndpointsByPlatformApplicationAsyncin 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:AmazonSNSAsyncLists the endpoints and endpoint attributes for devices in a supported push notification service, such as GCM and APNS. The results for
ListEndpointsByPlatformApplicationare 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 callListEndpointsByPlatformApplicationagain 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:
listEndpointsByPlatformApplicationAsyncin 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:AmazonSNSAsyncLists the platform application objects for the supported push notification services, such as APNS and GCM. The results for
ListPlatformApplicationsare 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 callListPlatformApplicationsusing 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:
listPlatformApplicationsAsyncin 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:AmazonSNSAsyncLists the platform application objects for the supported push notification services, such as APNS and GCM. The results for
ListPlatformApplicationsare 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 callListPlatformApplicationsusing 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:
listPlatformApplicationsAsyncin 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
Simplified method form for invoking the ListPlatformApplications operation.- Specified by:
listPlatformApplicationsAsyncin interfaceAmazonSNSAsync- See Also:
-
listPlatformApplicationsAsync
public Future<ListPlatformApplicationsResult> listPlatformApplicationsAsync(AsyncHandler<ListPlatformApplicationsRequest, ListPlatformApplicationsResult> asyncHandler) Simplified method form for invoking the ListPlatformApplications operation with an AsyncHandler.- Specified by:
listPlatformApplicationsAsyncin interfaceAmazonSNSAsync- See Also:
-
listSubscriptionsAsync
Description copied from interface:AmazonSNSAsyncReturns a list of the requester's subscriptions. Each call returns a limited list of subscriptions, up to 100. If there are more subscriptions, a
NextTokenis also returned. Use theNextTokenparameter in a newListSubscriptionscall to get further results.- Specified by:
listSubscriptionsAsyncin 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:AmazonSNSAsyncReturns a list of the requester's subscriptions. Each call returns a limited list of subscriptions, up to 100. If there are more subscriptions, a
NextTokenis also returned. Use theNextTokenparameter in a newListSubscriptionscall to get further results.- Specified by:
listSubscriptionsAsyncin 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
Simplified method form for invoking the ListSubscriptions operation.- Specified by:
listSubscriptionsAsyncin interfaceAmazonSNSAsync- See Also:
-
listSubscriptionsAsync
public Future<ListSubscriptionsResult> listSubscriptionsAsync(AsyncHandler<ListSubscriptionsRequest, ListSubscriptionsResult> asyncHandler) Simplified method form for invoking the ListSubscriptions operation with an AsyncHandler.- Specified by:
listSubscriptionsAsyncin interfaceAmazonSNSAsync- See Also:
-
listSubscriptionsAsync
Simplified method form for invoking the ListSubscriptions operation.- Specified by:
listSubscriptionsAsyncin interfaceAmazonSNSAsync- See Also:
-
listSubscriptionsAsync
public Future<ListSubscriptionsResult> listSubscriptionsAsync(String nextToken, AsyncHandler<ListSubscriptionsRequest, ListSubscriptionsResult> asyncHandler) Simplified method form for invoking the ListSubscriptions operation with an AsyncHandler.- Specified by:
listSubscriptionsAsyncin interfaceAmazonSNSAsync- See Also:
-
listSubscriptionsByTopicAsync
public Future<ListSubscriptionsByTopicResult> listSubscriptionsByTopicAsync(ListSubscriptionsByTopicRequest request) Description copied from interface:AmazonSNSAsyncReturns 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
NextTokenis also returned. Use theNextTokenparameter in a newListSubscriptionsByTopiccall to get further results.- Specified by:
listSubscriptionsByTopicAsyncin 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:AmazonSNSAsyncReturns 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
NextTokenis also returned. Use theNextTokenparameter in a newListSubscriptionsByTopiccall to get further results.- Specified by:
listSubscriptionsByTopicAsyncin 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
Simplified method form for invoking the ListSubscriptionsByTopic operation.- Specified by:
listSubscriptionsByTopicAsyncin interfaceAmazonSNSAsync- See Also:
-
listSubscriptionsByTopicAsync
public Future<ListSubscriptionsByTopicResult> listSubscriptionsByTopicAsync(String topicArn, AsyncHandler<ListSubscriptionsByTopicRequest, ListSubscriptionsByTopicResult> asyncHandler) Simplified method form for invoking the ListSubscriptionsByTopic operation with an AsyncHandler.- Specified by:
listSubscriptionsByTopicAsyncin interfaceAmazonSNSAsync- See Also:
-
listSubscriptionsByTopicAsync
public Future<ListSubscriptionsByTopicResult> listSubscriptionsByTopicAsync(String topicArn, String nextToken) Simplified method form for invoking the ListSubscriptionsByTopic operation.- Specified by:
listSubscriptionsByTopicAsyncin interfaceAmazonSNSAsync- See Also:
-
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:
listSubscriptionsByTopicAsyncin interfaceAmazonSNSAsync- See Also:
-
listTopicsAsync
Description copied from interface:AmazonSNSAsyncReturns a list of the requester's topics. Each call returns a limited list of topics, up to 100. If there are more topics, a
NextTokenis also returned. Use theNextTokenparameter in a newListTopicscall to get further results.- Specified by:
listTopicsAsyncin interfaceAmazonSNSAsync- Parameters:
request-- 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:AmazonSNSAsyncReturns a list of the requester's topics. Each call returns a limited list of topics, up to 100. If there are more topics, a
NextTokenis also returned. Use theNextTokenparameter in a newListTopicscall to get further results.- Specified by:
listTopicsAsyncin interfaceAmazonSNSAsync- Parameters:
request-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
Simplified method form for invoking the ListTopics operation.- Specified by:
listTopicsAsyncin interfaceAmazonSNSAsync- See Also:
-
listTopicsAsync
public Future<ListTopicsResult> listTopicsAsync(AsyncHandler<ListTopicsRequest, ListTopicsResult> asyncHandler) Simplified method form for invoking the ListTopics operation with an AsyncHandler.- Specified by:
listTopicsAsyncin interfaceAmazonSNSAsync- See Also:
-
listTopicsAsync
Simplified method form for invoking the ListTopics operation.- Specified by:
listTopicsAsyncin interfaceAmazonSNSAsync- See Also:
-
listTopicsAsync
public Future<ListTopicsResult> listTopicsAsync(String nextToken, AsyncHandler<ListTopicsRequest, ListTopicsResult> asyncHandler) Simplified method form for invoking the ListTopics operation with an AsyncHandler.- Specified by:
listTopicsAsyncin interfaceAmazonSNSAsync- See Also:
-
publishAsync
Description copied from interface:AmazonSNSAsyncSends a message to all of a topic's subscribed endpoints. When a
messageIdis 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
Publishaction 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 theCreatePlatformEndpointaction. The second example below shows a request and response for publishing to a mobile endpoint.- Specified by:
publishAsyncin 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:AmazonSNSAsyncSends a message to all of a topic's subscribed endpoints. When a
messageIdis 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
Publishaction 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 theCreatePlatformEndpointaction. The second example below shows a request and response for publishing to a mobile endpoint.- Specified by:
publishAsyncin 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
Simplified method form for invoking the Publish operation.- Specified by:
publishAsyncin interfaceAmazonSNSAsync- See Also:
-
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:
publishAsyncin interfaceAmazonSNSAsync- See Also:
-
publishAsync
Simplified method form for invoking the Publish operation.- Specified by:
publishAsyncin interfaceAmazonSNSAsync- See Also:
-
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:
publishAsyncin interfaceAmazonSNSAsync- See Also:
-
removePermissionAsync
Description copied from interface:AmazonSNSAsyncRemoves a statement from a topic's access control policy.
- Specified by:
removePermissionAsyncin 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:AmazonSNSAsyncRemoves a statement from a topic's access control policy.
- Specified by:
removePermissionAsyncin 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
Simplified method form for invoking the RemovePermission operation.- Specified by:
removePermissionAsyncin interfaceAmazonSNSAsync- See Also:
-
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:
removePermissionAsyncin interfaceAmazonSNSAsync- See Also:
-
setEndpointAttributesAsync
public Future<SetEndpointAttributesResult> setEndpointAttributesAsync(SetEndpointAttributesRequest request) Description copied from interface:AmazonSNSAsyncSets 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:
setEndpointAttributesAsyncin 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:AmazonSNSAsyncSets 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:
setEndpointAttributesAsyncin 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:AmazonSNSAsyncSets 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:
setPlatformApplicationAttributesAsyncin 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:AmazonSNSAsyncSets 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:
setPlatformApplicationAttributesAsyncin 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:AmazonSNSAsyncAllows a subscription owner to set an attribute of the topic to a new value.
- Specified by:
setSubscriptionAttributesAsyncin 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:AmazonSNSAsyncAllows a subscription owner to set an attribute of the topic to a new value.
- Specified by:
setSubscriptionAttributesAsyncin 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:
setSubscriptionAttributesAsyncin interfaceAmazonSNSAsync- See Also:
-
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:
setSubscriptionAttributesAsyncin interfaceAmazonSNSAsync- See Also:
-
setTopicAttributesAsync
Description copied from interface:AmazonSNSAsyncAllows a topic owner to set an attribute of the topic to a new value.
- Specified by:
setTopicAttributesAsyncin 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:AmazonSNSAsyncAllows a topic owner to set an attribute of the topic to a new value.
- Specified by:
setTopicAttributesAsyncin 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:
setTopicAttributesAsyncin interfaceAmazonSNSAsync- See Also:
-
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:
setTopicAttributesAsyncin interfaceAmazonSNSAsync- See Also:
-
subscribeAsync
Description copied from interface:AmazonSNSAsyncPrepares to subscribe an endpoint by sending the endpoint a confirmation message. To actually create a subscription, the endpoint owner must call the
ConfirmSubscriptionaction with the token from the confirmation message. Confirmation tokens are valid for three days.- Specified by:
subscribeAsyncin 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:AmazonSNSAsyncPrepares to subscribe an endpoint by sending the endpoint a confirmation message. To actually create a subscription, the endpoint owner must call the
ConfirmSubscriptionaction with the token from the confirmation message. Confirmation tokens are valid for three days.- Specified by:
subscribeAsyncin 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
Simplified method form for invoking the Subscribe operation.- Specified by:
subscribeAsyncin interfaceAmazonSNSAsync- See Also:
-
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:
subscribeAsyncin interfaceAmazonSNSAsync- See Also:
-
unsubscribeAsync
Description copied from interface:AmazonSNSAsyncDeletes 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
Unsubscribecall 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 theUnsubscriberequest was unintended.- Specified by:
unsubscribeAsyncin 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:AmazonSNSAsyncDeletes 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
Unsubscribecall 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 theUnsubscriberequest was unintended.- Specified by:
unsubscribeAsyncin 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
Simplified method form for invoking the Unsubscribe operation.- Specified by:
unsubscribeAsyncin interfaceAmazonSNSAsync- See Also:
-
unsubscribeAsync
public Future<UnsubscribeResult> unsubscribeAsync(String subscriptionArn, AsyncHandler<UnsubscribeRequest, UnsubscribeResult> asyncHandler) Simplified method form for invoking the Unsubscribe operation with an AsyncHandler.- Specified by:
unsubscribeAsyncin interfaceAmazonSNSAsync- See Also:
-
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:
shutdownin interfaceAmazonSNS- Overrides:
shutdownin classAmazonWebServiceClient
-