Uses of Class
com.amazonaws.services.ecs.model.VersionInfo
-
Packages that use VersionInfo Package Description com.amazonaws.services.ecs.model -
-
Uses of VersionInfo in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return VersionInfo Modifier and Type Method Description VersionInfo
VersionInfo. clone()
VersionInfo
ContainerInstance. getVersionInfo()
The version information for the Amazon ECS container agent and Docker daemon running on the container instance.VersionInfo
RegisterContainerInstanceRequest. 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.Methods in com.amazonaws.services.ecs.model with parameters of type VersionInfo Modifier and Type Method Description void
ContainerInstance. setVersionInfo(VersionInfo versionInfo)
The version information for the Amazon ECS container agent and Docker daemon running on the container instance.void
RegisterContainerInstanceRequest. setVersionInfo(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.RegisterContainerInstanceRequest
RegisterContainerInstanceRequest. withVersionInfo(VersionInfo versionInfo)
The version information for the Amazon ECS container agent and Docker daemon running on the container instance.
-