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