SdkFunction<DescribeMLModelsRequest,DescribeMLModelsResponse>@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public class DescribeMLModelsFunction extends Object implements SdkFunction<DescribeMLModelsRequest,DescribeMLModelsResponse>
| Constructor | Description |
|---|---|
DescribeMLModelsFunction(MachineLearningClient client) |
Constructs a new DescribeMLModelsFunction with the given client
|
| Modifier and Type | Method | 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 Amazon Web Services, Inc. All Rights Reserved.