| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
default ListCrawlersResponse |
GlueClient.listCrawlers(Consumer<ListCrawlersRequest.Builder> listCrawlersRequest)
Retrieves the names of all crawler resources in this Amazon Web Services account, or the resources with the
specified tag.
|
default CompletableFuture<ListCrawlersResponse> |
GlueAsyncClient.listCrawlers(Consumer<ListCrawlersRequest.Builder> listCrawlersRequest)
Retrieves the names of all crawler resources in this Amazon Web Services account, or the resources with the
specified tag.
|
default ListCrawlersIterable |
GlueClient.listCrawlersPaginator(Consumer<ListCrawlersRequest.Builder> listCrawlersRequest)
Retrieves the names of all crawler resources in this Amazon Web Services account, or the resources with the
specified tag.
|
default ListCrawlersPublisher |
GlueAsyncClient.listCrawlersPaginator(Consumer<ListCrawlersRequest.Builder> 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 |
|---|---|
static ListCrawlersRequest.Builder |
ListCrawlersRequest.builder() |
ListCrawlersRequest.Builder |
ListCrawlersRequest.Builder.maxResults(Integer maxResults)
The maximum size of a list to return.
|
ListCrawlersRequest.Builder |
ListCrawlersRequest.Builder.nextToken(String nextToken)
A continuation token, if this is a continuation request.
|
ListCrawlersRequest.Builder |
ListCrawlersRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCrawlersRequest.Builder |
ListCrawlersRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListCrawlersRequest.Builder |
ListCrawlersRequest.Builder.tags(Map<String,String> tags)
Specifies to return only these tagged resources.
|
ListCrawlersRequest.Builder |
ListCrawlersRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListCrawlersRequest.Builder> |
ListCrawlersRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.