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