Uses of Class
software.amazon.awssdk.services.ecs.model.GetTaskProtectionResponse
-
Packages that use GetTaskProtectionResponse Package Description software.amazon.awssdk.services.ecs Amazon Elastic Container Service -
-
Uses of GetTaskProtectionResponse in software.amazon.awssdk.services.ecs
Methods in software.amazon.awssdk.services.ecs that return GetTaskProtectionResponse Modifier and Type Method 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.Methods in software.amazon.awssdk.services.ecs that return types with arguments of type GetTaskProtectionResponse Modifier and Type Method 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.
-