Uses of Class
com.amazonaws.services.ecs.model.KeyValuePair
Packages that use KeyValuePair
-
Uses of KeyValuePair in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return KeyValuePairModifier and TypeMethodDescriptionKeyValuePair.clone()
The name of the key value pair.The value of the key value pair.Methods in com.amazonaws.services.ecs.model that return types with arguments of type KeyValuePairModifier and TypeMethodDescriptionContainerDefinition.getEnvironment()
The environment variables to pass to a container.ContainerOverride.getEnvironment()
The environment variables to send to the container.Methods in com.amazonaws.services.ecs.model with parameters of type KeyValuePairModifier and TypeMethodDescriptionContainerDefinition.withEnvironment
(KeyValuePair... environment) The environment variables to pass to a container.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 KeyValuePairModifier and TypeMethodDescriptionvoid
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.withEnvironment
(Collection<KeyValuePair> environment) The environment variables to pass to a container.ContainerOverride.withEnvironment
(Collection<KeyValuePair> environment) The environment variables to send to the container.