Uses of Class
software.amazon.awssdk.services.batch.model.EksContainerVolumeMount
-
Packages that use EksContainerVolumeMount Package Description software.amazon.awssdk.services.batch.model -
-
Uses of EksContainerVolumeMount in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type EksContainerVolumeMount Modifier and Type Method Description List<EksContainerVolumeMount>EksContainer. volumeMounts()The volume mounts for the container.List<EksContainerVolumeMount>EksContainerDetail. volumeMounts()The volume mounts for the container.Methods in software.amazon.awssdk.services.batch.model with parameters of type EksContainerVolumeMount Modifier and Type Method Description EksContainer.BuilderEksContainer.Builder. volumeMounts(EksContainerVolumeMount... volumeMounts)The volume mounts for the container.EksContainerDetail.BuilderEksContainerDetail.Builder. volumeMounts(EksContainerVolumeMount... volumeMounts)The volume mounts for the container.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type EksContainerVolumeMount Modifier and Type Method Description EksContainer.BuilderEksContainer.Builder. volumeMounts(Collection<EksContainerVolumeMount> volumeMounts)The volume mounts for the container.EksContainerDetail.BuilderEksContainerDetail.Builder. volumeMounts(Collection<EksContainerVolumeMount> volumeMounts)The volume mounts for the container.
-