Package | Description |
---|---|
com.amazonaws.services.ecs |
Synchronous and asynchronous client classes for accessing AmazonECS.
|
com.amazonaws.services.ecs.model |
Classes modeling the various types represented by AmazonECS.
|
Modifier and Type | Method and Description |
---|---|
UpdateContainerAgentResult |
AmazonECSClient.updateContainerAgent(UpdateContainerAgentRequest updateContainerAgentRequest)
Updates the Amazon ECS container agent on a specified container
instance.
|
UpdateContainerAgentResult |
AmazonECS.updateContainerAgent(UpdateContainerAgentRequest updateContainerAgentRequest)
Updates the Amazon ECS container agent on a specified container
instance.
|
Future<UpdateContainerAgentResult> |
AmazonECSAsync.updateContainerAgentAsync(UpdateContainerAgentRequest updateContainerAgentRequest)
Updates the Amazon ECS container agent on a specified container
instance.
|
Future<UpdateContainerAgentResult> |
AmazonECSAsyncClient.updateContainerAgentAsync(UpdateContainerAgentRequest updateContainerAgentRequest)
Updates the Amazon ECS container agent on a specified container
instance.
|
Future<UpdateContainerAgentResult> |
AmazonECSAsync.updateContainerAgentAsync(UpdateContainerAgentRequest updateContainerAgentRequest,
AsyncHandler<UpdateContainerAgentRequest,UpdateContainerAgentResult> asyncHandler)
Updates the Amazon ECS container agent on a specified container
instance.
|
Future<UpdateContainerAgentResult> |
AmazonECSAsyncClient.updateContainerAgentAsync(UpdateContainerAgentRequest updateContainerAgentRequest,
AsyncHandler<UpdateContainerAgentRequest,UpdateContainerAgentResult> asyncHandler)
Updates the Amazon ECS container agent on a specified container
instance.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateContainerAgentResult> |
AmazonECSAsync.updateContainerAgentAsync(UpdateContainerAgentRequest updateContainerAgentRequest,
AsyncHandler<UpdateContainerAgentRequest,UpdateContainerAgentResult> asyncHandler)
Updates the Amazon ECS container agent on a specified container
instance.
|
Future<UpdateContainerAgentResult> |
AmazonECSAsyncClient.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 UUID or full Amazon Resource Name (ARN) entries
for the container instance on which you would like to update the
Amazon ECS container agent.
|
Copyright © 2015. All rights reserved.