| Package | Description |
|---|---|
| com.amazonaws.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
Queue |
Queue.clone() |
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 © 2016. All rights reserved.