Uses of Class
software.amazon.awssdk.services.batch.model.EksContainer
-
Packages that use EksContainer Package Description software.amazon.awssdk.services.batch.model -
-
Uses of EksContainer in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type EksContainer Modifier and Type Method Description List<EksContainer>EksPodProperties. containers()The properties of the container that's used on the Amazon EKS pod.List<EksContainer>EksPodProperties. initContainers()These containers run before application containers, always runs to completion, and must complete successfully before the next container starts.Methods in software.amazon.awssdk.services.batch.model with parameters of type EksContainer Modifier and Type Method Description EksPodProperties.BuilderEksPodProperties.Builder. containers(EksContainer... containers)The properties of the container that's used on the Amazon EKS pod.EksPodProperties.BuilderEksPodProperties.Builder. initContainers(EksContainer... initContainers)These containers run before application containers, always runs to completion, and must complete successfully before the next container starts.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type EksContainer Modifier and Type Method Description EksPodProperties.BuilderEksPodProperties.Builder. containers(Collection<EksContainer> containers)The properties of the container that's used on the Amazon EKS pod.EksPodProperties.BuilderEksPodProperties.Builder. initContainers(Collection<EksContainer> initContainers)These containers run before application containers, always runs to completion, and must complete successfully before the next container starts.
-