Uses of Class
software.amazon.awssdk.services.batch.model.EksPodProperties
-
Packages that use EksPodProperties Package Description software.amazon.awssdk.services.batch.model -
-
Uses of EksPodProperties in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return EksPodProperties Modifier and Type Method Description EksPodPropertiesEksProperties. podProperties()The properties for the Kubernetes pod resources of a job.Methods in software.amazon.awssdk.services.batch.model with parameters of type EksPodProperties Modifier and Type Method Description EksProperties.BuilderEksProperties.Builder. podProperties(EksPodProperties podProperties)The properties for the Kubernetes pod resources of a job.
-