@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonOmicsAsync extends AmazonOmics
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
AbstractAmazonOmicsAsync
instead.
This is the Amazon Omics API Reference. For an introduction to the service, see What is Amazon Omics? in the Amazon Omics Developer Guide.
ENDPOINT_PREFIX
batchDeleteReadSet, cancelAnnotationImportJob, cancelRun, cancelVariantImportJob, createAnnotationStore, createReferenceStore, createRunGroup, createSequenceStore, createVariantStore, createWorkflow, deleteAnnotationStore, deleteReference, deleteReferenceStore, deleteRun, deleteRunGroup, deleteSequenceStore, deleteVariantStore, deleteWorkflow, getAnnotationImportJob, getAnnotationStore, getCachedResponseMetadata, getReadSet, getReadSetActivationJob, getReadSetExportJob, getReadSetImportJob, getReadSetMetadata, getReference, getReferenceImportJob, getReferenceMetadata, getReferenceStore, getRun, getRunGroup, getRunTask, getSequenceStore, getVariantImportJob, getVariantStore, getWorkflow, listAnnotationImportJobs, listAnnotationStores, listReadSetActivationJobs, listReadSetExportJobs, listReadSetImportJobs, listReadSets, listReferenceImportJobs, listReferences, listReferenceStores, listRunGroups, listRuns, listRunTasks, listSequenceStores, listTagsForResource, listVariantImportJobs, listVariantStores, listWorkflows, shutdown, startAnnotationImportJob, startReadSetActivationJob, startReadSetExportJob, startReadSetImportJob, startReferenceImportJob, startRun, startVariantImportJob, tagResource, untagResource, updateAnnotationStore, updateRunGroup, updateVariantStore, updateWorkflow, waiters
Future<BatchDeleteReadSetResult> batchDeleteReadSetAsync(BatchDeleteReadSetRequest batchDeleteReadSetRequest)
Deletes one or more read sets.
batchDeleteReadSetRequest
- Future<BatchDeleteReadSetResult> batchDeleteReadSetAsync(BatchDeleteReadSetRequest batchDeleteReadSetRequest, AsyncHandler<BatchDeleteReadSetRequest,BatchDeleteReadSetResult> asyncHandler)
Deletes one or more read sets.
batchDeleteReadSetRequest
- 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<CancelAnnotationImportJobResult> cancelAnnotationImportJobAsync(CancelAnnotationImportJobRequest cancelAnnotationImportJobRequest)
Cancels an annotation import job.
cancelAnnotationImportJobRequest
- Future<CancelAnnotationImportJobResult> cancelAnnotationImportJobAsync(CancelAnnotationImportJobRequest cancelAnnotationImportJobRequest, AsyncHandler<CancelAnnotationImportJobRequest,CancelAnnotationImportJobResult> asyncHandler)
Cancels an annotation import job.
cancelAnnotationImportJobRequest
- 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<CancelRunResult> cancelRunAsync(CancelRunRequest cancelRunRequest)
Cancels a run.
cancelRunRequest
- Future<CancelRunResult> cancelRunAsync(CancelRunRequest cancelRunRequest, AsyncHandler<CancelRunRequest,CancelRunResult> asyncHandler)
Cancels a run.
cancelRunRequest
- 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<CancelVariantImportJobResult> cancelVariantImportJobAsync(CancelVariantImportJobRequest cancelVariantImportJobRequest)
Cancels a variant import job.
cancelVariantImportJobRequest
- Future<CancelVariantImportJobResult> cancelVariantImportJobAsync(CancelVariantImportJobRequest cancelVariantImportJobRequest, AsyncHandler<CancelVariantImportJobRequest,CancelVariantImportJobResult> asyncHandler)
Cancels a variant import job.
cancelVariantImportJobRequest
- 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<CreateAnnotationStoreResult> createAnnotationStoreAsync(CreateAnnotationStoreRequest createAnnotationStoreRequest)
Creates an annotation store.
createAnnotationStoreRequest
- Future<CreateAnnotationStoreResult> createAnnotationStoreAsync(CreateAnnotationStoreRequest createAnnotationStoreRequest, AsyncHandler<CreateAnnotationStoreRequest,CreateAnnotationStoreResult> asyncHandler)
Creates an annotation store.
createAnnotationStoreRequest
- 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<CreateReferenceStoreResult> createReferenceStoreAsync(CreateReferenceStoreRequest createReferenceStoreRequest)
Creates a reference store.
createReferenceStoreRequest
- Future<CreateReferenceStoreResult> createReferenceStoreAsync(CreateReferenceStoreRequest createReferenceStoreRequest, AsyncHandler<CreateReferenceStoreRequest,CreateReferenceStoreResult> asyncHandler)
Creates a reference store.
createReferenceStoreRequest
- 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<CreateRunGroupResult> createRunGroupAsync(CreateRunGroupRequest createRunGroupRequest)
Creates a run group.
createRunGroupRequest
- Future<CreateRunGroupResult> createRunGroupAsync(CreateRunGroupRequest createRunGroupRequest, AsyncHandler<CreateRunGroupRequest,CreateRunGroupResult> asyncHandler)
Creates a run group.
createRunGroupRequest
- 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<CreateSequenceStoreResult> createSequenceStoreAsync(CreateSequenceStoreRequest createSequenceStoreRequest)
Creates a sequence store.
createSequenceStoreRequest
- Future<CreateSequenceStoreResult> createSequenceStoreAsync(CreateSequenceStoreRequest createSequenceStoreRequest, AsyncHandler<CreateSequenceStoreRequest,CreateSequenceStoreResult> asyncHandler)
Creates a sequence store.
createSequenceStoreRequest
- 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<CreateVariantStoreResult> createVariantStoreAsync(CreateVariantStoreRequest createVariantStoreRequest)
Creates a variant store.
createVariantStoreRequest
- Future<CreateVariantStoreResult> createVariantStoreAsync(CreateVariantStoreRequest createVariantStoreRequest, AsyncHandler<CreateVariantStoreRequest,CreateVariantStoreResult> asyncHandler)
Creates a variant store.
createVariantStoreRequest
- 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<CreateWorkflowResult> createWorkflowAsync(CreateWorkflowRequest createWorkflowRequest)
Creates a workflow.
createWorkflowRequest
- Future<CreateWorkflowResult> createWorkflowAsync(CreateWorkflowRequest createWorkflowRequest, AsyncHandler<CreateWorkflowRequest,CreateWorkflowResult> asyncHandler)
Creates a workflow.
createWorkflowRequest
- 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<DeleteAnnotationStoreResult> deleteAnnotationStoreAsync(DeleteAnnotationStoreRequest deleteAnnotationStoreRequest)
Deletes an annotation store.
deleteAnnotationStoreRequest
- Future<DeleteAnnotationStoreResult> deleteAnnotationStoreAsync(DeleteAnnotationStoreRequest deleteAnnotationStoreRequest, AsyncHandler<DeleteAnnotationStoreRequest,DeleteAnnotationStoreResult> asyncHandler)
Deletes an annotation store.
deleteAnnotationStoreRequest
- 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<DeleteReferenceResult> deleteReferenceAsync(DeleteReferenceRequest deleteReferenceRequest)
Deletes a genome reference.
deleteReferenceRequest
- Future<DeleteReferenceResult> deleteReferenceAsync(DeleteReferenceRequest deleteReferenceRequest, AsyncHandler<DeleteReferenceRequest,DeleteReferenceResult> asyncHandler)
Deletes a genome reference.
deleteReferenceRequest
- 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<DeleteReferenceStoreResult> deleteReferenceStoreAsync(DeleteReferenceStoreRequest deleteReferenceStoreRequest)
Deletes a genome reference store.
deleteReferenceStoreRequest
- Future<DeleteReferenceStoreResult> deleteReferenceStoreAsync(DeleteReferenceStoreRequest deleteReferenceStoreRequest, AsyncHandler<DeleteReferenceStoreRequest,DeleteReferenceStoreResult> asyncHandler)
Deletes a genome reference store.
deleteReferenceStoreRequest
- 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<DeleteRunResult> deleteRunAsync(DeleteRunRequest deleteRunRequest)
Deletes a workflow run.
deleteRunRequest
- Future<DeleteRunResult> deleteRunAsync(DeleteRunRequest deleteRunRequest, AsyncHandler<DeleteRunRequest,DeleteRunResult> asyncHandler)
Deletes a workflow run.
deleteRunRequest
- 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<DeleteRunGroupResult> deleteRunGroupAsync(DeleteRunGroupRequest deleteRunGroupRequest)
Deletes a workflow run group.
deleteRunGroupRequest
- Future<DeleteRunGroupResult> deleteRunGroupAsync(DeleteRunGroupRequest deleteRunGroupRequest, AsyncHandler<DeleteRunGroupRequest,DeleteRunGroupResult> asyncHandler)
Deletes a workflow run group.
deleteRunGroupRequest
- 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<DeleteSequenceStoreResult> deleteSequenceStoreAsync(DeleteSequenceStoreRequest deleteSequenceStoreRequest)
Deletes a sequence store.
deleteSequenceStoreRequest
- Future<DeleteSequenceStoreResult> deleteSequenceStoreAsync(DeleteSequenceStoreRequest deleteSequenceStoreRequest, AsyncHandler<DeleteSequenceStoreRequest,DeleteSequenceStoreResult> asyncHandler)
Deletes a sequence store.
deleteSequenceStoreRequest
- 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<DeleteVariantStoreResult> deleteVariantStoreAsync(DeleteVariantStoreRequest deleteVariantStoreRequest)
Deletes a variant store.
deleteVariantStoreRequest
- Future<DeleteVariantStoreResult> deleteVariantStoreAsync(DeleteVariantStoreRequest deleteVariantStoreRequest, AsyncHandler<DeleteVariantStoreRequest,DeleteVariantStoreResult> asyncHandler)
Deletes a variant store.
deleteVariantStoreRequest
- 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<DeleteWorkflowResult> deleteWorkflowAsync(DeleteWorkflowRequest deleteWorkflowRequest)
Deletes a workflow.
deleteWorkflowRequest
- Future<DeleteWorkflowResult> deleteWorkflowAsync(DeleteWorkflowRequest deleteWorkflowRequest, AsyncHandler<DeleteWorkflowRequest,DeleteWorkflowResult> asyncHandler)
Deletes a workflow.
deleteWorkflowRequest
- 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<GetAnnotationImportJobResult> getAnnotationImportJobAsync(GetAnnotationImportJobRequest getAnnotationImportJobRequest)
Gets information about an annotation import job.
getAnnotationImportJobRequest
- Future<GetAnnotationImportJobResult> getAnnotationImportJobAsync(GetAnnotationImportJobRequest getAnnotationImportJobRequest, AsyncHandler<GetAnnotationImportJobRequest,GetAnnotationImportJobResult> asyncHandler)
Gets information about an annotation import job.
getAnnotationImportJobRequest
- 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<GetAnnotationStoreResult> getAnnotationStoreAsync(GetAnnotationStoreRequest getAnnotationStoreRequest)
Gets information about an annotation store.
getAnnotationStoreRequest
- Future<GetAnnotationStoreResult> getAnnotationStoreAsync(GetAnnotationStoreRequest getAnnotationStoreRequest, AsyncHandler<GetAnnotationStoreRequest,GetAnnotationStoreResult> asyncHandler)
Gets information about an annotation store.
getAnnotationStoreRequest
- 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<GetReadSetResult> getReadSetAsync(GetReadSetRequest getReadSetRequest)
Gets a file from a read set.
getReadSetRequest
- Future<GetReadSetResult> getReadSetAsync(GetReadSetRequest getReadSetRequest, AsyncHandler<GetReadSetRequest,GetReadSetResult> asyncHandler)
Gets a file from a read set.
getReadSetRequest
- 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<GetReadSetActivationJobResult> getReadSetActivationJobAsync(GetReadSetActivationJobRequest getReadSetActivationJobRequest)
Gets information about a read set activation job.
getReadSetActivationJobRequest
- Future<GetReadSetActivationJobResult> getReadSetActivationJobAsync(GetReadSetActivationJobRequest getReadSetActivationJobRequest, AsyncHandler<GetReadSetActivationJobRequest,GetReadSetActivationJobResult> asyncHandler)
Gets information about a read set activation job.
getReadSetActivationJobRequest
- 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<GetReadSetExportJobResult> getReadSetExportJobAsync(GetReadSetExportJobRequest getReadSetExportJobRequest)
Gets information about a read set export job.
getReadSetExportJobRequest
- Future<GetReadSetExportJobResult> getReadSetExportJobAsync(GetReadSetExportJobRequest getReadSetExportJobRequest, AsyncHandler<GetReadSetExportJobRequest,GetReadSetExportJobResult> asyncHandler)
Gets information about a read set export job.
getReadSetExportJobRequest
- 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<GetReadSetImportJobResult> getReadSetImportJobAsync(GetReadSetImportJobRequest getReadSetImportJobRequest)
Gets information about a read set import job.
getReadSetImportJobRequest
- Future<GetReadSetImportJobResult> getReadSetImportJobAsync(GetReadSetImportJobRequest getReadSetImportJobRequest, AsyncHandler<GetReadSetImportJobRequest,GetReadSetImportJobResult> asyncHandler)
Gets information about a read set import job.
getReadSetImportJobRequest
- 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<GetReadSetMetadataResult> getReadSetMetadataAsync(GetReadSetMetadataRequest getReadSetMetadataRequest)
Gets details about a read set.
getReadSetMetadataRequest
- Future<GetReadSetMetadataResult> getReadSetMetadataAsync(GetReadSetMetadataRequest getReadSetMetadataRequest, AsyncHandler<GetReadSetMetadataRequest,GetReadSetMetadataResult> asyncHandler)
Gets details about a read set.
getReadSetMetadataRequest
- 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<GetReferenceResult> getReferenceAsync(GetReferenceRequest getReferenceRequest)
Gets a reference file.
getReferenceRequest
- Future<GetReferenceResult> getReferenceAsync(GetReferenceRequest getReferenceRequest, AsyncHandler<GetReferenceRequest,GetReferenceResult> asyncHandler)
Gets a reference file.
getReferenceRequest
- 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<GetReferenceImportJobResult> getReferenceImportJobAsync(GetReferenceImportJobRequest getReferenceImportJobRequest)
Gets information about a reference import job.
getReferenceImportJobRequest
- Future<GetReferenceImportJobResult> getReferenceImportJobAsync(GetReferenceImportJobRequest getReferenceImportJobRequest, AsyncHandler<GetReferenceImportJobRequest,GetReferenceImportJobResult> asyncHandler)
Gets information about a reference import job.
getReferenceImportJobRequest
- 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<GetReferenceMetadataResult> getReferenceMetadataAsync(GetReferenceMetadataRequest getReferenceMetadataRequest)
Gets information about a genome reference's metadata.
getReferenceMetadataRequest
- Future<GetReferenceMetadataResult> getReferenceMetadataAsync(GetReferenceMetadataRequest getReferenceMetadataRequest, AsyncHandler<GetReferenceMetadataRequest,GetReferenceMetadataResult> asyncHandler)
Gets information about a genome reference's metadata.
getReferenceMetadataRequest
- 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<GetReferenceStoreResult> getReferenceStoreAsync(GetReferenceStoreRequest getReferenceStoreRequest)
Gets information about a reference store.
getReferenceStoreRequest
- Future<GetReferenceStoreResult> getReferenceStoreAsync(GetReferenceStoreRequest getReferenceStoreRequest, AsyncHandler<GetReferenceStoreRequest,GetReferenceStoreResult> asyncHandler)
Gets information about a reference store.
getReferenceStoreRequest
- 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<GetRunResult> getRunAsync(GetRunRequest getRunRequest)
Gets information about a workflow run.
getRunRequest
- Future<GetRunResult> getRunAsync(GetRunRequest getRunRequest, AsyncHandler<GetRunRequest,GetRunResult> asyncHandler)
Gets information about a workflow run.
getRunRequest
- 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<GetRunGroupResult> getRunGroupAsync(GetRunGroupRequest getRunGroupRequest)
Gets information about a workflow run group.
getRunGroupRequest
- Future<GetRunGroupResult> getRunGroupAsync(GetRunGroupRequest getRunGroupRequest, AsyncHandler<GetRunGroupRequest,GetRunGroupResult> asyncHandler)
Gets information about a workflow run group.
getRunGroupRequest
- 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<GetRunTaskResult> getRunTaskAsync(GetRunTaskRequest getRunTaskRequest)
Gets information about a workflow run task.
getRunTaskRequest
- Future<GetRunTaskResult> getRunTaskAsync(GetRunTaskRequest getRunTaskRequest, AsyncHandler<GetRunTaskRequest,GetRunTaskResult> asyncHandler)
Gets information about a workflow run task.
getRunTaskRequest
- 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<GetSequenceStoreResult> getSequenceStoreAsync(GetSequenceStoreRequest getSequenceStoreRequest)
Gets information about a sequence store.
getSequenceStoreRequest
- Future<GetSequenceStoreResult> getSequenceStoreAsync(GetSequenceStoreRequest getSequenceStoreRequest, AsyncHandler<GetSequenceStoreRequest,GetSequenceStoreResult> asyncHandler)
Gets information about a sequence store.
getSequenceStoreRequest
- 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<GetVariantImportJobResult> getVariantImportJobAsync(GetVariantImportJobRequest getVariantImportJobRequest)
Gets information about a variant import job.
getVariantImportJobRequest
- Future<GetVariantImportJobResult> getVariantImportJobAsync(GetVariantImportJobRequest getVariantImportJobRequest, AsyncHandler<GetVariantImportJobRequest,GetVariantImportJobResult> asyncHandler)
Gets information about a variant import job.
getVariantImportJobRequest
- 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<GetVariantStoreResult> getVariantStoreAsync(GetVariantStoreRequest getVariantStoreRequest)
Gets information about a variant store.
getVariantStoreRequest
- Future<GetVariantStoreResult> getVariantStoreAsync(GetVariantStoreRequest getVariantStoreRequest, AsyncHandler<GetVariantStoreRequest,GetVariantStoreResult> asyncHandler)
Gets information about a variant store.
getVariantStoreRequest
- 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<GetWorkflowResult> getWorkflowAsync(GetWorkflowRequest getWorkflowRequest)
Gets information about a workflow.
getWorkflowRequest
- Future<GetWorkflowResult> getWorkflowAsync(GetWorkflowRequest getWorkflowRequest, AsyncHandler<GetWorkflowRequest,GetWorkflowResult> asyncHandler)
Gets information about a workflow.
getWorkflowRequest
- 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<ListAnnotationImportJobsResult> listAnnotationImportJobsAsync(ListAnnotationImportJobsRequest listAnnotationImportJobsRequest)
Retrieves a list of annotation import jobs.
listAnnotationImportJobsRequest
- Future<ListAnnotationImportJobsResult> listAnnotationImportJobsAsync(ListAnnotationImportJobsRequest listAnnotationImportJobsRequest, AsyncHandler<ListAnnotationImportJobsRequest,ListAnnotationImportJobsResult> asyncHandler)
Retrieves a list of annotation import jobs.
listAnnotationImportJobsRequest
- 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<ListAnnotationStoresResult> listAnnotationStoresAsync(ListAnnotationStoresRequest listAnnotationStoresRequest)
Retrieves a list of annotation stores.
listAnnotationStoresRequest
- Future<ListAnnotationStoresResult> listAnnotationStoresAsync(ListAnnotationStoresRequest listAnnotationStoresRequest, AsyncHandler<ListAnnotationStoresRequest,ListAnnotationStoresResult> asyncHandler)
Retrieves a list of annotation stores.
listAnnotationStoresRequest
- 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<ListReadSetActivationJobsResult> listReadSetActivationJobsAsync(ListReadSetActivationJobsRequest listReadSetActivationJobsRequest)
Retrieves a list of read set activation jobs.
listReadSetActivationJobsRequest
- Future<ListReadSetActivationJobsResult> listReadSetActivationJobsAsync(ListReadSetActivationJobsRequest listReadSetActivationJobsRequest, AsyncHandler<ListReadSetActivationJobsRequest,ListReadSetActivationJobsResult> asyncHandler)
Retrieves a list of read set activation jobs.
listReadSetActivationJobsRequest
- 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<ListReadSetExportJobsResult> listReadSetExportJobsAsync(ListReadSetExportJobsRequest listReadSetExportJobsRequest)
Retrieves a list of read set export jobs.
listReadSetExportJobsRequest
- Future<ListReadSetExportJobsResult> listReadSetExportJobsAsync(ListReadSetExportJobsRequest listReadSetExportJobsRequest, AsyncHandler<ListReadSetExportJobsRequest,ListReadSetExportJobsResult> asyncHandler)
Retrieves a list of read set export jobs.
listReadSetExportJobsRequest
- 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<ListReadSetImportJobsResult> listReadSetImportJobsAsync(ListReadSetImportJobsRequest listReadSetImportJobsRequest)
Retrieves a list of read set import jobs.
listReadSetImportJobsRequest
- Future<ListReadSetImportJobsResult> listReadSetImportJobsAsync(ListReadSetImportJobsRequest listReadSetImportJobsRequest, AsyncHandler<ListReadSetImportJobsRequest,ListReadSetImportJobsResult> asyncHandler)
Retrieves a list of read set import jobs.
listReadSetImportJobsRequest
- 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<ListReadSetsResult> listReadSetsAsync(ListReadSetsRequest listReadSetsRequest)
Retrieves a list of read sets.
listReadSetsRequest
- Future<ListReadSetsResult> listReadSetsAsync(ListReadSetsRequest listReadSetsRequest, AsyncHandler<ListReadSetsRequest,ListReadSetsResult> asyncHandler)
Retrieves a list of read sets.
listReadSetsRequest
- 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<ListReferenceImportJobsResult> listReferenceImportJobsAsync(ListReferenceImportJobsRequest listReferenceImportJobsRequest)
Retrieves a list of reference import jobs.
listReferenceImportJobsRequest
- Future<ListReferenceImportJobsResult> listReferenceImportJobsAsync(ListReferenceImportJobsRequest listReferenceImportJobsRequest, AsyncHandler<ListReferenceImportJobsRequest,ListReferenceImportJobsResult> asyncHandler)
Retrieves a list of reference import jobs.
listReferenceImportJobsRequest
- 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<ListReferenceStoresResult> listReferenceStoresAsync(ListReferenceStoresRequest listReferenceStoresRequest)
Retrieves a list of reference stores.
listReferenceStoresRequest
- Future<ListReferenceStoresResult> listReferenceStoresAsync(ListReferenceStoresRequest listReferenceStoresRequest, AsyncHandler<ListReferenceStoresRequest,ListReferenceStoresResult> asyncHandler)
Retrieves a list of reference stores.
listReferenceStoresRequest
- 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<ListReferencesResult> listReferencesAsync(ListReferencesRequest listReferencesRequest)
Retrieves a list of references.
listReferencesRequest
- Future<ListReferencesResult> listReferencesAsync(ListReferencesRequest listReferencesRequest, AsyncHandler<ListReferencesRequest,ListReferencesResult> asyncHandler)
Retrieves a list of references.
listReferencesRequest
- 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<ListRunGroupsResult> listRunGroupsAsync(ListRunGroupsRequest listRunGroupsRequest)
Retrieves a list of run groups.
listRunGroupsRequest
- Future<ListRunGroupsResult> listRunGroupsAsync(ListRunGroupsRequest listRunGroupsRequest, AsyncHandler<ListRunGroupsRequest,ListRunGroupsResult> asyncHandler)
Retrieves a list of run groups.
listRunGroupsRequest
- 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<ListRunTasksResult> listRunTasksAsync(ListRunTasksRequest listRunTasksRequest)
Retrieves a list of tasks for a run.
listRunTasksRequest
- Future<ListRunTasksResult> listRunTasksAsync(ListRunTasksRequest listRunTasksRequest, AsyncHandler<ListRunTasksRequest,ListRunTasksResult> asyncHandler)
Retrieves a list of tasks for a run.
listRunTasksRequest
- 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<ListRunsResult> listRunsAsync(ListRunsRequest listRunsRequest)
Retrieves a list of runs.
listRunsRequest
- Future<ListRunsResult> listRunsAsync(ListRunsRequest listRunsRequest, AsyncHandler<ListRunsRequest,ListRunsResult> asyncHandler)
Retrieves a list of runs.
listRunsRequest
- 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<ListSequenceStoresResult> listSequenceStoresAsync(ListSequenceStoresRequest listSequenceStoresRequest)
Retrieves a list of sequence stores.
listSequenceStoresRequest
- Future<ListSequenceStoresResult> listSequenceStoresAsync(ListSequenceStoresRequest listSequenceStoresRequest, AsyncHandler<ListSequenceStoresRequest,ListSequenceStoresResult> asyncHandler)
Retrieves a list of sequence stores.
listSequenceStoresRequest
- 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<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Retrieves a list of tags for a resource.
listTagsForResourceRequest
- Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Retrieves a list of tags for a resource.
listTagsForResourceRequest
- 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<ListVariantImportJobsResult> listVariantImportJobsAsync(ListVariantImportJobsRequest listVariantImportJobsRequest)
Retrieves a list of variant import jobs.
listVariantImportJobsRequest
- Future<ListVariantImportJobsResult> listVariantImportJobsAsync(ListVariantImportJobsRequest listVariantImportJobsRequest, AsyncHandler<ListVariantImportJobsRequest,ListVariantImportJobsResult> asyncHandler)
Retrieves a list of variant import jobs.
listVariantImportJobsRequest
- 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<ListVariantStoresResult> listVariantStoresAsync(ListVariantStoresRequest listVariantStoresRequest)
Retrieves a list of variant stores.
listVariantStoresRequest
- Future<ListVariantStoresResult> listVariantStoresAsync(ListVariantStoresRequest listVariantStoresRequest, AsyncHandler<ListVariantStoresRequest,ListVariantStoresResult> asyncHandler)
Retrieves a list of variant stores.
listVariantStoresRequest
- 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<ListWorkflowsResult> listWorkflowsAsync(ListWorkflowsRequest listWorkflowsRequest)
Retrieves a list of workflows.
listWorkflowsRequest
- Future<ListWorkflowsResult> listWorkflowsAsync(ListWorkflowsRequest listWorkflowsRequest, AsyncHandler<ListWorkflowsRequest,ListWorkflowsResult> asyncHandler)
Retrieves a list of workflows.
listWorkflowsRequest
- 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<StartAnnotationImportJobResult> startAnnotationImportJobAsync(StartAnnotationImportJobRequest startAnnotationImportJobRequest)
Starts an annotation import job.
startAnnotationImportJobRequest
- Future<StartAnnotationImportJobResult> startAnnotationImportJobAsync(StartAnnotationImportJobRequest startAnnotationImportJobRequest, AsyncHandler<StartAnnotationImportJobRequest,StartAnnotationImportJobResult> asyncHandler)
Starts an annotation import job.
startAnnotationImportJobRequest
- 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<StartReadSetActivationJobResult> startReadSetActivationJobAsync(StartReadSetActivationJobRequest startReadSetActivationJobRequest)
Starts a read set activation job.
startReadSetActivationJobRequest
- Future<StartReadSetActivationJobResult> startReadSetActivationJobAsync(StartReadSetActivationJobRequest startReadSetActivationJobRequest, AsyncHandler<StartReadSetActivationJobRequest,StartReadSetActivationJobResult> asyncHandler)
Starts a read set activation job.
startReadSetActivationJobRequest
- 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<StartReadSetExportJobResult> startReadSetExportJobAsync(StartReadSetExportJobRequest startReadSetExportJobRequest)
Starts a read set export job.
startReadSetExportJobRequest
- Future<StartReadSetExportJobResult> startReadSetExportJobAsync(StartReadSetExportJobRequest startReadSetExportJobRequest, AsyncHandler<StartReadSetExportJobRequest,StartReadSetExportJobResult> asyncHandler)
Starts a read set export job.
startReadSetExportJobRequest
- 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<StartReadSetImportJobResult> startReadSetImportJobAsync(StartReadSetImportJobRequest startReadSetImportJobRequest)
Starts a read set import job.
startReadSetImportJobRequest
- Future<StartReadSetImportJobResult> startReadSetImportJobAsync(StartReadSetImportJobRequest startReadSetImportJobRequest, AsyncHandler<StartReadSetImportJobRequest,StartReadSetImportJobResult> asyncHandler)
Starts a read set import job.
startReadSetImportJobRequest
- 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<StartReferenceImportJobResult> startReferenceImportJobAsync(StartReferenceImportJobRequest startReferenceImportJobRequest)
Starts a reference import job.
startReferenceImportJobRequest
- Future<StartReferenceImportJobResult> startReferenceImportJobAsync(StartReferenceImportJobRequest startReferenceImportJobRequest, AsyncHandler<StartReferenceImportJobRequest,StartReferenceImportJobResult> asyncHandler)
Starts a reference import job.
startReferenceImportJobRequest
- 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<StartRunResult> startRunAsync(StartRunRequest startRunRequest)
Starts a run.
startRunRequest
- Future<StartRunResult> startRunAsync(StartRunRequest startRunRequest, AsyncHandler<StartRunRequest,StartRunResult> asyncHandler)
Starts a run.
startRunRequest
- 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<StartVariantImportJobResult> startVariantImportJobAsync(StartVariantImportJobRequest startVariantImportJobRequest)
Starts a variant import job.
startVariantImportJobRequest
- Future<StartVariantImportJobResult> startVariantImportJobAsync(StartVariantImportJobRequest startVariantImportJobRequest, AsyncHandler<StartVariantImportJobRequest,StartVariantImportJobResult> asyncHandler)
Starts a variant import job.
startVariantImportJobRequest
- 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<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest)
Tags a resource.
tagResourceRequest
- Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Tags a resource.
tagResourceRequest
- 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<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes tags from a resource.
untagResourceRequest
- Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes tags from a resource.
untagResourceRequest
- 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<UpdateAnnotationStoreResult> updateAnnotationStoreAsync(UpdateAnnotationStoreRequest updateAnnotationStoreRequest)
Updates an annotation store.
updateAnnotationStoreRequest
- Future<UpdateAnnotationStoreResult> updateAnnotationStoreAsync(UpdateAnnotationStoreRequest updateAnnotationStoreRequest, AsyncHandler<UpdateAnnotationStoreRequest,UpdateAnnotationStoreResult> asyncHandler)
Updates an annotation store.
updateAnnotationStoreRequest
- 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<UpdateRunGroupResult> updateRunGroupAsync(UpdateRunGroupRequest updateRunGroupRequest)
Updates a run group.
updateRunGroupRequest
- Future<UpdateRunGroupResult> updateRunGroupAsync(UpdateRunGroupRequest updateRunGroupRequest, AsyncHandler<UpdateRunGroupRequest,UpdateRunGroupResult> asyncHandler)
Updates a run group.
updateRunGroupRequest
- 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<UpdateVariantStoreResult> updateVariantStoreAsync(UpdateVariantStoreRequest updateVariantStoreRequest)
Updates a variant store.
updateVariantStoreRequest
- Future<UpdateVariantStoreResult> updateVariantStoreAsync(UpdateVariantStoreRequest updateVariantStoreRequest, AsyncHandler<UpdateVariantStoreRequest,UpdateVariantStoreResult> asyncHandler)
Updates a variant store.
updateVariantStoreRequest
- 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<UpdateWorkflowResult> updateWorkflowAsync(UpdateWorkflowRequest updateWorkflowRequest)
Updates a workflow.
updateWorkflowRequest
- Future<UpdateWorkflowResult> updateWorkflowAsync(UpdateWorkflowRequest updateWorkflowRequest, AsyncHandler<UpdateWorkflowRequest,UpdateWorkflowResult> asyncHandler)
Updates a workflow.
updateWorkflowRequest
- 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.