Uses of Class
software.amazon.awssdk.services.batch.model.EksContainerDetail
-
Packages that use EksContainerDetail Package Description software.amazon.awssdk.services.batch.model -
-
Uses of EksContainerDetail in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type EksContainerDetail Modifier and Type Method Description List<EksContainerDetail>EksPodPropertiesDetail. 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 EksContainerDetail Modifier and Type Method Description EksPodPropertiesDetail.BuilderEksPodPropertiesDetail.Builder. containers(EksContainerDetail... 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 EksContainerDetail Modifier and Type Method Description EksPodPropertiesDetail.BuilderEksPodPropertiesDetail.Builder. containers(Collection<EksContainerDetail> containers)The properties of the container that's used on the Amazon EKS pod.
-