Package | Description |
---|---|
com.amazonaws.services.ecs |
|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
Future<GetTaskProtectionResult> |
AbstractAmazonECSAsync.getTaskProtectionAsync(GetTaskProtectionRequest request,
AsyncHandler<GetTaskProtectionRequest,GetTaskProtectionResult> asyncHandler) |
Future<GetTaskProtectionResult> |
AmazonECSAsyncClient.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.
|
Modifier and Type | Method and Description |
---|---|
GetTaskProtectionRequest |
GetTaskProtectionRequest.clone() |
GetTaskProtectionRequest |
GetTaskProtectionRequest.withCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task sets exist
in.
|
GetTaskProtectionRequest |
GetTaskProtectionRequest.withTasks(Collection<String> tasks)
A list of up to 100 task IDs or full ARN entries.
|
GetTaskProtectionRequest |
GetTaskProtectionRequest.withTasks(String... tasks)
A list of up to 100 task IDs or full ARN entries.
|
Copyright © 2023. All rights reserved.