Java com.amazonaws.services.sqs.model AddPermissionRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.sqs.model AddPermissionRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.sqs.model AddPermissionRequest.

The text is from its open source code.

Constructor

AddPermissionRequest()
Default constructor for AddPermissionRequest object.
AddPermissionRequest(String queueUrl, String label, java.util.List aWSAccountIds, java.util.List actions)
Constructs a new AddPermissionRequest object.

Method

voidsetActions(java.util.Collection actions)

The action the client wants to allow for the specified principal.

voidsetAWSAccountIds(java.util.Collection aWSAccountIds)

The AWS account number of the principal who is given permission.

voidsetLabel(String label)

The unique identification of the permission you're setting (for example, AliceSendMessage).

voidsetQueueUrl(String queueUrl)

The URL of the Amazon SQS queue to which permissions are added.