| Package | Description |
|---|---|
| com.amazonaws.services.finspacedata |
The FinSpace APIs let you take actions inside the FinSpace.
|
| com.amazonaws.services.finspacedata.model |
| Modifier and Type | Method and Description |
|---|---|
GetWorkingLocationResult |
AWSFinSpaceDataClient.getWorkingLocation(GetWorkingLocationRequest request)
A temporary Amazon S3 location, where you can copy your files from a source location to stage or use as a scratch
space in FinSpace notebook.
|
GetWorkingLocationResult |
AWSFinSpaceData.getWorkingLocation(GetWorkingLocationRequest getWorkingLocationRequest)
A temporary Amazon S3 location, where you can copy your files from a source location to stage or use as a scratch
space in FinSpace notebook.
|
GetWorkingLocationResult |
AbstractAWSFinSpaceData.getWorkingLocation(GetWorkingLocationRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetWorkingLocationResult> |
AbstractAWSFinSpaceDataAsync.getWorkingLocationAsync(GetWorkingLocationRequest request,
AsyncHandler<GetWorkingLocationRequest,GetWorkingLocationResult> asyncHandler) |
Future<GetWorkingLocationResult> |
AWSFinSpaceDataAsyncClient.getWorkingLocationAsync(GetWorkingLocationRequest request,
AsyncHandler<GetWorkingLocationRequest,GetWorkingLocationResult> asyncHandler) |
Future<GetWorkingLocationResult> |
AWSFinSpaceDataAsync.getWorkingLocationAsync(GetWorkingLocationRequest getWorkingLocationRequest,
AsyncHandler<GetWorkingLocationRequest,GetWorkingLocationResult> asyncHandler)
A temporary Amazon S3 location, where you can copy your files from a source location to stage or use as a scratch
space in FinSpace notebook.
|
| Modifier and Type | Method and Description |
|---|---|
GetWorkingLocationResult |
GetWorkingLocationResult.clone() |
GetWorkingLocationResult |
GetWorkingLocationResult.withS3Bucket(String s3Bucket)
Returns the Amazon S3 bucket name for the working location.
|
GetWorkingLocationResult |
GetWorkingLocationResult.withS3Path(String s3Path)
Returns the Amazon S3 Path for the working location.
|
GetWorkingLocationResult |
GetWorkingLocationResult.withS3Uri(String s3Uri)
Returns the Amazon S3 URI for the working location.
|
Copyright © 2023. All rights reserved.