Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
static PidMode |
PidMode.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
void |
RegisterTaskDefinitionRequest.setPidMode(PidMode pidMode)
The process namespace to use for the containers in the task.
|
void |
TaskDefinition.setPidMode(PidMode pidMode)
The process namespace to use for the containers in the task.
|
RegisterTaskDefinitionRequest |
RegisterTaskDefinitionRequest.withPidMode(PidMode pidMode)
The process namespace to use for the containers in the task.
|
TaskDefinition |
TaskDefinition.withPidMode(PidMode pidMode)
The process namespace to use for the containers in the task.
|
Copyright © 2025. All rights reserved.