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 |
---|---|
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 |
---|---|
UpdateContainerAgentRequest |
UpdateContainerAgentRequest.clone() |
UpdateContainerAgentRequest |
UpdateContainerAgentRequest.withCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that your container instance is running on.
|
UpdateContainerAgentRequest |
UpdateContainerAgentRequest.withContainerInstance(String containerInstance)
The container instance ID or full ARN entries for the container instance on which you would like to update the
Amazon ECS container agent.
|
Copyright © 2017. All rights reserved.