| 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 |
|---|---|
SendProjectSessionActionResult |
AbstractAWSGlueDataBrew.sendProjectSessionAction(SendProjectSessionActionRequest request) |
SendProjectSessionActionResult |
AWSGlueDataBrew.sendProjectSessionAction(SendProjectSessionActionRequest sendProjectSessionActionRequest)
Performs a recipe step within an interactive DataBrew session that's currently open.
|
SendProjectSessionActionResult |
AWSGlueDataBrewClient.sendProjectSessionAction(SendProjectSessionActionRequest request)
Performs a recipe step within an interactive DataBrew session that's currently open.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SendProjectSessionActionResult> |
AbstractAWSGlueDataBrewAsync.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.
|
Future<SendProjectSessionActionResult> |
AWSGlueDataBrewAsyncClient.sendProjectSessionActionAsync(SendProjectSessionActionRequest request,
AsyncHandler<SendProjectSessionActionRequest,SendProjectSessionActionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SendProjectSessionActionResult |
SendProjectSessionActionResult.clone() |
SendProjectSessionActionResult |
SendProjectSessionActionResult.withActionId(Integer actionId)
A unique identifier for the action that was performed.
|
SendProjectSessionActionResult |
SendProjectSessionActionResult.withName(String name)
The name of the project that was affected by the action.
|
SendProjectSessionActionResult |
SendProjectSessionActionResult.withResult(String result)
A message indicating the result of performing the action.
|
Copyright © 2024. All rights reserved.