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