Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Classes modeling the various types represented by AWSElasticBeanstalk.
|
Modifier and Type | Method and Description |
---|---|
Queue |
Queue.withName(String name)
The name of the queue.
|
Queue |
Queue.withURL(String uRL)
The URL of the queue.
|
Modifier and Type | Method and Description |
---|---|
List<Queue> |
EnvironmentResourceDescription.getQueues()
The queues used by this environment.
|
Modifier and Type | Method and Description |
---|---|
EnvironmentResourceDescription |
EnvironmentResourceDescription.withQueues(Queue... queues)
The queues used by this environment.
|
Modifier and Type | Method and Description |
---|---|
void |
EnvironmentResourceDescription.setQueues(Collection<Queue> queues)
The queues used by this environment.
|
EnvironmentResourceDescription |
EnvironmentResourceDescription.withQueues(Collection<Queue> queues)
The queues used by this environment.
|
Copyright © 2014. All rights reserved.