Uses of Class
software.amazon.awssdk.services.batch.model.EksContainerOverride
-
Packages that use EksContainerOverride Package Description software.amazon.awssdk.services.batch.model -
-
Uses of EksContainerOverride in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type EksContainerOverride Modifier and Type Method Description List<EksContainerOverride>EksPodPropertiesOverride. containers()The overrides for the container that's used on the Amazon EKS pod.Methods in software.amazon.awssdk.services.batch.model with parameters of type EksContainerOverride Modifier and Type Method Description EksPodPropertiesOverride.BuilderEksPodPropertiesOverride.Builder. containers(EksContainerOverride... containers)The overrides for the container that's used on the Amazon EKS pod.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type EksContainerOverride Modifier and Type Method Description EksPodPropertiesOverride.BuilderEksPodPropertiesOverride.Builder. containers(Collection<EksContainerOverride> containers)The overrides for the container that's used on the Amazon EKS pod.
-