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 Glue machine learning transforms in this Amazon Web Services
account, or the resources with the specified tag.
|
ListMLTransformsResult |
AWSGlue.listMLTransforms(ListMLTransformsRequest listMLTransformsRequest)
Retrieves a sortable, filterable list of existing Glue machine learning transforms in this Amazon Web Services
account, or the resources with the specified tag.
|
Modifier and Type | Method and Description |
---|---|
Future<ListMLTransformsResult> |
AbstractAWSGlueAsync.listMLTransformsAsync(ListMLTransformsRequest request) |
Future<ListMLTransformsResult> |
AWSGlueAsyncClient.listMLTransformsAsync(ListMLTransformsRequest request) |
Future<ListMLTransformsResult> |
AWSGlueAsync.listMLTransformsAsync(ListMLTransformsRequest listMLTransformsRequest)
Retrieves a sortable, filterable list of existing Glue machine learning transforms in this Amazon Web Services
account, or the resources with the specified tag.
|
Future<ListMLTransformsResult> |
AbstractAWSGlueAsync.listMLTransformsAsync(ListMLTransformsRequest request,
AsyncHandler<ListMLTransformsRequest,ListMLTransformsResult> asyncHandler) |
Future<ListMLTransformsResult> |
AWSGlueAsyncClient.listMLTransformsAsync(ListMLTransformsRequest request,
AsyncHandler<ListMLTransformsRequest,ListMLTransformsResult> asyncHandler) |
Future<ListMLTransformsResult> |
AWSGlueAsync.listMLTransformsAsync(ListMLTransformsRequest listMLTransformsRequest,
AsyncHandler<ListMLTransformsRequest,ListMLTransformsResult> asyncHandler)
Retrieves a sortable, filterable list of existing Glue machine learning transforms in this Amazon Web Services
account, or the resources with the specified tag.
|
Modifier and Type | Method and Description |
---|---|
Future<ListMLTransformsResult> |
AbstractAWSGlueAsync.listMLTransformsAsync(ListMLTransformsRequest request,
AsyncHandler<ListMLTransformsRequest,ListMLTransformsResult> asyncHandler) |
Future<ListMLTransformsResult> |
AWSGlueAsyncClient.listMLTransformsAsync(ListMLTransformsRequest request,
AsyncHandler<ListMLTransformsRequest,ListMLTransformsResult> asyncHandler) |
Future<ListMLTransformsResult> |
AWSGlueAsync.listMLTransformsAsync(ListMLTransformsRequest listMLTransformsRequest,
AsyncHandler<ListMLTransformsRequest,ListMLTransformsResult> asyncHandler)
Retrieves a sortable, filterable list of existing Glue machine learning transforms in this Amazon Web Services
account, or the resources with the specified tag.
|
Modifier and Type | Method and Description |
---|---|
ListMLTransformsResult |
ListMLTransformsResult.clone() |
ListMLTransformsResult |
ListMLTransformsResult.withNextToken(String nextToken)
A continuation token, if the returned list does not contain the last metric available.
|
ListMLTransformsResult |
ListMLTransformsResult.withTransformIds(Collection<String> transformIds)
The identifiers of all the machine learning transforms in the account, or the machine learning transforms with
the specified tags.
|
ListMLTransformsResult |
ListMLTransformsResult.withTransformIds(String... transformIds)
The identifiers of all the machine learning transforms in the account, or the machine learning transforms with
the specified tags.
|
Copyright © 2025. All rights reserved.