| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
VersionInfo.Builder |
VersionInfo.Builder.agentHash(String agentHash)
The Git commit hash for the Amazon ECS container agent build on the amazon-ecs-agent GitHub repository.
|
VersionInfo.Builder |
VersionInfo.Builder.agentVersion(String agentVersion)
The version number of the Amazon ECS container agent.
|
static VersionInfo.Builder |
VersionInfo.builder() |
VersionInfo.Builder |
VersionInfo.Builder.dockerVersion(String dockerVersion)
The Docker version running on the container instance.
|
VersionInfo.Builder |
VersionInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VersionInfo.Builder> |
VersionInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ContainerInstance.Builder |
ContainerInstance.Builder.versionInfo(Consumer<VersionInfo.Builder> versionInfo)
The version information for the Amazon ECS container agent and Docker daemon running on the container
instance.
|
default RegisterContainerInstanceRequest.Builder |
RegisterContainerInstanceRequest.Builder.versionInfo(Consumer<VersionInfo.Builder> versionInfo)
The version information for the Amazon ECS container agent and Docker daemon running on the container
instance.
|
Copyright © 2021. All rights reserved.