| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.transform |
| Modifier and Type | Method and Description |
|---|---|
default StopCrawlerScheduleResponse |
GlueClient.stopCrawlerSchedule(StopCrawlerScheduleRequest stopCrawlerScheduleRequest)
Sets the schedule state of the specified crawler to
NOT_SCHEDULED, but does not stop the crawler if
it is already running. |
default CompletableFuture<StopCrawlerScheduleResponse> |
GlueAsyncClient.stopCrawlerSchedule(StopCrawlerScheduleRequest stopCrawlerScheduleRequest)
Sets the schedule state of the specified crawler to
NOT_SCHEDULED, but does not stop the crawler if
it is already running. |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
StopCrawlerScheduleRequestMarshaller.marshall(StopCrawlerScheduleRequest stopCrawlerScheduleRequest) |
Copyright © 2023. All rights reserved.