Package | Description |
---|---|
com.amazonaws.services.ecs |
Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, container management service that makes it
easy to run, stop, and manage Docker containers on a cluster.
|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
UpdateContainerAgentResult |
AmazonECS.updateContainerAgent(UpdateContainerAgentRequest updateContainerAgentRequest)
Updates the Amazon ECS container agent on a specified container instance.
|
UpdateContainerAgentResult |
AmazonECSClient.updateContainerAgent(UpdateContainerAgentRequest request)
Updates the Amazon ECS container agent on a specified container instance.
|
UpdateContainerAgentResult |
AbstractAmazonECS.updateContainerAgent(UpdateContainerAgentRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<UpdateContainerAgentResult> |
AmazonECSAsyncClient.updateContainerAgentAsync(UpdateContainerAgentRequest request,
AsyncHandler<UpdateContainerAgentRequest,UpdateContainerAgentResult> asyncHandler) |
Future<UpdateContainerAgentResult> |
AbstractAmazonECSAsync.updateContainerAgentAsync(UpdateContainerAgentRequest request,
AsyncHandler<UpdateContainerAgentRequest,UpdateContainerAgentResult> asyncHandler) |
Future<UpdateContainerAgentResult> |
AmazonECSAsync.updateContainerAgentAsync(UpdateContainerAgentRequest updateContainerAgentRequest,
AsyncHandler<UpdateContainerAgentRequest,UpdateContainerAgentResult> asyncHandler)
Updates the Amazon ECS container agent on a specified container instance.
|
Modifier and Type | Method and Description |
---|---|
UpdateContainerAgentResult |
UpdateContainerAgentResult.clone() |
UpdateContainerAgentResult |
UpdateContainerAgentResult.withContainerInstance(ContainerInstance containerInstance)
The container instance for which the container agent was updated.
|
Copyright © 2018. All rights reserved.