Uses of Class
software.amazon.awssdk.services.ecs.model.IpcMode
-
Packages that use IpcMode Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of IpcMode in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return IpcMode Modifier and Type Method Description static IpcModeIpcMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IpcModeRegisterTaskDefinitionRequest. ipcMode()The IPC resource namespace to use for the containers in the task.IpcModeTaskDefinition. ipcMode()The IPC resource namespace to use for the containers in the task.static IpcModeIpcMode. 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.Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type IpcMode Modifier and Type Method Description static Set<IpcMode>IpcMode. knownValues()Methods in software.amazon.awssdk.services.ecs.model with parameters of type IpcMode Modifier and Type Method Description RegisterTaskDefinitionRequest.BuilderRegisterTaskDefinitionRequest.Builder. ipcMode(IpcMode ipcMode)The IPC resource namespace to use for the containers in the task.TaskDefinition.BuilderTaskDefinition.Builder. ipcMode(IpcMode ipcMode)The IPC resource namespace to use for the containers in the task.
-