@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, createDataset, createDataView, deleteDataset, getCachedResponseMetadata, getChangeset, getDataset, getDataView, getProgrammaticAccessCredentials, getWorkingLocation, listChangesets, listDatasets, listDataViews, shutdown, updateChangeset, updateDataset
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createChangeset, createDataset, createDataView, deleteDataset, getCachedResponseMetadata, getChangeset, getDataset, getDataView, getProgrammaticAccessCredentials, getWorkingLocation, listChangesets, listDatasets, listDataViews, shutdown, updateChangeset, updateDataset
public Future<CreateChangesetResult> createChangesetAsync(CreateChangesetRequest request)
AWSFinSpaceDataAsync
Creates a new Changeset in a FinSpace Dataset.
createChangesetAsync
in interface AWSFinSpaceDataAsync
request
- The request for a CreateChangeset operation.public Future<CreateChangesetResult> createChangesetAsync(CreateChangesetRequest request, AsyncHandler<CreateChangesetRequest,CreateChangesetResult> asyncHandler)
AWSFinSpaceDataAsync
Creates a new Changeset in a FinSpace Dataset.
createChangesetAsync
in interface AWSFinSpaceDataAsync
request
- The request for a CreateChangeset operation.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<CreateDataViewResult> createDataViewAsync(CreateDataViewRequest request)
AWSFinSpaceDataAsync
Creates a Dataview for a Dataset.
createDataViewAsync
in interface AWSFinSpaceDataAsync
request
- Request for creating a data view.public Future<CreateDataViewResult> createDataViewAsync(CreateDataViewRequest request, AsyncHandler<CreateDataViewRequest,CreateDataViewResult> asyncHandler)
AWSFinSpaceDataAsync
Creates a Dataview for a Dataset.
createDataViewAsync
in interface AWSFinSpaceDataAsync
request
- Request for creating a data view.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<CreateDatasetResult> createDatasetAsync(CreateDatasetRequest request)
AWSFinSpaceDataAsync
Creates a new FinSpace Dataset.
createDatasetAsync
in interface AWSFinSpaceDataAsync
request
- The request for a CreateDataset operationpublic Future<CreateDatasetResult> createDatasetAsync(CreateDatasetRequest request, AsyncHandler<CreateDatasetRequest,CreateDatasetResult> asyncHandler)
AWSFinSpaceDataAsync
Creates a new FinSpace Dataset.
createDatasetAsync
in interface AWSFinSpaceDataAsync
request
- The request for a CreateDataset operationasyncHandler
- 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<DeleteDatasetResult> deleteDatasetAsync(DeleteDatasetRequest request)
AWSFinSpaceDataAsync
Deletes a FinSpace Dataset.
deleteDatasetAsync
in interface AWSFinSpaceDataAsync
request
- The request for a DeleteDataset operation.public Future<DeleteDatasetResult> deleteDatasetAsync(DeleteDatasetRequest request, AsyncHandler<DeleteDatasetRequest,DeleteDatasetResult> asyncHandler)
AWSFinSpaceDataAsync
Deletes a FinSpace Dataset.
deleteDatasetAsync
in interface AWSFinSpaceDataAsync
request
- The request for a DeleteDataset operation.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<GetChangesetResult> getChangesetAsync(GetChangesetRequest request)
AWSFinSpaceDataAsync
Get information about a Changeset.
getChangesetAsync
in interface AWSFinSpaceDataAsync
request
- Request to describe a changeset.public Future<GetChangesetResult> getChangesetAsync(GetChangesetRequest request, AsyncHandler<GetChangesetRequest,GetChangesetResult> asyncHandler)
AWSFinSpaceDataAsync
Get information about a Changeset.
getChangesetAsync
in interface AWSFinSpaceDataAsync
request
- Request to describe a changeset.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<GetDataViewResult> getDataViewAsync(GetDataViewRequest request)
AWSFinSpaceDataAsync
Gets information about a Dataview.
getDataViewAsync
in interface AWSFinSpaceDataAsync
request
- Request for retrieving a data view detail. Grouped / accessible within a dataset by its dataset id.public Future<GetDataViewResult> getDataViewAsync(GetDataViewRequest request, AsyncHandler<GetDataViewRequest,GetDataViewResult> asyncHandler)
AWSFinSpaceDataAsync
Gets information about a Dataview.
getDataViewAsync
in interface AWSFinSpaceDataAsync
request
- Request for retrieving a data view detail. Grouped / accessible within a dataset by its dataset id.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<GetDatasetResult> getDatasetAsync(GetDatasetRequest request)
AWSFinSpaceDataAsync
Returns information about a Dataset.
getDatasetAsync
in interface AWSFinSpaceDataAsync
request
- Request for the GetDataset operation.public Future<GetDatasetResult> getDatasetAsync(GetDatasetRequest request, AsyncHandler<GetDatasetRequest,GetDatasetResult> asyncHandler)
AWSFinSpaceDataAsync
Returns information about a Dataset.
getDatasetAsync
in interface AWSFinSpaceDataAsync
request
- Request for the GetDataset operation.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 FinSpace SDK.
getProgrammaticAccessCredentialsAsync
in interface AWSFinSpaceDataAsync
request
- Request for GetProgrammaticAccessCredentials operationpublic Future<GetProgrammaticAccessCredentialsResult> getProgrammaticAccessCredentialsAsync(GetProgrammaticAccessCredentialsRequest request, AsyncHandler<GetProgrammaticAccessCredentialsRequest,GetProgrammaticAccessCredentialsResult> asyncHandler)
AWSFinSpaceDataAsync
Request programmatic credentials to use with FinSpace SDK.
getProgrammaticAccessCredentialsAsync
in interface AWSFinSpaceDataAsync
request
- Request for GetProgrammaticAccessCredentials operationasyncHandler
- 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, where you can copy your files from a source location to stage or use as a scratch space in FinSpace notebook.
getWorkingLocationAsync
in interface AWSFinSpaceDataAsync
public Future<GetWorkingLocationResult> getWorkingLocationAsync(GetWorkingLocationRequest request, AsyncHandler<GetWorkingLocationRequest,GetWorkingLocationResult> asyncHandler)
AWSFinSpaceDataAsync
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.
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.public Future<ListChangesetsResult> listChangesetsAsync(ListChangesetsRequest request)
AWSFinSpaceDataAsync
Lists the FinSpace Changesets for a Dataset.
listChangesetsAsync
in interface AWSFinSpaceDataAsync
request
- Request to ListChangesetsRequest. It exposes minimal query filters.public Future<ListChangesetsResult> listChangesetsAsync(ListChangesetsRequest request, AsyncHandler<ListChangesetsRequest,ListChangesetsResult> asyncHandler)
AWSFinSpaceDataAsync
Lists the FinSpace Changesets for a Dataset.
listChangesetsAsync
in interface AWSFinSpaceDataAsync
request
- Request to ListChangesetsRequest. It exposes minimal query filters.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<ListDataViewsResult> listDataViewsAsync(ListDataViewsRequest request)
AWSFinSpaceDataAsync
Lists all available Dataviews for a Dataset.
listDataViewsAsync
in interface AWSFinSpaceDataAsync
request
- Request for a list data views.public Future<ListDataViewsResult> listDataViewsAsync(ListDataViewsRequest request, AsyncHandler<ListDataViewsRequest,ListDataViewsResult> asyncHandler)
AWSFinSpaceDataAsync
Lists all available Dataviews for a Dataset.
listDataViewsAsync
in interface AWSFinSpaceDataAsync
request
- Request for a list data views.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<ListDatasetsResult> listDatasetsAsync(ListDatasetsRequest request)
AWSFinSpaceDataAsync
Lists all of the active Datasets that a user has access to.
listDatasetsAsync
in interface AWSFinSpaceDataAsync
request
- Request for the ListDatasets operation.public Future<ListDatasetsResult> listDatasetsAsync(ListDatasetsRequest request, AsyncHandler<ListDatasetsRequest,ListDatasetsResult> asyncHandler)
AWSFinSpaceDataAsync
Lists all of the active Datasets that a user has access to.
listDatasetsAsync
in interface AWSFinSpaceDataAsync
request
- Request for the ListDatasets operation.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<UpdateChangesetResult> updateChangesetAsync(UpdateChangesetRequest request)
AWSFinSpaceDataAsync
Updates a FinSpace Changeset.
updateChangesetAsync
in interface AWSFinSpaceDataAsync
request
- Request to update an existing changeset.public Future<UpdateChangesetResult> updateChangesetAsync(UpdateChangesetRequest request, AsyncHandler<UpdateChangesetRequest,UpdateChangesetResult> asyncHandler)
AWSFinSpaceDataAsync
Updates a FinSpace Changeset.
updateChangesetAsync
in interface AWSFinSpaceDataAsync
request
- Request to update an existing changeset.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<UpdateDatasetResult> updateDatasetAsync(UpdateDatasetRequest request)
AWSFinSpaceDataAsync
Updates a FinSpace Dataset.
updateDatasetAsync
in interface AWSFinSpaceDataAsync
request
- The request for an UpdateDataset operationpublic Future<UpdateDatasetResult> updateDatasetAsync(UpdateDatasetRequest request, AsyncHandler<UpdateDatasetRequest,UpdateDatasetResult> asyncHandler)
AWSFinSpaceDataAsync
Updates a FinSpace Dataset.
updateDatasetAsync
in interface AWSFinSpaceDataAsync
request
- The request for an UpdateDataset operationasyncHandler
- 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.