Package | Description |
---|---|
com.amazonaws.services.ecs |
|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
UpdateContainerInstancesStateResult |
AmazonECSClient.updateContainerInstancesState(UpdateContainerInstancesStateRequest request)
Modifies the status of an Amazon ECS container instance.
|
UpdateContainerInstancesStateResult |
AmazonECS.updateContainerInstancesState(UpdateContainerInstancesStateRequest updateContainerInstancesStateRequest)
Modifies the status of an Amazon ECS container instance.
|
UpdateContainerInstancesStateResult |
AbstractAmazonECS.updateContainerInstancesState(UpdateContainerInstancesStateRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<UpdateContainerInstancesStateResult> |
AbstractAmazonECSAsync.updateContainerInstancesStateAsync(UpdateContainerInstancesStateRequest request,
AsyncHandler<UpdateContainerInstancesStateRequest,UpdateContainerInstancesStateResult> asyncHandler) |
Future<UpdateContainerInstancesStateResult> |
AmazonECSAsyncClient.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 © 2021. All rights reserved.