| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew |
Glue DataBrew is a visual, cloud-scale data-preparation service.
|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeScheduleResult |
AbstractAWSGlueDataBrew.describeSchedule(DescribeScheduleRequest request) |
DescribeScheduleResult |
AWSGlueDataBrew.describeSchedule(DescribeScheduleRequest describeScheduleRequest)
Returns the definition of a specific DataBrew schedule.
|
DescribeScheduleResult |
AWSGlueDataBrewClient.describeSchedule(DescribeScheduleRequest request)
Returns the definition of a specific DataBrew schedule.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeScheduleResult> |
AbstractAWSGlueDataBrewAsync.describeScheduleAsync(DescribeScheduleRequest request,
AsyncHandler<DescribeScheduleRequest,DescribeScheduleResult> asyncHandler) |
Future<DescribeScheduleResult> |
AWSGlueDataBrewAsync.describeScheduleAsync(DescribeScheduleRequest describeScheduleRequest,
AsyncHandler<DescribeScheduleRequest,DescribeScheduleResult> asyncHandler)
Returns the definition of a specific DataBrew schedule.
|
Future<DescribeScheduleResult> |
AWSGlueDataBrewAsyncClient.describeScheduleAsync(DescribeScheduleRequest request,
AsyncHandler<DescribeScheduleRequest,DescribeScheduleResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeScheduleResult |
DescribeScheduleResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
DescribeScheduleResult |
DescribeScheduleResult.clearTagsEntries()
Removes all the entries added into Tags.
|
DescribeScheduleResult |
DescribeScheduleResult.clone() |
DescribeScheduleResult |
DescribeScheduleResult.withCreateDate(Date createDate)
The date and time that the schedule was created.
|
DescribeScheduleResult |
DescribeScheduleResult.withCreatedBy(String createdBy)
The identifier (user name) of the user who created the schedule.
|
DescribeScheduleResult |
DescribeScheduleResult.withCronExpression(String cronExpression)
The date or dates and time or times when the jobs are to be run for the schedule.
|
DescribeScheduleResult |
DescribeScheduleResult.withJobNames(Collection<String> jobNames)
The name or names of one or more jobs to be run by using the schedule.
|
DescribeScheduleResult |
DescribeScheduleResult.withJobNames(String... jobNames)
The name or names of one or more jobs to be run by using the schedule.
|
DescribeScheduleResult |
DescribeScheduleResult.withLastModifiedBy(String lastModifiedBy)
The identifier (user name) of the user who last modified the schedule.
|
DescribeScheduleResult |
DescribeScheduleResult.withLastModifiedDate(Date lastModifiedDate)
The date and time that the schedule was last modified.
|
DescribeScheduleResult |
DescribeScheduleResult.withName(String name)
The name of the schedule.
|
DescribeScheduleResult |
DescribeScheduleResult.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the schedule.
|
DescribeScheduleResult |
DescribeScheduleResult.withTags(Map<String,String> tags)
Metadata tags associated with this schedule.
|
Copyright © 2024. All rights reserved.