Uses of Class
software.amazon.awssdk.services.batch.model.EksContainerEnvironmentVariable
-
Packages that use EksContainerEnvironmentVariable Package Description software.amazon.awssdk.services.batch.model -
-
Uses of EksContainerEnvironmentVariable in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type EksContainerEnvironmentVariable Modifier and Type Method Description List<EksContainerEnvironmentVariable>EksContainer. env()The environment variables to pass to a container.List<EksContainerEnvironmentVariable>EksContainerDetail. env()The environment variables to pass to a container.List<EksContainerEnvironmentVariable>EksContainerOverride. env()The environment variables to send to the container.Methods in software.amazon.awssdk.services.batch.model with parameters of type EksContainerEnvironmentVariable Modifier and Type Method Description EksContainer.BuilderEksContainer.Builder. env(EksContainerEnvironmentVariable... env)The environment variables to pass to a container.EksContainerDetail.BuilderEksContainerDetail.Builder. env(EksContainerEnvironmentVariable... env)The environment variables to pass to a container.EksContainerOverride.BuilderEksContainerOverride.Builder. env(EksContainerEnvironmentVariable... env)The environment variables to send to the container.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type EksContainerEnvironmentVariable Modifier and Type Method Description EksContainer.BuilderEksContainer.Builder. env(Collection<EksContainerEnvironmentVariable> env)The environment variables to pass to a container.EksContainerDetail.BuilderEksContainerDetail.Builder. env(Collection<EksContainerEnvironmentVariable> env)The environment variables to pass to a container.EksContainerOverride.BuilderEksContainerOverride.Builder. env(Collection<EksContainerEnvironmentVariable> env)The environment variables to send to the container.
-