Uses of Class
software.amazon.awssdk.services.ecs.model.GetTaskProtectionRequest
-
Packages that use GetTaskProtectionRequest Package Description software.amazon.awssdk.services.ecs Amazon Elastic Container Service software.amazon.awssdk.services.ecs.transform -
-
Uses of GetTaskProtectionRequest in software.amazon.awssdk.services.ecs
Methods in software.amazon.awssdk.services.ecs with parameters of type GetTaskProtectionRequest Modifier and Type Method Description default CompletableFuture<GetTaskProtectionResponse>
EcsAsyncClient. getTaskProtection(GetTaskProtectionRequest 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. -
Uses of GetTaskProtectionRequest in software.amazon.awssdk.services.ecs.transform
Methods in software.amazon.awssdk.services.ecs.transform with parameters of type GetTaskProtectionRequest Modifier and Type Method Description SdkHttpFullRequest
GetTaskProtectionRequestMarshaller. marshall(GetTaskProtectionRequest getTaskProtectionRequest)
-