Package | Description |
---|---|
com.amazonaws.services.ecs.model |
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(String agentHash)
The Git commit hash for the Amazon ECS container agent build on the amazon-ecs-
agent GitHub repository.
|
VersionInfo |
VersionInfo.withAgentVersion(String agentVersion)
The version number of the Amazon ECS container agent.
|
VersionInfo |
VersionInfo.withDockerVersion(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.
|
Copyright © 2018. All rights reserved.