Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
Volume |
Volume.clone() |
Volume |
Volume.withDockerVolumeConfiguration(DockerVolumeConfiguration dockerVolumeConfiguration)
This parameter is specified when using Docker volumes.
|
Volume |
Volume.withHost(HostVolumeProperties host)
This parameter is specified when using bind mount host volumes.
|
Volume |
Volume.withName(String name)
The name of the volume.
|
Modifier and Type | Method and Description |
---|---|
List<Volume> |
RegisterTaskDefinitionRequest.getVolumes()
A list of volume definitions in JSON format that containers in your task may use.
|
List<Volume> |
TaskDefinition.getVolumes()
The list of volumes in a task.
|
Modifier and Type | Method and Description |
---|---|
RegisterTaskDefinitionRequest |
RegisterTaskDefinitionRequest.withVolumes(Volume... volumes)
A list of volume definitions in JSON format that containers in your task may use.
|
TaskDefinition |
TaskDefinition.withVolumes(Volume... volumes)
The list of volumes in a task.
|
Modifier and Type | Method and Description |
---|---|
void |
RegisterTaskDefinitionRequest.setVolumes(Collection<Volume> volumes)
A list of volume definitions in JSON format that containers in your task may use.
|
void |
TaskDefinition.setVolumes(Collection<Volume> volumes)
The list of volumes in a task.
|
RegisterTaskDefinitionRequest |
RegisterTaskDefinitionRequest.withVolumes(Collection<Volume> volumes)
A list of volume definitions in JSON format that containers in your task may use.
|
TaskDefinition |
TaskDefinition.withVolumes(Collection<Volume> volumes)
The list of volumes in a task.
|
Copyright © 2018. All rights reserved.