Uses of Class
com.amazonaws.services.ecs.model.KeyValuePair
-
Packages that use KeyValuePair Package Description com.amazonaws.services.ecs.model -
-
Uses of KeyValuePair in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return KeyValuePair Modifier and Type Method Description KeyValuePair
KeyValuePair. clone()
KeyValuePair
KeyValuePair. withName(String name)
The name of the key value pair.KeyValuePair
KeyValuePair. withValue(String value)
The value of the key value pair.Methods in com.amazonaws.services.ecs.model that return types with arguments of type KeyValuePair Modifier and Type Method Description List<KeyValuePair>
ContainerDefinition. getEnvironment()
The environment variables to pass to a container.List<KeyValuePair>
ContainerOverride. getEnvironment()
The environment variables to send to the container.Methods in com.amazonaws.services.ecs.model with parameters of type KeyValuePair Modifier and Type Method Description ContainerDefinition
ContainerDefinition. withEnvironment(KeyValuePair... environment)
The environment variables to pass to a container.ContainerOverride
ContainerOverride. withEnvironment(KeyValuePair... environment)
The environment variables to send to the container.Method parameters in com.amazonaws.services.ecs.model with type arguments of type KeyValuePair Modifier and Type Method Description void
ContainerDefinition. setEnvironment(Collection<KeyValuePair> environment)
The environment variables to pass to a container.void
ContainerOverride. setEnvironment(Collection<KeyValuePair> environment)
The environment variables to send to the container.ContainerDefinition
ContainerDefinition. withEnvironment(Collection<KeyValuePair> environment)
The environment variables to pass to a container.ContainerOverride
ContainerOverride. withEnvironment(Collection<KeyValuePair> environment)
The environment variables to send to the container.
-