| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static PidMode |
PidMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PidMode |
RegisterTaskDefinitionRequest.pidMode()
The process namespace to use for the containers in the task.
|
PidMode |
TaskDefinition.pidMode()
The process namespace to use for the containers in the task.
|
static PidMode |
PidMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PidMode[] |
PidMode.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<PidMode> |
PidMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RegisterTaskDefinitionRequest.Builder |
RegisterTaskDefinitionRequest.Builder.pidMode(PidMode pidMode)
The process namespace to use for the containers in the task.
|
TaskDefinition.Builder |
TaskDefinition.Builder.pidMode(PidMode pidMode)
The process namespace to use for the containers in the task.
|
Copyright © 2021. All rights reserved.