Package | Description |
---|---|
com.amazonaws.services.ecs |
Amazon EC2 Container Service (Amazon ECS) is a highly scalable, fast, container management service that makes it easy
to run, stop, and manage Docker containers on a cluster of EC2 instances.
|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
UpdateContainerInstancesStateResult |
AmazonECS.updateContainerInstancesState(UpdateContainerInstancesStateRequest updateContainerInstancesStateRequest)
Modifies the status of an Amazon ECS container instance.
|
UpdateContainerInstancesStateResult |
AmazonECSClient.updateContainerInstancesState(UpdateContainerInstancesStateRequest request)
Modifies the status of an Amazon ECS container instance.
|
UpdateContainerInstancesStateResult |
AbstractAmazonECS.updateContainerInstancesState(UpdateContainerInstancesStateRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<UpdateContainerInstancesStateResult> |
AmazonECSAsyncClient.updateContainerInstancesStateAsync(UpdateContainerInstancesStateRequest request,
AsyncHandler<UpdateContainerInstancesStateRequest,UpdateContainerInstancesStateResult> asyncHandler) |
Future<UpdateContainerInstancesStateResult> |
AbstractAmazonECSAsync.updateContainerInstancesStateAsync(UpdateContainerInstancesStateRequest request,
AsyncHandler<UpdateContainerInstancesStateRequest,UpdateContainerInstancesStateResult> asyncHandler) |
Future<UpdateContainerInstancesStateResult> |
AmazonECSAsync.updateContainerInstancesStateAsync(UpdateContainerInstancesStateRequest updateContainerInstancesStateRequest,
AsyncHandler<UpdateContainerInstancesStateRequest,UpdateContainerInstancesStateResult> asyncHandler)
Modifies the status of an Amazon ECS container instance.
|
Modifier and Type | Method and Description |
---|---|
UpdateContainerInstancesStateResult |
UpdateContainerInstancesStateResult.clone() |
UpdateContainerInstancesStateResult |
UpdateContainerInstancesStateResult.withContainerInstances(Collection<ContainerInstance> containerInstances)
The list of container instances.
|
UpdateContainerInstancesStateResult |
UpdateContainerInstancesStateResult.withContainerInstances(ContainerInstance... containerInstances)
The list of container instances.
|
UpdateContainerInstancesStateResult |
UpdateContainerInstancesStateResult.withFailures(Collection<Failure> failures)
Any failures associated with the call.
|
UpdateContainerInstancesStateResult |
UpdateContainerInstancesStateResult.withFailures(Failure... failures)
Any failures associated with the call.
|
Copyright © 2017. All rights reserved.