Tabnine Logo
AddPermissionRequest.setLabel
Code IndexAdd Tabnine to your IDE (free)

How to use
setLabel
method
in
com.amazonaws.services.sqs.model.AddPermissionRequest

Best Java code snippets using com.amazonaws.services.sqs.model.AddPermissionRequest.setLabel (Showing top 8 results out of 315)

origin: aws/aws-sdk-java

/**
 * <p>
 * The unique identification of the permission you're setting (for example, <code>AliceSendMessage</code>). Maximum
 * 80 characters. Allowed characters include alphanumeric characters, hyphens (<code>-</code>), and underscores (
 * <code>_</code>).
 * </p>
 * 
 * @param label
 *        The unique identification of the permission you're setting (for example, <code>AliceSendMessage</code>).
 *        Maximum 80 characters. Allowed characters include alphanumeric characters, hyphens (<code>-</code>), and
 *        underscores (<code>_</code>).
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public AddPermissionRequest withLabel(String label) {
  setLabel(label);
  return this;
}
origin: aws/aws-sdk-java

setLabel(label);
setAWSAccountIds(aWSAccountIds);
setActions(actions);
origin: aws-amplify/aws-sdk-android

  java.util.List<String> aWSAccountIds, java.util.List<String> actions) {
setQueueUrl(queueUrl);
setLabel(label);
setAWSAccountIds(aWSAccountIds);
setActions(actions);
origin: aws-amplify/aws-sdk-android

AddPermissionRequest addPermissionRequest = new AddPermissionRequest();
addPermissionRequest.setQueueUrl(queueUrl);
addPermissionRequest.setLabel(label);
addPermissionRequest.setAWSAccountIds(aWSAccountIds);
addPermissionRequest.setActions(actions);
origin: com.amazonaws/aws-java-sdk-sqs

/**
 * <p>
 * The unique identification of the permission you're setting (for example, <code>AliceSendMessage</code>). Maximum
 * 80 characters. Allowed characters include alphanumeric characters, hyphens (<code>-</code>), and underscores (
 * <code>_</code>).
 * </p>
 * 
 * @param label
 *        The unique identification of the permission you're setting (for example, <code>AliceSendMessage</code>).
 *        Maximum 80 characters. Allowed characters include alphanumeric characters, hyphens (<code>-</code>), and
 *        underscores (<code>_</code>).
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public AddPermissionRequest withLabel(String label) {
  setLabel(label);
  return this;
}
origin: com.amazonaws/aws-java-sdk-sqs

setLabel(label);
setAWSAccountIds(aWSAccountIds);
setActions(actions);
origin: com.amazonaws/aws-android-sdk-sqs

  java.util.List<String> aWSAccountIds, java.util.List<String> actions) {
setQueueUrl(queueUrl);
setLabel(label);
setAWSAccountIds(aWSAccountIds);
setActions(actions);
origin: com.amazonaws/aws-android-sdk-sqs

AddPermissionRequest addPermissionRequest = new AddPermissionRequest();
addPermissionRequest.setQueueUrl(queueUrl);
addPermissionRequest.setLabel(label);
addPermissionRequest.setAWSAccountIds(aWSAccountIds);
addPermissionRequest.setActions(actions);
com.amazonaws.services.sqs.modelAddPermissionRequestsetLabel

Javadoc

The unique identification of the permission you're setting (for example, AliceSendMessage). Maximum 80 characters. Allowed characters include alphanumeric characters, hyphens (-), and underscores ( _).

Popular methods of AddPermissionRequest

  • <init>
    Constructs a new AddPermissionRequest object. Callers should use the setter or fluent setter (with..
  • getAWSAccountIds
    The AWS account number of the principal [http://docs.aws.amazon.com/general/latest/gr/glos-chap.htm
  • getActions
    The action the client wants to allow for the specified principal. Valid values: the name of any act
  • getLabel
    The unique identification of the permission you're setting (for example, AliceSendMessage). Maximu
  • getQueueUrl
    The URL of the Amazon SQS queue to which permissions are added. Queue URLs and names are case-sen
  • setAWSAccountIds
    The AWS account number of the principal [http://docs.aws.amazon.com/general/latest/gr/glos-chap.htm
  • setActions
    The action the client wants to allow for the specified principal. Valid values: the name of any act
  • setQueueUrl
    The URL of the Amazon SQS queue to which permissions are added. Queue URLs and names are case-sen
  • withAWSAccountIds
    The AWS account number of the principal [http://docs.aws.amazon.com/general/latest/gr/glos-chap.htm
  • withActions
    The action the client wants to allow for the specified principal. Valid values: the name of any act
  • withLabel
    The unique identification of the permission you're setting (for example, AliceSendMessage). Maximu
  • withQueueUrl
    The URL of the Amazon SQS queue to which permissions are added. Queue URLs and names are case-sen
  • withLabel,
  • withQueueUrl

Popular in Java

  • Making http post requests using okhttp
  • runOnUiThread (Activity)
  • scheduleAtFixedRate (Timer)
  • putExtra (Intent)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • 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
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • JOptionPane (javax.swing)
  • Top plugins for Android Studio
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