Package | Description |
---|---|
com.amazonaws.services.ecs.model | |
com.amazonaws.services.ecs.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<VolumeFrom> |
ContainerDefinition.volumesFrom
Data volumes to mount from another container.
|
Modifier and Type | Method and Description |
---|---|
VolumeFrom |
VolumeFrom.clone() |
VolumeFrom |
VolumeFrom.withReadOnly(java.lang.Boolean readOnly)
If this value is
true , the container has read-only access to
the volume. |
VolumeFrom |
VolumeFrom.withSourceContainer(java.lang.String sourceContainer)
The name of the container to mount volumes from.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<VolumeFrom> |
ContainerDefinition.getVolumesFrom()
Data volumes to mount from another container.
|
Modifier and Type | Method and Description |
---|---|
ContainerDefinition |
ContainerDefinition.withVolumesFrom(VolumeFrom... volumesFrom)
Data volumes to mount from another container.
|
Modifier and Type | Method and Description |
---|---|
void |
ContainerDefinition.setVolumesFrom(java.util.Collection<VolumeFrom> volumesFrom)
Data volumes to mount from another container.
|
ContainerDefinition |
ContainerDefinition.withVolumesFrom(java.util.Collection<VolumeFrom> volumesFrom)
Data volumes to mount from another container.
|
Modifier and Type | Method and Description |
---|---|
VolumeFrom |
VolumeFromJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
VolumeFromJsonMarshaller.marshall(VolumeFrom volumeFrom,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|