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.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.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.
-