Uses of Class
software.amazon.awssdk.services.batch.model.EksVolume
-
Packages that use EksVolume Package Description software.amazon.awssdk.services.batch.model -
-
Uses of EksVolume in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type EksVolume Modifier and Type Method Description List<EksVolume>EksPodProperties. volumes()Specifies the volumes for a job definition that uses Amazon EKS resources.List<EksVolume>EksPodPropertiesDetail. volumes()Specifies the volumes for a job definition using Amazon EKS resources.Methods in software.amazon.awssdk.services.batch.model with parameters of type EksVolume Modifier and Type Method Description EksPodProperties.BuilderEksPodProperties.Builder. volumes(EksVolume... volumes)Specifies the volumes for a job definition that uses Amazon EKS resources.EksPodPropertiesDetail.BuilderEksPodPropertiesDetail.Builder. volumes(EksVolume... volumes)Specifies the volumes for a job definition using Amazon EKS resources.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type EksVolume Modifier and Type Method Description EksPodProperties.BuilderEksPodProperties.Builder. volumes(Collection<EksVolume> volumes)Specifies the volumes for a job definition that uses Amazon EKS resources.EksPodPropertiesDetail.BuilderEksPodPropertiesDetail.Builder. volumes(Collection<EksVolume> volumes)Specifies the volumes for a job definition using Amazon EKS resources.
-