Package | Description |
---|---|
com.amazonaws.services.ecs.model | |
com.amazonaws.services.ecs.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Volume> |
TaskDefinition.volumes
The list of volumes in a task.
|
private SdkInternalList<Volume> |
RegisterTaskDefinitionRequest.volumes
A list of volume definitions in JSON format that containers in your task
may use.
|
Modifier and Type | Method and Description |
---|---|
Volume |
Volume.clone() |
Volume |
Volume.withHost(HostVolumeProperties host)
The contents of the
host parameter determine whether your
data volume persists on the host container instance and where it is
stored. |
Volume |
Volume.withName(java.lang.String name)
The name of the volume.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Volume> |
TaskDefinition.getVolumes()
The list of volumes in a task.
|
java.util.List<Volume> |
RegisterTaskDefinitionRequest.getVolumes()
A list of volume definitions in JSON format that containers in your task
may use.
|
Modifier and Type | Method and Description |
---|---|
TaskDefinition |
TaskDefinition.withVolumes(Volume... volumes)
The list of volumes in a task.
|
RegisterTaskDefinitionRequest |
RegisterTaskDefinitionRequest.withVolumes(Volume... volumes)
A list of volume definitions in JSON format that containers in your task
may use.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskDefinition.setVolumes(java.util.Collection<Volume> volumes)
The list of volumes in a task.
|
void |
RegisterTaskDefinitionRequest.setVolumes(java.util.Collection<Volume> volumes)
A list of volume definitions in JSON format that containers in your task
may use.
|
TaskDefinition |
TaskDefinition.withVolumes(java.util.Collection<Volume> volumes)
The list of volumes in a task.
|
RegisterTaskDefinitionRequest |
RegisterTaskDefinitionRequest.withVolumes(java.util.Collection<Volume> volumes)
A list of volume definitions in JSON format that containers in your task
may use.
|
Modifier and Type | Method and Description |
---|---|
Volume |
VolumeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
VolumeJsonMarshaller.marshall(Volume volume,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|