congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
RemovePermissionRequest.setLabel
Code IndexAdd Tabnine to your IDE (free)

How to use
setLabel
method
in
com.amazonaws.services.sns.model.RemovePermissionRequest

Best Java code snippets using com.amazonaws.services.sns.model.RemovePermissionRequest.setLabel (Showing top 6 results out of 315)

origin: aws/aws-sdk-java

/**
 * <p>
 * The unique label of the statement you want to remove.
 * </p>
 * 
 * @param label
 *        The unique label of the statement you want to remove.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public RemovePermissionRequest withLabel(String label) {
  setLabel(label);
  return this;
}
origin: aws/aws-sdk-java

/**
 * Constructs a new RemovePermissionRequest object. Callers should use the setter or fluent setter (with...) methods
 * to initialize any additional object members.
 * 
 * @param topicArn
 *        The ARN of the topic whose access control policy you wish to modify.
 * @param label
 *        The unique label of the statement you want to remove.
 */
public RemovePermissionRequest(String topicArn, String label) {
  setTopicArn(topicArn);
  setLabel(label);
}
origin: aws-amplify/aws-sdk-android

/**
 * Constructs a new RemovePermissionRequest object. Callers should use the
 * setter or fluent setter (with...) methods to initialize any additional
 * object members.
 * 
 * @param topicArn <p>
 *            The ARN of the topic whose access control policy you wish to
 *            modify.
 *            </p>
 * @param label <p>
 *            The unique label of the statement you want to remove.
 *            </p>
 */
public RemovePermissionRequest(String topicArn, String label) {
  setTopicArn(topicArn);
  setLabel(label);
}
origin: aws-amplify/aws-sdk-android

RemovePermissionRequest removePermissionRequest = new RemovePermissionRequest();
removePermissionRequest.setTopicArn(topicArn);
removePermissionRequest.setLabel(label);
removePermission(removePermissionRequest);
origin: com.amazonaws/aws-android-sdk-sns

/**
 * Constructs a new RemovePermissionRequest object. Callers should use the
 * setter or fluent setter (with...) methods to initialize any additional
 * object members.
 * 
 * @param topicArn <p>
 *            The ARN of the topic whose access control policy you wish to
 *            modify.
 *            </p>
 * @param label <p>
 *            The unique label of the statement you want to remove.
 *            </p>
 */
public RemovePermissionRequest(String topicArn, String label) {
  setTopicArn(topicArn);
  setLabel(label);
}
origin: com.amazonaws/aws-android-sdk-sns

RemovePermissionRequest removePermissionRequest = new RemovePermissionRequest();
removePermissionRequest.setTopicArn(topicArn);
removePermissionRequest.setLabel(label);
removePermission(removePermissionRequest);
com.amazonaws.services.sns.modelRemovePermissionRequestsetLabel

Javadoc

The unique label of the statement you want to remove.

Popular methods of RemovePermissionRequest

  • <init>
    Constructs a new RemovePermissionRequest object. Callers should use the setter or fluent setter (wit
  • getLabel
    The unique label of the statement you want to remove.
  • getTopicArn
    The ARN of the topic whose access control policy you wish to modify.
  • setTopicArn
    The ARN of the topic whose access control policy you wish to modify.
  • withLabel
    The unique label of the statement you want to remove. Returns a reference to this object so that
  • withTopicArn
    The ARN of the topic whose access control policy you wish to modify. Returns a reference to this

Popular in Java

  • Start an intent from android
  • getSupportFragmentManager (FragmentActivity)
  • setRequestProperty (URLConnection)
  • getSystemService (Context)
  • Rectangle (java.awt)
    A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-
  • BufferedWriter (java.io)
    Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
  • List (java.util)
    An ordered collection (also known as a sequence). The user of this interface has precise control ove
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • Scanner (java.util)
    A parser that parses a text string of primitive types and strings with the help of regular expressio
  • Join (org.hibernate.mapping)
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now