Uses of Class
software.amazon.awssdk.services.pipes.model.EcsEnvironmentVariable
-
Packages that use EcsEnvironmentVariable Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of EcsEnvironmentVariable in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return types with arguments of type EcsEnvironmentVariable Modifier and Type Method Description List<EcsEnvironmentVariable>EcsContainerOverride. environment()The environment variables to send to the container.Methods in software.amazon.awssdk.services.pipes.model with parameters of type EcsEnvironmentVariable Modifier and Type Method Description EcsContainerOverride.BuilderEcsContainerOverride.Builder. environment(EcsEnvironmentVariable... environment)The environment variables to send to the container.Method parameters in software.amazon.awssdk.services.pipes.model with type arguments of type EcsEnvironmentVariable Modifier and Type Method Description EcsContainerOverride.BuilderEcsContainerOverride.Builder. environment(Collection<EcsEnvironmentVariable> environment)The environment variables to send to the container.
-