@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSFinSpaceDataAsync extends AbstractAWSFinSpaceData implements AWSFinSpaceDataAsync
AWSFinSpaceDataAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
createChangeset, getCachedResponseMetadata, getProgrammaticAccessCredentials, getWorkingLocation, shutdown
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createChangeset, getCachedResponseMetadata, getProgrammaticAccessCredentials, getWorkingLocation, shutdown
public Future<CreateChangesetResult> createChangesetAsync(CreateChangesetRequest request)
AWSFinSpaceDataAsync
Creates a new changeset in a FinSpace dataset.
createChangesetAsync
in interface AWSFinSpaceDataAsync
public Future<CreateChangesetResult> createChangesetAsync(CreateChangesetRequest request, AsyncHandler<CreateChangesetRequest,CreateChangesetResult> asyncHandler)
AWSFinSpaceDataAsync
Creates a new changeset in a FinSpace dataset.
createChangesetAsync
in interface AWSFinSpaceDataAsync
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.public Future<GetProgrammaticAccessCredentialsResult> getProgrammaticAccessCredentialsAsync(GetProgrammaticAccessCredentialsRequest request)
AWSFinSpaceDataAsync
Request programmatic credentials to use with Habanero SDK.
getProgrammaticAccessCredentialsAsync
in interface AWSFinSpaceDataAsync
public Future<GetProgrammaticAccessCredentialsResult> getProgrammaticAccessCredentialsAsync(GetProgrammaticAccessCredentialsRequest request, AsyncHandler<GetProgrammaticAccessCredentialsRequest,GetProgrammaticAccessCredentialsResult> asyncHandler)
AWSFinSpaceDataAsync
Request programmatic credentials to use with Habanero SDK.
getProgrammaticAccessCredentialsAsync
in interface AWSFinSpaceDataAsync
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.public Future<GetWorkingLocationResult> getWorkingLocationAsync(GetWorkingLocationRequest request)
AWSFinSpaceDataAsync
A temporary Amazon S3 location to copy your files from a source location to stage or use as a scratch space in Habanero notebook.
getWorkingLocationAsync
in interface AWSFinSpaceDataAsync
public Future<GetWorkingLocationResult> getWorkingLocationAsync(GetWorkingLocationRequest request, AsyncHandler<GetWorkingLocationRequest,GetWorkingLocationResult> asyncHandler)
AWSFinSpaceDataAsync
A temporary Amazon S3 location to copy your files from a source location to stage or use as a scratch space in Habanero notebook.
getWorkingLocationAsync
in interface AWSFinSpaceDataAsync
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.