| Package | Description | 
|---|---|
| com.amazonaws.services.machinelearning | 
 Synchronous and asynchronous client classes for accessing AmazonMachineLearning. 
 | 
| com.amazonaws.services.machinelearning.model | 
 Classes modeling the various types represented by AmazonMachineLearning. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DescribeMLModelsResult | 
AmazonMachineLearningClient.describeMLModels()
 Returns a list of  
MLModel that match the search criteria
 in the request. | 
DescribeMLModelsResult | 
AmazonMachineLearning.describeMLModels()
 Returns a list of  
MLModel that match the search criteria
 in the request. | 
DescribeMLModelsResult | 
AmazonMachineLearningClient.describeMLModels(DescribeMLModelsRequest describeMLModelsRequest)
 Returns a list of  
MLModel that match the search criteria
 in the request. | 
DescribeMLModelsResult | 
AmazonMachineLearning.describeMLModels(DescribeMLModelsRequest describeMLModelsRequest)
 Returns a list of  
MLModel that match the search criteria
 in the request. | 
| Modifier and Type | Method and Description | 
|---|---|
Future<DescribeMLModelsResult> | 
AmazonMachineLearningAsyncClient.describeMLModelsAsync(DescribeMLModelsRequest describeMLModelsRequest)
 Returns a list of  
MLModel that match the search criteria
 in the request. | 
Future<DescribeMLModelsResult> | 
AmazonMachineLearningAsync.describeMLModelsAsync(DescribeMLModelsRequest describeMLModelsRequest)
 Returns a list of  
MLModel that match the search criteria
 in the request. | 
Future<DescribeMLModelsResult> | 
AmazonMachineLearningAsyncClient.describeMLModelsAsync(DescribeMLModelsRequest describeMLModelsRequest,
                     AsyncHandler<DescribeMLModelsRequest,DescribeMLModelsResult> asyncHandler)
 Returns a list of  
MLModel that match the search criteria
 in the request. | 
Future<DescribeMLModelsResult> | 
AmazonMachineLearningAsync.describeMLModelsAsync(DescribeMLModelsRequest describeMLModelsRequest,
                     AsyncHandler<DescribeMLModelsRequest,DescribeMLModelsResult> asyncHandler)
 Returns a list of  
MLModel that match the search criteria
 in the request. | 
| Modifier and Type | Method and Description | 
|---|---|
Future<DescribeMLModelsResult> | 
AmazonMachineLearningAsyncClient.describeMLModelsAsync(DescribeMLModelsRequest describeMLModelsRequest,
                     AsyncHandler<DescribeMLModelsRequest,DescribeMLModelsResult> asyncHandler)
 Returns a list of  
MLModel that match the search criteria
 in the request. | 
Future<DescribeMLModelsResult> | 
AmazonMachineLearningAsync.describeMLModelsAsync(DescribeMLModelsRequest describeMLModelsRequest,
                     AsyncHandler<DescribeMLModelsRequest,DescribeMLModelsResult> asyncHandler)
 Returns a list of  
MLModel that match the search criteria
 in the request. | 
| Modifier and Type | Method and Description | 
|---|---|
DescribeMLModelsResult | 
DescribeMLModelsResult.clone()  | 
DescribeMLModelsResult | 
DescribeMLModelsResult.withNextToken(String nextToken)
The ID of the next page in the paginated results that indicates at
 least one more page follows. 
 | 
DescribeMLModelsResult | 
DescribeMLModelsResult.withResults(Collection<MLModel> results)
A list of MLModel that meet the search criteria. 
 | 
DescribeMLModelsResult | 
DescribeMLModelsResult.withResults(MLModel... results)
A list of MLModel that meet the search criteria. 
 | 
Copyright © 2015. All rights reserved.