Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
Container |
Container.clone() |
Container |
Container.withContainerArn(String containerArn)
The Amazon Resource Name (ARN) of the container.
|
Container |
Container.withCpu(String cpu)
The number of CPU units set for the container.
|
Container |
Container.withExitCode(Integer exitCode)
The exit code returned from the container.
|
Container |
Container.withGpuIds(Collection<String> gpuIds)
The IDs of each GPU assigned to the container.
|
Container |
Container.withGpuIds(String... gpuIds)
The IDs of each GPU assigned to the container.
|
Container |
Container.withHealthStatus(HealthStatus healthStatus)
The health status of the container.
|
Container |
Container.withHealthStatus(String healthStatus)
The health status of the container.
|
Container |
Container.withImage(String image)
The image used for the container.
|
Container |
Container.withImageDigest(String imageDigest)
The container image manifest digest.
|
Container |
Container.withLastStatus(String lastStatus)
The last known status of the container.
|
Container |
Container.withManagedAgents(Collection<ManagedAgent> managedAgents)
The details of any Amazon ECS managed agents associated with the container.
|
Container |
Container.withManagedAgents(ManagedAgent... managedAgents)
The details of any Amazon ECS managed agents associated with the container.
|
Container |
Container.withMemory(String memory)
The hard limit (in MiB) of memory set for the container.
|
Container |
Container.withMemoryReservation(String memoryReservation)
The soft limit (in MiB) of memory set for the container.
|
Container |
Container.withName(String name)
The name of the container.
|
Container |
Container.withNetworkBindings(Collection<NetworkBinding> networkBindings)
The network bindings associated with the container.
|
Container |
Container.withNetworkBindings(NetworkBinding... networkBindings)
The network bindings associated with the container.
|
Container |
Container.withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
The network interfaces associated with the container.
|
Container |
Container.withNetworkInterfaces(NetworkInterface... networkInterfaces)
The network interfaces associated with the container.
|
Container |
Container.withReason(String reason)
A short (255 max characters) human-readable string to provide additional details about a running or stopped
container.
|
Container |
Container.withRuntimeId(String runtimeId)
The ID of the Docker container.
|
Container |
Container.withTaskArn(String taskArn)
The ARN of the task.
|
Modifier and Type | Method and Description |
---|---|
List<Container> |
Task.getContainers()
The containers that's associated with the task.
|
Modifier and Type | Method and Description |
---|---|
Task |
Task.withContainers(Container... containers)
The containers that's associated with the task.
|
Modifier and Type | Method and Description |
---|---|
void |
Task.setContainers(Collection<Container> containers)
The containers that's associated with the task.
|
Task |
Task.withContainers(Collection<Container> containers)
The containers that's associated with the task.
|
Copyright © 2023. All rights reserved.