Java com.amazonaws.services.ecs.model ContainerDefinition fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.ecs.model ContainerDefinition fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.ecs.model ContainerDefinition.

The text is from its open source code.

Constructor

Method

IntegergetCpu()

The number of cpu units reserved for the container.

java.util.ListgetEnvironment()

The environment variables to pass to a container.

StringgetImage()

The image used to start a container.

IntegergetMemoryReservation()

The soft limit (in MiB) of memory to reserve for the container.

java.util.ListgetPortMappings()

The list of port mappings for the container.

ContainerDefinitionwithEntryPoint(String... entryPoint)

Early versions of the Amazon ECS container agent do not properly handle entryPoint parameters.

ContainerDefinitionwithEntryPoint(java.util.Collection entryPoint)

Early versions of the Amazon ECS container agent do not properly handle entryPoint parameters.

ContainerDefinitionwithEnvironment(KeyValuePair... environment)

The environment variables to pass to a container.

ContainerDefinitionwithEnvironment(java.util.Collection environment)

The environment variables to pass to a container.

ContainerDefinitionwithLogConfiguration(LogConfiguration logConfiguration)

The log configuration specification for the container.