AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Retrieves the names of all crawler resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.

This operation takes the optional Tags field, which you can use as a filter on the response so that tagged resources can be retrieved as a group. If you choose to use tags filtering, only resources with the tag are retrieved.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to ListCrawlersAsync.

Namespace: Amazon.Glue
Assembly: AWSSDK.Glue.dll
Version: 3.x.y.z

Syntax

C#
public abstract ListCrawlersResponse ListCrawlers(
         ListCrawlersRequest request
)

Parameters

request
Type: Amazon.Glue.Model.ListCrawlersRequest

Container for the necessary parameters to execute the ListCrawlers service method.

Return Value


The response from the ListCrawlers service method, as returned by Glue.

Exceptions

ExceptionCondition
OperationTimeoutException The operation timed out.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also