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.List<Volume>EcsTaskDetails. volumes()A list of data volumes used in a job.List<Volume>EcsTaskProperties. volumes()A list of volumes that are associated with the 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.EcsTaskDetails.BuilderEcsTaskDetails.Builder. volumes(Volume... volumes)A list of data volumes used in a job.EcsTaskProperties.BuilderEcsTaskProperties.Builder. volumes(Volume... volumes)A list of volumes that are associated with the 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.EcsTaskDetails.BuilderEcsTaskDetails.Builder. volumes(Collection<Volume> volumes)A list of data volumes used in a job.EcsTaskProperties.BuilderEcsTaskProperties.Builder. volumes(Collection<Volume> volumes)A list of volumes that are associated with the job.
-