| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs |
|
| Modifier and Type | Method and Description |
|---|---|
default GetTaskProtectionResponse |
EcsClient.getTaskProtection(Consumer<GetTaskProtectionRequest.Builder> getTaskProtectionRequest)
Retrieves the protection status of tasks in an Amazon ECS service.
|
default GetTaskProtectionResponse |
EcsClient.getTaskProtection(GetTaskProtectionRequest getTaskProtectionRequest)
Retrieves the protection status of tasks in an Amazon ECS service.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetTaskProtectionResponse> |
EcsAsyncClient.getTaskProtection(Consumer<GetTaskProtectionRequest.Builder> getTaskProtectionRequest)
Retrieves the protection status of tasks in an Amazon ECS service.
|
default CompletableFuture<GetTaskProtectionResponse> |
EcsAsyncClient.getTaskProtection(GetTaskProtectionRequest getTaskProtectionRequest)
Retrieves the protection status of tasks in an Amazon ECS service.
|
Copyright © 2022. All rights reserved.