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