| 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.
|
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 |
|---|---|
RegisterContainerInstanceRequest |
RegisterContainerInstanceRequest.clone() |
RegisterContainerInstanceRequest |
RegisterContainerInstanceRequest.withCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that
you want to register your container instance with.
|
RegisterContainerInstanceRequest |
RegisterContainerInstanceRequest.withInstanceIdentityDocument(String instanceIdentityDocument)
Returns a reference to this object so that method calls can be chained together.
|
RegisterContainerInstanceRequest |
RegisterContainerInstanceRequest.withInstanceIdentityDocumentSignature(String instanceIdentityDocumentSignature)
Returns a reference to this object so that method calls can be chained together.
|
RegisterContainerInstanceRequest |
RegisterContainerInstanceRequest.withTotalResources(Collection<Resource> totalResources)
Returns a reference to this object so that method calls can be chained together.
|
RegisterContainerInstanceRequest |
RegisterContainerInstanceRequest.withTotalResources(Resource... totalResources)
Returns a reference to this object so that method calls can be chained together.
|
Copyright © 2015. All rights reserved.