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

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

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

origin: aws/aws-sdk-java

/**
 * <p>
 * The AWS account number of the <a
 * href="http://docs.aws.amazon.com/general/latest/gr/glos-chap.html#P">principal</a> who is given permission. The
 * principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about
 * locating the AWS account identification, see <a href=
 * "http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-making-api-requests.html#sqs-api-request-authentication"
 * >Your AWS Identifiers</a> in the <i>Amazon Simple Queue Service Developer Guide</i>.
 * </p>
 * 
 * @param aWSAccountIds
 *        The AWS account number of the <a
 *        href="http://docs.aws.amazon.com/general/latest/gr/glos-chap.html#P">principal</a> who is given
 *        permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For
 *        information about locating the AWS account identification, see <a href=
 *        "http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-making-api-requests.html#sqs-api-request-authentication"
 *        >Your AWS Identifiers</a> in the <i>Amazon Simple Queue Service Developer Guide</i>.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public AddPermissionRequest withAWSAccountIds(java.util.Collection<String> aWSAccountIds) {
  setAWSAccountIds(aWSAccountIds);
  return this;
}
origin: aws/aws-sdk-java

setAWSAccountIds(new com.amazonaws.internal.SdkInternalList<String>(aWSAccountIds.length));
origin: aws/aws-sdk-java

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

setAWSAccountIds(aWSAccountIds);
return this;
origin: aws-amplify/aws-sdk-android

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

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

/**
 * <p>
 * The AWS account number of the <a
 * href="http://docs.aws.amazon.com/general/latest/gr/glos-chap.html#P">principal</a> who is given permission. The
 * principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about
 * locating the AWS account identification, see <a href=
 * "http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-making-api-requests.html#sqs-api-request-authentication"
 * >Your AWS Identifiers</a> in the <i>Amazon Simple Queue Service Developer Guide</i>.
 * </p>
 * 
 * @param aWSAccountIds
 *        The AWS account number of the <a
 *        href="http://docs.aws.amazon.com/general/latest/gr/glos-chap.html#P">principal</a> who is given
 *        permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For
 *        information about locating the AWS account identification, see <a href=
 *        "http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-making-api-requests.html#sqs-api-request-authentication"
 *        >Your AWS Identifiers</a> in the <i>Amazon Simple Queue Service Developer Guide</i>.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public AddPermissionRequest withAWSAccountIds(java.util.Collection<String> aWSAccountIds) {
  setAWSAccountIds(aWSAccountIds);
  return this;
}
origin: com.amazonaws/aws-android-sdk-sqs

setAWSAccountIds(aWSAccountIds);
return this;
origin: com.amazonaws/aws-java-sdk-sqs

setAWSAccountIds(new com.amazonaws.internal.SdkInternalList<String>(aWSAccountIds.length));
origin: com.amazonaws/aws-java-sdk-sqs

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

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

addPermissionRequest.setQueueUrl(queueUrl);
addPermissionRequest.setLabel(label);
addPermissionRequest.setAWSAccountIds(aWSAccountIds);
addPermissionRequest.setActions(actions);
addPermission(addPermissionRequest);
com.amazonaws.services.sqs.modelAddPermissionRequestsetAWSAccountIds

Javadoc

The AWS account number of the principal who is given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon Simple Queue Service Developer Guide.

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
  • setActions
    The action the client wants to allow for the specified principal. Valid values: the name of any act
  • setLabel
    The unique identification of the permission you're setting (for example, AliceSendMessage). Maximu
  • 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
  • startActivity (Activity)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • compareTo (BigDecimal)
  • BufferedWriter (java.io)
    Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • CountDownLatch (java.util.concurrent)
    A synchronization aid that allows one or more threads to wait until a set of operations being perfor
  • Pattern (java.util.regex)
    Patterns are compiled regular expressions. In many cases, convenience methods such as String#matches
  • JComboBox (javax.swing)
  • Github Copilot alternatives
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