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 KeyValuePairKeyValuePair. clone()KeyValuePairKeyValuePair. withName(String name)The name of the key value pair.KeyValuePairKeyValuePair. 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 ContainerDefinitionContainerDefinition. withEnvironment(KeyValuePair... environment)The environment variables to pass to a container.ContainerOverrideContainerOverride. 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 voidContainerDefinition. setEnvironment(Collection<KeyValuePair> environment)The environment variables to pass to a container.voidContainerOverride. setEnvironment(Collection<KeyValuePair> environment)The environment variables to send to the container.ContainerDefinitionContainerDefinition. withEnvironment(Collection<KeyValuePair> environment)The environment variables to pass to a container.ContainerOverrideContainerOverride. withEnvironment(Collection<KeyValuePair> environment)The environment variables to send to the container.
-