Package | Description |
---|---|
com.amazonaws.services.ecs |
|
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 © 2019. All rights reserved.