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.List<EksContainerOverride>EksPodPropertiesOverride. initContainers()The overrides for theinitContainersdefined in 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.EksPodPropertiesOverride.BuilderEksPodPropertiesOverride.Builder. initContainers(EksContainerOverride... initContainers)The overrides for theinitContainersdefined in 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.EksPodPropertiesOverride.BuilderEksPodPropertiesOverride.Builder. initContainers(Collection<EksContainerOverride> initContainers)The overrides for theinitContainersdefined in the Amazon EKS pod.
-