| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static NetworkMode |
NetworkMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
NetworkMode |
RegisterTaskDefinitionRequest.networkMode()
The Docker networking mode to use for the containers in the task.
|
NetworkMode |
TaskDefinition.networkMode()
The Docker networking mode to use for the containers in the task.
|
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 |
|---|---|
static Set<NetworkMode> |
NetworkMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RegisterTaskDefinitionRequest.Builder |
RegisterTaskDefinitionRequest.Builder.networkMode(NetworkMode networkMode)
The Docker networking mode to use for the containers in the task.
|
TaskDefinition.Builder |
TaskDefinition.Builder.networkMode(NetworkMode networkMode)
The Docker networking mode to use for the containers in the task.
|
Copyright © 2023. All rights reserved.