| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew |
AWS Glue DataBrew is a visual, cloud-scale data-preparation service.
|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
Future<SendProjectSessionActionResult> |
AbstractAWSGlueDataBrewAsync.sendProjectSessionActionAsync(SendProjectSessionActionRequest request,
AsyncHandler<SendProjectSessionActionRequest,SendProjectSessionActionResult> asyncHandler) |
Future<SendProjectSessionActionResult> |
AWSGlueDataBrewAsyncClient.sendProjectSessionActionAsync(SendProjectSessionActionRequest request,
AsyncHandler<SendProjectSessionActionRequest,SendProjectSessionActionResult> asyncHandler) |
Future<SendProjectSessionActionResult> |
AWSGlueDataBrewAsync.sendProjectSessionActionAsync(SendProjectSessionActionRequest sendProjectSessionActionRequest,
AsyncHandler<SendProjectSessionActionRequest,SendProjectSessionActionResult> asyncHandler)
Performs a recipe step within an interactive DataBrew session that's currently open.
|
| Modifier and Type | Method and Description |
|---|---|
SendProjectSessionActionRequest |
SendProjectSessionActionRequest.clone() |
SendProjectSessionActionRequest |
SendProjectSessionActionRequest.withClientSessionId(String clientSessionId)
A unique identifier for an interactive session that's currently open and ready for work.
|
SendProjectSessionActionRequest |
SendProjectSessionActionRequest.withName(String name)
The name of the project to apply the action to.
|
SendProjectSessionActionRequest |
SendProjectSessionActionRequest.withPreview(Boolean preview)
If true, the result of the recipe step will be returned, but not applied.
|
SendProjectSessionActionRequest |
SendProjectSessionActionRequest.withRecipeStep(RecipeStep recipeStep) |
SendProjectSessionActionRequest |
SendProjectSessionActionRequest.withStepIndex(Integer stepIndex)
The index from which to preview a step.
|
SendProjectSessionActionRequest |
SendProjectSessionActionRequest.withViewFrame(ViewFrame viewFrame) |
Copyright © 2021. All rights reserved.