Uses of Class
software.amazon.awssdk.services.ecs.model.Volume
-
Packages that use Volume Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of Volume in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type Volume Modifier and Type Method Description List<Volume>RegisterTaskDefinitionRequest. volumes()A list of volume definitions in JSON format that containers in your task might use.List<Volume>TaskDefinition. volumes()The list of data volume definitions for the task.Methods in software.amazon.awssdk.services.ecs.model with parameters of type Volume Modifier and Type Method Description RegisterTaskDefinitionRequest.BuilderRegisterTaskDefinitionRequest.Builder. volumes(Volume... volumes)A list of volume definitions in JSON format that containers in your task might use.TaskDefinition.BuilderTaskDefinition.Builder. volumes(Volume... volumes)The list of data volume definitions for the task.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type Volume Modifier and Type Method Description RegisterTaskDefinitionRequest.BuilderRegisterTaskDefinitionRequest.Builder. volumes(Collection<Volume> volumes)A list of volume definitions in JSON format that containers in your task might use.TaskDefinition.BuilderTaskDefinition.Builder. volumes(Collection<Volume> volumes)The list of data volume definitions for the task.
-