| 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 |
|---|---|
RegisterContainerInstanceResult |
AmazonECSClient.registerContainerInstance(RegisterContainerInstanceRequest registerContainerInstanceRequest)
NOTE: This action is only used by the Amazon EC2 Container
Service agent, and it is not intended for use outside of the agent.
|
RegisterContainerInstanceResult |
AmazonECS.registerContainerInstance(RegisterContainerInstanceRequest registerContainerInstanceRequest)
NOTE: This action is only used by the Amazon EC2 Container
Service agent, and it is not intended for use outside of the agent.
|
| Modifier and Type | Method and Description |
|---|---|
Future<RegisterContainerInstanceResult> |
AmazonECSAsync.registerContainerInstanceAsync(RegisterContainerInstanceRequest registerContainerInstanceRequest)
NOTE: This action is only used by the Amazon EC2 Container
Service agent, and it is not intended for use outside of the agent.
|
Future<RegisterContainerInstanceResult> |
AmazonECSAsyncClient.registerContainerInstanceAsync(RegisterContainerInstanceRequest registerContainerInstanceRequest)
NOTE: This action is only used by the Amazon EC2 Container
Service agent, and it is not intended for use outside of the agent.
|
Future<RegisterContainerInstanceResult> |
AmazonECSAsync.registerContainerInstanceAsync(RegisterContainerInstanceRequest registerContainerInstanceRequest,
AsyncHandler<RegisterContainerInstanceRequest,RegisterContainerInstanceResult> asyncHandler)
NOTE: This action is only used by the Amazon EC2 Container
Service agent, and it is not intended for use outside of the agent.
|
Future<RegisterContainerInstanceResult> |
AmazonECSAsyncClient.registerContainerInstanceAsync(RegisterContainerInstanceRequest registerContainerInstanceRequest,
AsyncHandler<RegisterContainerInstanceRequest,RegisterContainerInstanceResult> asyncHandler)
NOTE: This action is only used by the Amazon EC2 Container
Service agent, and it is not intended for use outside of the agent.
|
| Modifier and Type | Method and Description |
|---|---|
Future<RegisterContainerInstanceResult> |
AmazonECSAsync.registerContainerInstanceAsync(RegisterContainerInstanceRequest registerContainerInstanceRequest,
AsyncHandler<RegisterContainerInstanceRequest,RegisterContainerInstanceResult> asyncHandler)
NOTE: This action is only used by the Amazon EC2 Container
Service agent, and it is not intended for use outside of the agent.
|
Future<RegisterContainerInstanceResult> |
AmazonECSAsyncClient.registerContainerInstanceAsync(RegisterContainerInstanceRequest registerContainerInstanceRequest,
AsyncHandler<RegisterContainerInstanceRequest,RegisterContainerInstanceResult> asyncHandler)
NOTE: This action is only used by the Amazon EC2 Container
Service agent, and it is not intended for use outside of the agent.
|
| Modifier and Type | Method and Description |
|---|---|
RegisterContainerInstanceResult |
RegisterContainerInstanceResult.clone() |
RegisterContainerInstanceResult |
RegisterContainerInstanceResult.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.