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