Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
ListCrawlersResult |
AbstractAWSGlue.listCrawlers(ListCrawlersRequest request) |
ListCrawlersResult |
AWSGlueClient.listCrawlers(ListCrawlersRequest request)
Retrieves the names of all crawler resources in this Amazon Web Services account, or the resources with the
specified tag.
|
ListCrawlersResult |
AWSGlue.listCrawlers(ListCrawlersRequest listCrawlersRequest)
Retrieves the names of all crawler resources in this Amazon Web Services account, or the resources with the
specified tag.
|
Modifier and Type | Method and Description |
---|---|
Future<ListCrawlersResult> |
AWSGlueAsyncClient.listCrawlersAsync(ListCrawlersRequest request) |
Future<ListCrawlersResult> |
AbstractAWSGlueAsync.listCrawlersAsync(ListCrawlersRequest request) |
Future<ListCrawlersResult> |
AWSGlueAsync.listCrawlersAsync(ListCrawlersRequest listCrawlersRequest)
Retrieves the names of all crawler resources in this Amazon Web Services account, or the resources with the
specified tag.
|
Future<ListCrawlersResult> |
AWSGlueAsyncClient.listCrawlersAsync(ListCrawlersRequest request,
AsyncHandler<ListCrawlersRequest,ListCrawlersResult> asyncHandler) |
Future<ListCrawlersResult> |
AbstractAWSGlueAsync.listCrawlersAsync(ListCrawlersRequest request,
AsyncHandler<ListCrawlersRequest,ListCrawlersResult> asyncHandler) |
Future<ListCrawlersResult> |
AWSGlueAsync.listCrawlersAsync(ListCrawlersRequest listCrawlersRequest,
AsyncHandler<ListCrawlersRequest,ListCrawlersResult> asyncHandler)
Retrieves the names of all crawler resources in this Amazon Web Services account, or the resources with the
specified tag.
|
Modifier and Type | Method and Description |
---|---|
Future<ListCrawlersResult> |
AWSGlueAsyncClient.listCrawlersAsync(ListCrawlersRequest request,
AsyncHandler<ListCrawlersRequest,ListCrawlersResult> asyncHandler) |
Future<ListCrawlersResult> |
AbstractAWSGlueAsync.listCrawlersAsync(ListCrawlersRequest request,
AsyncHandler<ListCrawlersRequest,ListCrawlersResult> asyncHandler) |
Future<ListCrawlersResult> |
AWSGlueAsync.listCrawlersAsync(ListCrawlersRequest listCrawlersRequest,
AsyncHandler<ListCrawlersRequest,ListCrawlersResult> asyncHandler)
Retrieves the names of all crawler resources in this Amazon Web Services account, or the resources with the
specified tag.
|
Modifier and Type | Method and Description |
---|---|
ListCrawlersResult |
ListCrawlersResult.clone() |
ListCrawlersResult |
ListCrawlersResult.withCrawlerNames(Collection<String> crawlerNames)
The names of all crawlers in the account, or the crawlers with the specified tags.
|
ListCrawlersResult |
ListCrawlersResult.withCrawlerNames(String... crawlerNames)
The names of all crawlers in the account, or the crawlers with the specified tags.
|
ListCrawlersResult |
ListCrawlersResult.withNextToken(String nextToken)
A continuation token, if the returned list does not contain the last metric available.
|
Copyright © 2022. All rights reserved.