Uses of Class
software.amazon.awssdk.services.pipes.model.EcsEnvironmentFile
-
Packages that use EcsEnvironmentFile Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of EcsEnvironmentFile in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return types with arguments of type EcsEnvironmentFile Modifier and Type Method Description List<EcsEnvironmentFile>EcsContainerOverride. environmentFiles()A list of files containing the environment variables to pass to a container, instead of the value from the container definition.Methods in software.amazon.awssdk.services.pipes.model with parameters of type EcsEnvironmentFile Modifier and Type Method Description EcsContainerOverride.BuilderEcsContainerOverride.Builder. environmentFiles(EcsEnvironmentFile... environmentFiles)A list of files containing the environment variables to pass to a container, instead of the value from the container definition.Method parameters in software.amazon.awssdk.services.pipes.model with type arguments of type EcsEnvironmentFile Modifier and Type Method Description EcsContainerOverride.BuilderEcsContainerOverride.Builder. environmentFiles(Collection<EcsEnvironmentFile> environmentFiles)A list of files containing the environment variables to pass to a container, instead of the value from the container definition.
-