Uses of Class
software.amazon.awssdk.services.batch.model.Volume
-
Packages that use Volume Package Description software.amazon.awssdk.services.batch.model -
-
Uses of Volume in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type Volume Modifier and Type Method Description List<Volume>ContainerDetail. volumes()A list of volumes that are associated with the job.List<Volume>ContainerProperties. volumes()A list of data volumes used in a job.Methods in software.amazon.awssdk.services.batch.model with parameters of type Volume Modifier and Type Method Description ContainerDetail.BuilderContainerDetail.Builder. volumes(Volume... volumes)A list of volumes that are associated with the job.ContainerProperties.BuilderContainerProperties.Builder. volumes(Volume... volumes)A list of data volumes used in a job.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type Volume Modifier and Type Method Description ContainerDetail.BuilderContainerDetail.Builder. volumes(Collection<Volume> volumes)A list of volumes that are associated with the job.ContainerProperties.BuilderContainerProperties.Builder. volumes(Collection<Volume> volumes)A list of data volumes used in a job.
-