Uses of Class
com.amazonaws.services.machinelearning.model.DescribeDataSourcesResult
Packages that use DescribeDataSourcesResult
Package
Description
-
Uses of DescribeDataSourcesResult in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning that return DescribeDataSourcesResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearning.describeDataSources()
AbstractAmazonMachineLearning.describeDataSources
(DescribeDataSourcesRequest request) AmazonMachineLearning.describeDataSources()
Simplified method form for invoking the DescribeDataSources operation.AmazonMachineLearning.describeDataSources
(DescribeDataSourcesRequest describeDataSourcesRequest) Returns a list ofDataSource
that match the search criteria in the request.AmazonMachineLearningClient.describeDataSources()
AmazonMachineLearningClient.describeDataSources
(DescribeDataSourcesRequest describeDataSourcesRequest) Returns a list ofDataSource
that match the search criteria in the request.Methods in com.amazonaws.services.machinelearning that return types with arguments of type DescribeDataSourcesResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearningAsync.describeDataSourcesAsync()
Simplified method form for invoking the DescribeDataSources operation.AbstractAmazonMachineLearningAsync.describeDataSourcesAsync
(AsyncHandler<DescribeDataSourcesRequest, DescribeDataSourcesResult> asyncHandler) Simplified method form for invoking the DescribeDataSources operation with an AsyncHandler.AbstractAmazonMachineLearningAsync.describeDataSourcesAsync
(DescribeDataSourcesRequest request) AbstractAmazonMachineLearningAsync.describeDataSourcesAsync
(DescribeDataSourcesRequest request, AsyncHandler<DescribeDataSourcesRequest, DescribeDataSourcesResult> asyncHandler) AmazonMachineLearningAsync.describeDataSourcesAsync()
Simplified method form for invoking the DescribeDataSources operation.AmazonMachineLearningAsync.describeDataSourcesAsync
(AsyncHandler<DescribeDataSourcesRequest, DescribeDataSourcesResult> asyncHandler) Simplified method form for invoking the DescribeDataSources operation with an AsyncHandler.AmazonMachineLearningAsync.describeDataSourcesAsync
(DescribeDataSourcesRequest describeDataSourcesRequest) Returns a list ofDataSource
that match the search criteria in the request.AmazonMachineLearningAsync.describeDataSourcesAsync
(DescribeDataSourcesRequest describeDataSourcesRequest, AsyncHandler<DescribeDataSourcesRequest, DescribeDataSourcesResult> asyncHandler) Returns a list ofDataSource
that match the search criteria in the request.AmazonMachineLearningAsyncClient.describeDataSourcesAsync()
Simplified method form for invoking the DescribeDataSources operation.AmazonMachineLearningAsyncClient.describeDataSourcesAsync
(AsyncHandler<DescribeDataSourcesRequest, DescribeDataSourcesResult> asyncHandler) Simplified method form for invoking the DescribeDataSources operation with an AsyncHandler.AmazonMachineLearningAsyncClient.describeDataSourcesAsync
(DescribeDataSourcesRequest request) AmazonMachineLearningAsyncClient.describeDataSourcesAsync
(DescribeDataSourcesRequest request, AsyncHandler<DescribeDataSourcesRequest, DescribeDataSourcesResult> asyncHandler) Method parameters in com.amazonaws.services.machinelearning with type arguments of type DescribeDataSourcesResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearningAsync.describeDataSourcesAsync
(AsyncHandler<DescribeDataSourcesRequest, DescribeDataSourcesResult> asyncHandler) Simplified method form for invoking the DescribeDataSources operation with an AsyncHandler.AbstractAmazonMachineLearningAsync.describeDataSourcesAsync
(DescribeDataSourcesRequest request, AsyncHandler<DescribeDataSourcesRequest, DescribeDataSourcesResult> asyncHandler) AmazonMachineLearningAsync.describeDataSourcesAsync
(AsyncHandler<DescribeDataSourcesRequest, DescribeDataSourcesResult> asyncHandler) Simplified method form for invoking the DescribeDataSources operation with an AsyncHandler.AmazonMachineLearningAsync.describeDataSourcesAsync
(DescribeDataSourcesRequest describeDataSourcesRequest, AsyncHandler<DescribeDataSourcesRequest, DescribeDataSourcesResult> asyncHandler) Returns a list ofDataSource
that match the search criteria in the request.AmazonMachineLearningAsyncClient.describeDataSourcesAsync
(AsyncHandler<DescribeDataSourcesRequest, DescribeDataSourcesResult> asyncHandler) Simplified method form for invoking the DescribeDataSources operation with an AsyncHandler.AmazonMachineLearningAsyncClient.describeDataSourcesAsync
(DescribeDataSourcesRequest request, AsyncHandler<DescribeDataSourcesRequest, DescribeDataSourcesResult> asyncHandler) -
Uses of DescribeDataSourcesResult in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return DescribeDataSourcesResultModifier and TypeMethodDescriptionDescribeDataSourcesResult.clone()
DescribeDataSourcesResult.withNextToken
(String nextToken) An ID of the next page in the paginated results that indicates at least one more page follows.DescribeDataSourcesResult.withResults
(DataSource... results) A list ofDataSource
that meet the search criteria.DescribeDataSourcesResult.withResults
(Collection<DataSource> results) A list ofDataSource
that meet the search criteria.