@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSFinSpaceDataAsync extends AWSFinSpaceData
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSFinSpaceDataAsync
instead.
The FinSpace APIs let you take actions inside the FinSpace environment.
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<CreateChangesetResult> |
createChangesetAsync(CreateChangesetRequest createChangesetRequest)
Creates a new changeset in a FinSpace dataset.
|
Future<CreateChangesetResult> |
createChangesetAsync(CreateChangesetRequest createChangesetRequest,
AsyncHandler<CreateChangesetRequest,CreateChangesetResult> asyncHandler)
Creates a new changeset in a FinSpace dataset.
|
Future<GetProgrammaticAccessCredentialsResult> |
getProgrammaticAccessCredentialsAsync(GetProgrammaticAccessCredentialsRequest getProgrammaticAccessCredentialsRequest)
Request programmatic credentials to use with Habanero SDK.
|
Future<GetProgrammaticAccessCredentialsResult> |
getProgrammaticAccessCredentialsAsync(GetProgrammaticAccessCredentialsRequest getProgrammaticAccessCredentialsRequest,
AsyncHandler<GetProgrammaticAccessCredentialsRequest,GetProgrammaticAccessCredentialsResult> asyncHandler)
Request programmatic credentials to use with Habanero SDK.
|
Future<GetWorkingLocationResult> |
getWorkingLocationAsync(GetWorkingLocationRequest getWorkingLocationRequest)
A temporary Amazon S3 location to copy your files from a source location to stage or use as a scratch space in
Habanero notebook.
|
Future<GetWorkingLocationResult> |
getWorkingLocationAsync(GetWorkingLocationRequest getWorkingLocationRequest,
AsyncHandler<GetWorkingLocationRequest,GetWorkingLocationResult> asyncHandler)
A temporary Amazon S3 location to copy your files from a source location to stage or use as a scratch space in
Habanero notebook.
|
createChangeset, getCachedResponseMetadata, getProgrammaticAccessCredentials, getWorkingLocation, shutdown
Future<CreateChangesetResult> createChangesetAsync(CreateChangesetRequest createChangesetRequest)
Creates a new changeset in a FinSpace dataset.
createChangesetRequest
- Future<CreateChangesetResult> createChangesetAsync(CreateChangesetRequest createChangesetRequest, AsyncHandler<CreateChangesetRequest,CreateChangesetResult> asyncHandler)
Creates a new changeset in a FinSpace dataset.
createChangesetRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetProgrammaticAccessCredentialsResult> getProgrammaticAccessCredentialsAsync(GetProgrammaticAccessCredentialsRequest getProgrammaticAccessCredentialsRequest)
Request programmatic credentials to use with Habanero SDK.
getProgrammaticAccessCredentialsRequest
- Future<GetProgrammaticAccessCredentialsResult> getProgrammaticAccessCredentialsAsync(GetProgrammaticAccessCredentialsRequest getProgrammaticAccessCredentialsRequest, AsyncHandler<GetProgrammaticAccessCredentialsRequest,GetProgrammaticAccessCredentialsResult> asyncHandler)
Request programmatic credentials to use with Habanero SDK.
getProgrammaticAccessCredentialsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetWorkingLocationResult> getWorkingLocationAsync(GetWorkingLocationRequest getWorkingLocationRequest)
A temporary Amazon S3 location to copy your files from a source location to stage or use as a scratch space in Habanero notebook.
getWorkingLocationRequest
- Future<GetWorkingLocationResult> getWorkingLocationAsync(GetWorkingLocationRequest getWorkingLocationRequest, AsyncHandler<GetWorkingLocationRequest,GetWorkingLocationResult> asyncHandler)
A temporary Amazon S3 location to copy your files from a source location to stage or use as a scratch space in Habanero notebook.
getWorkingLocationRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.