SdkFunction<DescribeTasksRequest,DescribeTasksResponse>@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public class DescribeTasksFunction extends Object implements SdkFunction<DescribeTasksRequest,DescribeTasksResponse>
| Constructor | Description |
|---|---|
DescribeTasksFunction(ECSClient client) |
Constructs a new DescribeTasksFunction with the given client
|
| Modifier and Type | Method | Description |
|---|---|---|
DescribeTasksResponse |
apply(DescribeTasksRequest describeTasksRequest) |
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
public DescribeTasksFunction(ECSClient client)
client - Service clientpublic DescribeTasksResponse apply(DescribeTasksRequest describeTasksRequest)
apply in interface SdkFunction<DescribeTasksRequest,DescribeTasksResponse>describeTasksRequest - Corresponding request for the operationCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.