| 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 |
|---|---|
DescribeRecipeResult |
AbstractAWSGlueDataBrew.describeRecipe(DescribeRecipeRequest request) |
DescribeRecipeResult |
AWSGlueDataBrew.describeRecipe(DescribeRecipeRequest describeRecipeRequest)
Returns the definition of a specific DataBrew recipe corresponding to a particular version.
|
DescribeRecipeResult |
AWSGlueDataBrewClient.describeRecipe(DescribeRecipeRequest request)
Returns the definition of a specific DataBrew recipe corresponding to a particular version.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeRecipeResult> |
AWSGlueDataBrewAsyncClient.describeRecipeAsync(DescribeRecipeRequest request,
AsyncHandler<DescribeRecipeRequest,DescribeRecipeResult> asyncHandler) |
Future<DescribeRecipeResult> |
AWSGlueDataBrewAsync.describeRecipeAsync(DescribeRecipeRequest describeRecipeRequest,
AsyncHandler<DescribeRecipeRequest,DescribeRecipeResult> asyncHandler)
Returns the definition of a specific DataBrew recipe corresponding to a particular version.
|
Future<DescribeRecipeResult> |
AbstractAWSGlueDataBrewAsync.describeRecipeAsync(DescribeRecipeRequest request,
AsyncHandler<DescribeRecipeRequest,DescribeRecipeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeRecipeResult |
DescribeRecipeResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
DescribeRecipeResult |
DescribeRecipeResult.clearTagsEntries()
Removes all the entries added into Tags.
|
DescribeRecipeResult |
DescribeRecipeResult.clone() |
DescribeRecipeResult |
DescribeRecipeResult.withCreateDate(Date createDate)
The date and time that the recipe was created.
|
DescribeRecipeResult |
DescribeRecipeResult.withCreatedBy(String createdBy)
The identifier (user name) of the user who created the recipe.
|
DescribeRecipeResult |
DescribeRecipeResult.withDescription(String description)
The description of the recipe.
|
DescribeRecipeResult |
DescribeRecipeResult.withLastModifiedBy(String lastModifiedBy)
The identifier (user name) of the user who last modified the recipe.
|
DescribeRecipeResult |
DescribeRecipeResult.withLastModifiedDate(Date lastModifiedDate)
The date and time that the recipe was last modified.
|
DescribeRecipeResult |
DescribeRecipeResult.withName(String name)
The name of the recipe.
|
DescribeRecipeResult |
DescribeRecipeResult.withProjectName(String projectName)
The name of the project associated with this recipe.
|
DescribeRecipeResult |
DescribeRecipeResult.withPublishedBy(String publishedBy)
The identifier (user name) of the user who last published the recipe.
|
DescribeRecipeResult |
DescribeRecipeResult.withPublishedDate(Date publishedDate)
The date and time when the recipe was last published.
|
DescribeRecipeResult |
DescribeRecipeResult.withRecipeVersion(String recipeVersion)
The recipe version identifier.
|
DescribeRecipeResult |
DescribeRecipeResult.withResourceArn(String resourceArn)
The ARN of the recipe.
|
DescribeRecipeResult |
DescribeRecipeResult.withSteps(Collection<RecipeStep> steps)
One or more steps to be performed by the recipe.
|
DescribeRecipeResult |
DescribeRecipeResult.withSteps(RecipeStep... steps)
One or more steps to be performed by the recipe.
|
DescribeRecipeResult |
DescribeRecipeResult.withTags(Map<String,String> tags)
Metadata tags associated with this project.
|
Copyright © 2024. All rights reserved.