Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model | |
com.amazonaws.services.elasticbeanstalk.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Queue> |
EnvironmentResourceDescription.queues
The queues used by this environment.
|
Modifier and Type | Method and Description |
---|---|
Queue |
Queue.clone() |
Queue |
Queue.withName(java.lang.String name)
The name of the queue.
|
Queue |
Queue.withURL(java.lang.String uRL)
The URL of the queue.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Queue> queues)
The queues used by this environment.
|
EnvironmentResourceDescription |
EnvironmentResourceDescription.withQueues(java.util.Collection<Queue> queues)
The queues used by this environment.
|
Modifier and Type | Method and Description |
---|---|
Queue |
QueueStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |