public class DescribeMLModelsFunction extends Object implements SdkFunction<DescribeMLModelsRequest,DescribeMLModelsResult>
| Constructor and Description |
|---|
DescribeMLModelsFunction(AmazonMachineLearning client)
Constructs a new DescribeMLModelsFunction with the given client
|
| Modifier and Type | Method and Description |
|---|---|
DescribeMLModelsResult |
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(AmazonMachineLearning client)
client - Service clientpublic DescribeMLModelsResult apply(DescribeMLModelsRequest describeMLModelsRequest)
apply in interface SdkFunction<DescribeMLModelsRequest,DescribeMLModelsResult>describeMLModelsRequest - Corresponding request for the operationCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.