Uses of Class
software.amazon.awssdk.services.ecs.model.ContainerDefinition
-
Packages that use ContainerDefinition Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ContainerDefinition in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type ContainerDefinition Modifier and Type Method Description List<ContainerDefinition>RegisterTaskDefinitionRequest. containerDefinitions()A list of container definitions in JSON format that describe the different containers that make up your task.List<ContainerDefinition>TaskDefinition. containerDefinitions()A list of container definitions in JSON format that describe the different containers that make up your task.Methods in software.amazon.awssdk.services.ecs.model with parameters of type ContainerDefinition Modifier and Type Method Description RegisterTaskDefinitionRequest.BuilderRegisterTaskDefinitionRequest.Builder. containerDefinitions(ContainerDefinition... containerDefinitions)A list of container definitions in JSON format that describe the different containers that make up your task.TaskDefinition.BuilderTaskDefinition.Builder. containerDefinitions(ContainerDefinition... containerDefinitions)A list of container definitions in JSON format that describe the different containers that make up your task.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type ContainerDefinition Modifier and Type Method Description RegisterTaskDefinitionRequest.BuilderRegisterTaskDefinitionRequest.Builder. containerDefinitions(Collection<ContainerDefinition> containerDefinitions)A list of container definitions in JSON format that describe the different containers that make up your task.TaskDefinition.BuilderTaskDefinition.Builder. containerDefinitions(Collection<ContainerDefinition> containerDefinitions)A list of container definitions in JSON format that describe the different containers that make up your task.
-