Uses of Class
com.amazonaws.services.machinelearning.model.DescribeDataSourcesRequest
Packages that use DescribeDataSourcesRequest
Package
Description
-
Uses of DescribeDataSourcesRequest in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning with parameters of type DescribeDataSourcesRequestModifier and TypeMethodDescriptionAbstractAmazonMachineLearning.describeDataSources(DescribeDataSourcesRequest request) AmazonMachineLearning.describeDataSources(DescribeDataSourcesRequest describeDataSourcesRequest) Returns a list ofDataSourcethat match the search criteria in the request.AmazonMachineLearningClient.describeDataSources(DescribeDataSourcesRequest describeDataSourcesRequest) Returns a list ofDataSourcethat match the search criteria in the request.AbstractAmazonMachineLearningAsync.describeDataSourcesAsync(DescribeDataSourcesRequest request) AbstractAmazonMachineLearningAsync.describeDataSourcesAsync(DescribeDataSourcesRequest request, AsyncHandler<DescribeDataSourcesRequest, DescribeDataSourcesResult> asyncHandler) AmazonMachineLearningAsync.describeDataSourcesAsync(DescribeDataSourcesRequest describeDataSourcesRequest) Returns a list ofDataSourcethat match the search criteria in the request.AmazonMachineLearningAsync.describeDataSourcesAsync(DescribeDataSourcesRequest describeDataSourcesRequest, AsyncHandler<DescribeDataSourcesRequest, DescribeDataSourcesResult> asyncHandler) Returns a list ofDataSourcethat match the search criteria in the request.AmazonMachineLearningAsyncClient.describeDataSourcesAsync(DescribeDataSourcesRequest request) AmazonMachineLearningAsyncClient.describeDataSourcesAsync(DescribeDataSourcesRequest request, AsyncHandler<DescribeDataSourcesRequest, DescribeDataSourcesResult> asyncHandler) Method parameters in com.amazonaws.services.machinelearning with type arguments of type DescribeDataSourcesRequestModifier 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 ofDataSourcethat 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 DescribeDataSourcesRequest in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return DescribeDataSourcesRequestModifier and TypeMethodDescriptionDescribeDataSourcesRequest.clone()The equal to operator.DescribeDataSourcesRequest.withFilterVariable(DataSourceFilterVariable filterVariable) Use one of the following variables to filter a list ofDataSource:DescribeDataSourcesRequest.withFilterVariable(String filterVariable) Use one of the following variables to filter a list ofDataSource:The greater than or equal to operator.The greater than operator.The less than or equal to operator.The maximum number ofDataSourceto include in the result.The less than operator.The not equal to operator.DescribeDataSourcesRequest.withNextToken(String nextToken) The ID of the page in the paginated results.DescribeDataSourcesRequest.withPrefix(String prefix) A string that is found at the beginning of a variable, such asNameorId.DescribeDataSourcesRequest.withSortOrder(SortOrder sortOrder) A two-value parameter that determines the sequence of the resulting list ofDataSource.DescribeDataSourcesRequest.withSortOrder(String sortOrder) A two-value parameter that determines the sequence of the resulting list ofDataSource.