| Package | Description |
|---|---|
| com.amazonaws.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static NetworkMode |
NetworkMode.fromValue(String value)
Use this in place of valueOf.
|
static NetworkMode |
NetworkMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkMode[] |
NetworkMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegisterTaskDefinitionRequest.setNetworkMode(NetworkMode networkMode)
The Docker networking mode to use for the containers in the task.
|
void |
TaskDefinition.setNetworkMode(NetworkMode networkMode)
The Docker networking mode to use for the containers in the task.
|
RegisterTaskDefinitionRequest |
RegisterTaskDefinitionRequest.withNetworkMode(NetworkMode networkMode)
The Docker networking mode to use for the containers in the task.
|
TaskDefinition |
TaskDefinition.withNetworkMode(NetworkMode networkMode)
The Docker networking mode to use for the containers in the task.
|
Copyright © 2017. All rights reserved.