Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
ListMLTransformsResult |
AbstractAWSGlue.listMLTransforms(ListMLTransformsRequest request) |
ListMLTransformsResult |
AWSGlueClient.listMLTransforms(ListMLTransformsRequest request)
Retrieves a sortable, filterable list of existing AWS Glue machine learning transforms in this AWS account, or
the resources with the specified tag.
|
ListMLTransformsResult |
AWSGlue.listMLTransforms(ListMLTransformsRequest listMLTransformsRequest)
Retrieves a sortable, filterable list of existing AWS Glue machine learning transforms in this AWS account, or
the resources with the specified tag.
|
Future<ListMLTransformsResult> |
AWSGlueAsync.listMLTransformsAsync(ListMLTransformsRequest listMLTransformsRequest)
Retrieves a sortable, filterable list of existing AWS Glue machine learning transforms in this AWS account, or
the resources with the specified tag.
|
Future<ListMLTransformsResult> |
AWSGlueAsyncClient.listMLTransformsAsync(ListMLTransformsRequest request) |
Future<ListMLTransformsResult> |
AbstractAWSGlueAsync.listMLTransformsAsync(ListMLTransformsRequest request) |
Future<ListMLTransformsResult> |
AWSGlueAsync.listMLTransformsAsync(ListMLTransformsRequest listMLTransformsRequest,
AsyncHandler<ListMLTransformsRequest,ListMLTransformsResult> asyncHandler)
Retrieves a sortable, filterable list of existing AWS Glue machine learning transforms in this AWS account, or
the resources with the specified tag.
|
Future<ListMLTransformsResult> |
AWSGlueAsyncClient.listMLTransformsAsync(ListMLTransformsRequest request,
AsyncHandler<ListMLTransformsRequest,ListMLTransformsResult> asyncHandler) |
Future<ListMLTransformsResult> |
AbstractAWSGlueAsync.listMLTransformsAsync(ListMLTransformsRequest request,
AsyncHandler<ListMLTransformsRequest,ListMLTransformsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<ListMLTransformsResult> |
AWSGlueAsync.listMLTransformsAsync(ListMLTransformsRequest listMLTransformsRequest,
AsyncHandler<ListMLTransformsRequest,ListMLTransformsResult> asyncHandler)
Retrieves a sortable, filterable list of existing AWS Glue machine learning transforms in this AWS account, or
the resources with the specified tag.
|
Future<ListMLTransformsResult> |
AWSGlueAsyncClient.listMLTransformsAsync(ListMLTransformsRequest request,
AsyncHandler<ListMLTransformsRequest,ListMLTransformsResult> asyncHandler) |
Future<ListMLTransformsResult> |
AbstractAWSGlueAsync.listMLTransformsAsync(ListMLTransformsRequest request,
AsyncHandler<ListMLTransformsRequest,ListMLTransformsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListMLTransformsRequest |
ListMLTransformsRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ListMLTransformsRequest |
ListMLTransformsRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
ListMLTransformsRequest |
ListMLTransformsRequest.clone() |
ListMLTransformsRequest |
ListMLTransformsRequest.withFilter(TransformFilterCriteria filter)
A
TransformFilterCriteria used to filter the machine learning transforms. |
ListMLTransformsRequest |
ListMLTransformsRequest.withMaxResults(Integer maxResults)
The maximum size of a list to return.
|
ListMLTransformsRequest |
ListMLTransformsRequest.withNextToken(String nextToken)
A continuation token, if this is a continuation request.
|
ListMLTransformsRequest |
ListMLTransformsRequest.withSort(TransformSortCriteria sort)
A
TransformSortCriteria used to sort the machine learning transforms. |
ListMLTransformsRequest |
ListMLTransformsRequest.withTags(Map<String,String> tags)
Specifies to return only these tagged resources.
|
Copyright © 2020. All rights reserved.