Package | Description |
---|---|
com.amazonaws.services.ecs.model | |
com.amazonaws.services.ecs.model.transform |
Modifier and Type | Field and Description |
---|---|
private VersionInfo |
RegisterContainerInstanceRequest.versionInfo
The version information for the Amazon ECS container agent and Docker
daemon running on the container instance.
|
private VersionInfo |
ContainerInstance.versionInfo
The version information for the Amazon ECS container agent and Docker
daemon running on the container instance.
|
Modifier and Type | Method and Description |
---|---|
VersionInfo |
VersionInfo.clone() |
VersionInfo |
RegisterContainerInstanceRequest.getVersionInfo()
The version information for the Amazon ECS container agent and Docker
daemon running on the container instance.
|
VersionInfo |
ContainerInstance.getVersionInfo()
The version information for the Amazon ECS container agent and Docker
daemon running on the container instance.
|
VersionInfo |
VersionInfo.withAgentHash(java.lang.String agentHash)
The Git commit hash for the Amazon ECS container agent build on the amazon-ecs-
agent GitHub repository.
|
VersionInfo |
VersionInfo.withAgentVersion(java.lang.String agentVersion)
The version number of the Amazon ECS container agent.
|
VersionInfo |
VersionInfo.withDockerVersion(java.lang.String dockerVersion)
The Docker version running on the container instance.
|
Modifier and Type | Method and Description |
---|---|
void |
RegisterContainerInstanceRequest.setVersionInfo(VersionInfo versionInfo)
The version information for the Amazon ECS container agent and Docker
daemon running on the container instance.
|
void |
ContainerInstance.setVersionInfo(VersionInfo versionInfo)
The version information for the Amazon ECS container agent and Docker
daemon running on the container instance.
|
RegisterContainerInstanceRequest |
RegisterContainerInstanceRequest.withVersionInfo(VersionInfo versionInfo)
The version information for the Amazon ECS container agent and Docker
daemon running on the container instance.
|
ContainerInstance |
ContainerInstance.withVersionInfo(VersionInfo versionInfo)
The version information for the Amazon ECS container agent and Docker
daemon running on the container instance.
|
Modifier and Type | Method and Description |
---|---|
VersionInfo |
VersionInfoJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
VersionInfoJsonMarshaller.marshall(VersionInfo versionInfo,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|