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 |
---|---|
SubmitContainerStateChangeResult |
AmazonECSClient.submitContainerStateChange(SubmitContainerStateChangeRequest submitContainerStateChangeRequest)
NOTE: This action is only used by the Amazon EC2 Container
Service agent, and it is not intended for use outside of the agent.
|
SubmitContainerStateChangeResult |
AmazonECS.submitContainerStateChange(SubmitContainerStateChangeRequest submitContainerStateChangeRequest)
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<SubmitContainerStateChangeResult> |
AmazonECSAsync.submitContainerStateChangeAsync(SubmitContainerStateChangeRequest submitContainerStateChangeRequest)
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<SubmitContainerStateChangeResult> |
AmazonECSAsyncClient.submitContainerStateChangeAsync(SubmitContainerStateChangeRequest submitContainerStateChangeRequest)
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<SubmitContainerStateChangeResult> |
AmazonECSAsync.submitContainerStateChangeAsync(SubmitContainerStateChangeRequest submitContainerStateChangeRequest,
AsyncHandler<SubmitContainerStateChangeRequest,SubmitContainerStateChangeResult> 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<SubmitContainerStateChangeResult> |
AmazonECSAsyncClient.submitContainerStateChangeAsync(SubmitContainerStateChangeRequest submitContainerStateChangeRequest,
AsyncHandler<SubmitContainerStateChangeRequest,SubmitContainerStateChangeResult> 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<SubmitContainerStateChangeResult> |
AmazonECSAsync.submitContainerStateChangeAsync(SubmitContainerStateChangeRequest submitContainerStateChangeRequest,
AsyncHandler<SubmitContainerStateChangeRequest,SubmitContainerStateChangeResult> 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<SubmitContainerStateChangeResult> |
AmazonECSAsyncClient.submitContainerStateChangeAsync(SubmitContainerStateChangeRequest submitContainerStateChangeRequest,
AsyncHandler<SubmitContainerStateChangeRequest,SubmitContainerStateChangeResult> 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 |
---|---|
SubmitContainerStateChangeRequest |
SubmitContainerStateChangeRequest.clone() |
SubmitContainerStateChangeRequest |
SubmitContainerStateChangeRequest.withCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that
hosts the container.
|
SubmitContainerStateChangeRequest |
SubmitContainerStateChangeRequest.withContainerName(String containerName)
The name of the container.
|
SubmitContainerStateChangeRequest |
SubmitContainerStateChangeRequest.withExitCode(Integer exitCode)
The exit code returned for the state change request.
|
SubmitContainerStateChangeRequest |
SubmitContainerStateChangeRequest.withNetworkBindings(Collection<NetworkBinding> networkBindings)
The network bindings of the container.
|
SubmitContainerStateChangeRequest |
SubmitContainerStateChangeRequest.withNetworkBindings(NetworkBinding... networkBindings)
The network bindings of the container.
|
SubmitContainerStateChangeRequest |
SubmitContainerStateChangeRequest.withReason(String reason)
The reason for the state change request.
|
SubmitContainerStateChangeRequest |
SubmitContainerStateChangeRequest.withStatus(String status)
The status of the state change request.
|
SubmitContainerStateChangeRequest |
SubmitContainerStateChangeRequest.withTask(String task)
The task UUID or full Amazon Resource Name (ARN) of the task that
hosts the container.
|
Copyright © 2015. All rights reserved.