Package | Description |
---|---|
com.amazonaws.services.ecs |
|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
GetTaskProtectionResult |
AbstractAmazonECS.getTaskProtection(GetTaskProtectionRequest request) |
GetTaskProtectionResult |
AmazonECSClient.getTaskProtection(GetTaskProtectionRequest request)
Retrieves the protection status of tasks in an Amazon ECS service.
|
GetTaskProtectionResult |
AmazonECS.getTaskProtection(GetTaskProtectionRequest getTaskProtectionRequest)
Retrieves the protection status of tasks in an Amazon ECS service.
|
Modifier and Type | Method and Description |
---|---|
Future<GetTaskProtectionResult> |
AbstractAmazonECSAsync.getTaskProtectionAsync(GetTaskProtectionRequest request,
AsyncHandler<GetTaskProtectionRequest,GetTaskProtectionResult> asyncHandler) |
Future<GetTaskProtectionResult> |
AmazonECSAsync.getTaskProtectionAsync(GetTaskProtectionRequest getTaskProtectionRequest,
AsyncHandler<GetTaskProtectionRequest,GetTaskProtectionResult> asyncHandler)
Retrieves the protection status of tasks in an Amazon ECS service.
|
Future<GetTaskProtectionResult> |
AmazonECSAsyncClient.getTaskProtectionAsync(GetTaskProtectionRequest request,
AsyncHandler<GetTaskProtectionRequest,GetTaskProtectionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetTaskProtectionResult |
GetTaskProtectionResult.clone() |
GetTaskProtectionResult |
GetTaskProtectionResult.withFailures(Collection<Failure> failures)
Any failures associated with the call.
|
GetTaskProtectionResult |
GetTaskProtectionResult.withFailures(Failure... failures)
Any failures associated with the call.
|
GetTaskProtectionResult |
GetTaskProtectionResult.withProtectedTasks(Collection<ProtectedTask> protectedTasks)
A list of tasks with the following information.
|
GetTaskProtectionResult |
GetTaskProtectionResult.withProtectedTasks(ProtectedTask... protectedTasks)
A list of tasks with the following information.
|
Copyright © 2023. All rights reserved.