| Package | Description | 
|---|---|
| com.amazonaws.services.ecs.model | 
| Modifier and Type | Method and Description | 
|---|---|
| EnvironmentFile | EnvironmentFile. clone() | 
| EnvironmentFile | EnvironmentFile. withType(EnvironmentFileType type)
 The file type to use. | 
| EnvironmentFile | EnvironmentFile. withType(String type)
 The file type to use. | 
| EnvironmentFile | EnvironmentFile. withValue(String value)
 The Amazon Resource Name (ARN) of the Amazon S3 object containing the environment variable file. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<EnvironmentFile> | ContainerOverride. getEnvironmentFiles()
 A list of files containing the environment variables to pass to a container, instead of the value from the
 container definition. | 
| List<EnvironmentFile> | ContainerDefinition. getEnvironmentFiles()
 A list of files containing the environment variables to pass to a container. | 
| Modifier and Type | Method and Description | 
|---|---|
| ContainerOverride | ContainerOverride. withEnvironmentFiles(EnvironmentFile... environmentFiles)
 A list of files containing the environment variables to pass to a container, instead of the value from the
 container definition. | 
| ContainerDefinition | ContainerDefinition. withEnvironmentFiles(EnvironmentFile... environmentFiles)
 A list of files containing the environment variables to pass to a container. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ContainerOverride. setEnvironmentFiles(Collection<EnvironmentFile> environmentFiles)
 A list of files containing the environment variables to pass to a container, instead of the value from the
 container definition. | 
| void | ContainerDefinition. setEnvironmentFiles(Collection<EnvironmentFile> environmentFiles)
 A list of files containing the environment variables to pass to a container. | 
| ContainerOverride | ContainerOverride. withEnvironmentFiles(Collection<EnvironmentFile> environmentFiles)
 A list of files containing the environment variables to pass to a container, instead of the value from the
 container definition. | 
| ContainerDefinition | ContainerDefinition. withEnvironmentFiles(Collection<EnvironmentFile> environmentFiles)
 A list of files containing the environment variables to pass to a container. | 
Copyright © 2021. All rights reserved.