@Generated(value="software.amazon.awssdk:aws-java-sdk-code-generator") public class DescribeDataSourcesFunction extends Object implements SdkFunction<DescribeDataSourcesRequest,DescribeDataSourcesResponse>
| Constructor and Description |
|---|
DescribeDataSourcesFunction(MachineLearningClient client)
Constructs a new DescribeDataSourcesFunction with the given client
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDataSourcesResponse |
apply(DescribeDataSourcesRequest describeDataSourcesRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
public DescribeDataSourcesFunction(MachineLearningClient client)
client - Service clientpublic DescribeDataSourcesResponse apply(DescribeDataSourcesRequest describeDataSourcesRequest)
apply in interface SdkFunction<DescribeDataSourcesRequest,DescribeDataSourcesResponse>describeDataSourcesRequest - Corresponding request for the operationCopyright © 2017. All rights reserved.