Codota Logo
AmazonSNSAsyncClient.unsubscribe
Code IndexAdd Codota to your IDE (free)

How to use
unsubscribe
method
in
com.amazonaws.services.sns.AmazonSNSAsyncClient

Best Java code snippets using com.amazonaws.services.sns.AmazonSNSAsyncClient.unsubscribe (Showing top 4 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
StringBuilder s =
  • Codota Iconnew StringBuilder()
  • Codota Iconnew StringBuilder(32)
  • Codota IconString str;new StringBuilder(str)
  • Smart code suggestions by Codota
}
origin: aws-amplify/aws-sdk-android

  public Void call() throws Exception {
    unsubscribe(unsubscribeRequest);
    return null;
  }
});
origin: aws-amplify/aws-sdk-android

  public Void call() throws Exception {
    Void result = null;
    try {
      unsubscribe(unsubscribeRequest);
    } catch (Exception ex) {
      asyncHandler.onError(ex);
      throw ex;
    }
    asyncHandler.onSuccess(unsubscribeRequest, result);
    return result;
  }
});
origin: com.amazonaws/aws-android-sdk-sns

  public Void call() throws Exception {
    unsubscribe(unsubscribeRequest);
    return null;
  }
});
origin: com.amazonaws/aws-android-sdk-sns

  public Void call() throws Exception {
    Void result = null;
    try {
      unsubscribe(unsubscribeRequest);
    } catch (Exception ex) {
      asyncHandler.onError(ex);
      throw ex;
    }
    asyncHandler.onSuccess(unsubscribeRequest, result);
    return result;
  }
});
com.amazonaws.services.snsAmazonSNSAsyncClientunsubscribe

Javadoc

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 the Unsubscribe request was unintended.

Popular methods of AmazonSNSAsyncClient

  • <init>
    Constructs a new asynchronous client to invoke service methods on Amazon SNS using the specified par
  • addPermission
  • checkIfPhoneNumberIsOptedOut
  • confirmSubscription
  • createPlatformApplication
  • createPlatformEndpoint
  • createTopic
  • deleteEndpoint
  • deletePlatformApplication
  • deleteTopic
  • getEndpointAttributes
  • getPlatformApplicationAttributes
  • getEndpointAttributes,
  • getPlatformApplicationAttributes,
  • getSMSAttributes,
  • getSubscriptionAttributes,
  • getTopicAttributes,
  • listEndpointsByPlatformApplication,
  • listPhoneNumbersOptedOut,
  • listPlatformApplications,
  • listSubscriptions,
  • listSubscriptionsByTopic

Popular in Java

  • Parsing JSON documents to java classes using gson
  • getApplicationContext (Context)
  • getSupportFragmentManager (FragmentActivity)
  • startActivity (Activity)
  • Rectangle (java.awt)
    A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • Deque (java.util)
    A linear collection that supports element insertion and removal at both ends. The name deque is shor
  • StringTokenizer (java.util)
    The string tokenizer class allows an application to break a string into tokens. The tokenization met
  • Vector (java.util)
    The Vector class implements a growable array of objects. Like an array, it contains components that
  • Runner (org.openjdk.jmh.runner)
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now