| 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 |
|---|---|
StartProjectSessionResult |
AWSGlueDataBrewClient.startProjectSession(StartProjectSessionRequest request)
Creates an interactive session, enabling you to manipulate data in a DataBrew project.
|
StartProjectSessionResult |
AbstractAWSGlueDataBrew.startProjectSession(StartProjectSessionRequest request) |
StartProjectSessionResult |
AWSGlueDataBrew.startProjectSession(StartProjectSessionRequest startProjectSessionRequest)
Creates an interactive session, enabling you to manipulate data in a DataBrew project.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartProjectSessionResult> |
AWSGlueDataBrewAsyncClient.startProjectSessionAsync(StartProjectSessionRequest request,
AsyncHandler<StartProjectSessionRequest,StartProjectSessionResult> asyncHandler) |
Future<StartProjectSessionResult> |
AbstractAWSGlueDataBrewAsync.startProjectSessionAsync(StartProjectSessionRequest request,
AsyncHandler<StartProjectSessionRequest,StartProjectSessionResult> asyncHandler) |
Future<StartProjectSessionResult> |
AWSGlueDataBrewAsync.startProjectSessionAsync(StartProjectSessionRequest startProjectSessionRequest,
AsyncHandler<StartProjectSessionRequest,StartProjectSessionResult> asyncHandler)
Creates an interactive session, enabling you to manipulate data in a DataBrew project.
|
| Modifier and Type | Method and Description |
|---|---|
StartProjectSessionResult |
StartProjectSessionResult.clone() |
StartProjectSessionResult |
StartProjectSessionResult.withClientSessionId(String clientSessionId)
A system-generated identifier for the session.
|
StartProjectSessionResult |
StartProjectSessionResult.withName(String name)
The name of the project to be acted upon.
|
Copyright © 2024. All rights reserved.