Uses of Class
software.amazon.awssdk.services.ecs.model.TaskVolumeConfiguration
-
Packages that use TaskVolumeConfiguration Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of TaskVolumeConfiguration in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type TaskVolumeConfiguration Modifier and Type Method Description List<TaskVolumeConfiguration>
RunTaskRequest. volumeConfigurations()
The details of the volume that wasconfiguredAtLaunch
.List<TaskVolumeConfiguration>
StartTaskRequest. volumeConfigurations()
The details of the volume that wasconfiguredAtLaunch
.Methods in software.amazon.awssdk.services.ecs.model with parameters of type TaskVolumeConfiguration Modifier and Type Method Description RunTaskRequest.Builder
RunTaskRequest.Builder. volumeConfigurations(TaskVolumeConfiguration... volumeConfigurations)
The details of the volume that wasconfiguredAtLaunch
.StartTaskRequest.Builder
StartTaskRequest.Builder. volumeConfigurations(TaskVolumeConfiguration... volumeConfigurations)
The details of the volume that wasconfiguredAtLaunch
.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type TaskVolumeConfiguration Modifier and Type Method Description RunTaskRequest.Builder
RunTaskRequest.Builder. volumeConfigurations(Collection<TaskVolumeConfiguration> volumeConfigurations)
The details of the volume that wasconfiguredAtLaunch
.StartTaskRequest.Builder
StartTaskRequest.Builder. volumeConfigurations(Collection<TaskVolumeConfiguration> volumeConfigurations)
The details of the volume that wasconfiguredAtLaunch
.
-