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.List<EksContainerDetail>EksPodPropertiesDetail. initContainers()The container registered with the Amazon EKS Connector agent and persists the registration information in the Kubernetes backend data store.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.EksPodPropertiesDetail.BuilderEksPodPropertiesDetail.Builder. initContainers(EksContainerDetail... initContainers)The container registered with the Amazon EKS Connector agent and persists the registration information in the Kubernetes backend data store.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.EksPodPropertiesDetail.BuilderEksPodPropertiesDetail.Builder. initContainers(Collection<EksContainerDetail> initContainers)The container registered with the Amazon EKS Connector agent and persists the registration information in the Kubernetes backend data store.
-