C# 클래스 Amazon.SQS.Model.ListQueuesRequest

Container for the parameters to the ListQueues operation. Returns a list of your queues. The maximum number of queues that can be returned is 1,000. If you specify a value for the optional QueueNamePrefix parameter, only queues with a name that begins with the specified value are returned.
상속: AmazonSQSRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
ListQueuesRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

ListQueuesRequest ( string queueNamePrefix ) : System

Instantiates ListQueuesRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetQueueNamePrefix ( ) : bool

메소드 상세

ListQueuesRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public ListQueuesRequest ( ) : System
리턴 System

ListQueuesRequest() 공개 메소드

Instantiates ListQueuesRequest with the parameterized properties
public ListQueuesRequest ( string queueNamePrefix ) : System
queueNamePrefix string A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned. Queue names are case-sensitive.
리턴 System