Uses of Class
com.amazonaws.services.ecs.model.VersionInfo
Packages that use VersionInfo
-
Uses of VersionInfo in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return VersionInfoModifier and TypeMethodDescriptionVersionInfo.clone()
ContainerInstance.getVersionInfo()
The version information for the Amazon ECS container agent and Docker daemon running on the container instance.RegisterContainerInstanceRequest.getVersionInfo()
The version information for the Amazon ECS container agent and Docker daemon running on the container instance.VersionInfo.withAgentHash
(String agentHash) The Git commit hash for the Amazon ECS container agent build on the amazon-ecs- agent GitHub repository.VersionInfo.withAgentVersion
(String agentVersion) The version number of the Amazon ECS container agent.VersionInfo.withDockerVersion
(String dockerVersion) The Docker version running on the container instance.Methods in com.amazonaws.services.ecs.model with parameters of type VersionInfoModifier and TypeMethodDescriptionvoid
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.withVersionInfo
(VersionInfo versionInfo) The version information for the Amazon ECS container agent and Docker daemon running on the container instance.RegisterContainerInstanceRequest.withVersionInfo
(VersionInfo versionInfo) The version information for the Amazon ECS container agent and Docker daemon running on the container instance.