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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
UpdateContainerAgentResult |
UpdateContainerAgentResult.clone() |
UpdateContainerAgentResult |
UpdateContainerAgentResult.withContainerInstance(ContainerInstance containerInstance)
An Amazon EC2 instance that is running the Amazon ECS agent and has
been registered with a cluster.
|
Copyright © 2015. All rights reserved.