Package | Description |
---|---|
com.amazonaws.services.ecs |
|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
UpdateTaskProtectionResult |
AbstractAmazonECS.updateTaskProtection(UpdateTaskProtectionRequest request) |
UpdateTaskProtectionResult |
AmazonECSClient.updateTaskProtection(UpdateTaskProtectionRequest request)
Updates the protection status of a task.
|
UpdateTaskProtectionResult |
AmazonECS.updateTaskProtection(UpdateTaskProtectionRequest updateTaskProtectionRequest)
Updates the protection status of a task.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateTaskProtectionResult> |
AbstractAmazonECSAsync.updateTaskProtectionAsync(UpdateTaskProtectionRequest request,
AsyncHandler<UpdateTaskProtectionRequest,UpdateTaskProtectionResult> asyncHandler) |
Future<UpdateTaskProtectionResult> |
AmazonECSAsync.updateTaskProtectionAsync(UpdateTaskProtectionRequest updateTaskProtectionRequest,
AsyncHandler<UpdateTaskProtectionRequest,UpdateTaskProtectionResult> asyncHandler)
Updates the protection status of a task.
|
Future<UpdateTaskProtectionResult> |
AmazonECSAsyncClient.updateTaskProtectionAsync(UpdateTaskProtectionRequest request,
AsyncHandler<UpdateTaskProtectionRequest,UpdateTaskProtectionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateTaskProtectionResult |
UpdateTaskProtectionResult.clone() |
UpdateTaskProtectionResult |
UpdateTaskProtectionResult.withFailures(Collection<Failure> failures)
Any failures associated with the call.
|
UpdateTaskProtectionResult |
UpdateTaskProtectionResult.withFailures(Failure... failures)
Any failures associated with the call.
|
UpdateTaskProtectionResult |
UpdateTaskProtectionResult.withProtectedTasks(Collection<ProtectedTask> protectedTasks)
A list of tasks with the following information.
|
UpdateTaskProtectionResult |
UpdateTaskProtectionResult.withProtectedTasks(ProtectedTask... protectedTasks)
A list of tasks with the following information.
|
Copyright © 2024. All rights reserved.