Package | Description |
---|---|
com.amazonaws.services.ecs.model | |
com.amazonaws.services.ecs.model.transform |
Modifier and Type | Field and Description |
---|---|
private HostVolumeProperties |
Volume.host
The contents of the
host parameter determine whether your
data volume persists on the host container instance and where it is
stored. |
Modifier and Type | Method and Description |
---|---|
HostVolumeProperties |
HostVolumeProperties.clone() |
HostVolumeProperties |
Volume.getHost()
The contents of the
host parameter determine whether your
data volume persists on the host container instance and where it is
stored. |
HostVolumeProperties |
HostVolumeProperties.withSourcePath(java.lang.String sourcePath)
The path on the host container instance that is presented to the
container.
|
Modifier and Type | Method and Description |
---|---|
void |
Volume.setHost(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.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. |
Modifier and Type | Method and Description |
---|---|
HostVolumeProperties |
HostVolumePropertiesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
HostVolumePropertiesJsonMarshaller.marshall(HostVolumeProperties hostVolumeProperties,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|