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 VersionInfoVersionInfo. clone()VersionInfoContainerInstance. getVersionInfo()The version information for the Amazon ECS container agent and Docker daemon running on the container instance.VersionInfoRegisterContainerInstanceRequest. getVersionInfo()The version information for the Amazon ECS container agent and Docker daemon running on the container instance.VersionInfoVersionInfo. withAgentHash(String agentHash)The Git commit hash for the Amazon ECS container agent build on the amazon-ecs- agent GitHub repository.VersionInfoVersionInfo. withAgentVersion(String agentVersion)The version number of the Amazon ECS container agent.VersionInfoVersionInfo. 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 voidContainerInstance. setVersionInfo(VersionInfo versionInfo)The version information for the Amazon ECS container agent and Docker daemon running on the container instance.voidRegisterContainerInstanceRequest. setVersionInfo(VersionInfo versionInfo)The version information for the Amazon ECS container agent and Docker daemon running on the container instance.ContainerInstanceContainerInstance. withVersionInfo(VersionInfo versionInfo)The version information for the Amazon ECS container agent and Docker daemon running on the container instance.RegisterContainerInstanceRequestRegisterContainerInstanceRequest. withVersionInfo(VersionInfo versionInfo)The version information for the Amazon ECS container agent and Docker daemon running on the container instance.
-