| 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 |
|---|---|
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 |
|---|---|
StartProjectSessionRequest |
StartProjectSessionRequest.clone() |
StartProjectSessionRequest |
StartProjectSessionRequest.withAssumeControl(Boolean assumeControl)
A value that, if true, enables you to take control of a session, even if a different client is currently
accessing the project.
|
StartProjectSessionRequest |
StartProjectSessionRequest.withName(String name)
The name of the project to act upon.
|
Copyright © 2024. All rights reserved.