@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonOmicsAsyncClient extends AmazonOmicsClient implements AmazonOmicsAsync
AsyncHandler can be used to receive
notification when an asynchronous operation completes.
This is the Amazon Omics API Reference. For an introduction to the service, see What is Amazon Omics? in the Amazon Omics Developer Guide.
LOGGING_AWS_REQUEST_METRICENDPOINT_PREFIXbatchDeleteReadSet, builder, 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, startAnnotationImportJob, startReadSetActivationJob, startReadSetExportJob, startReadSetImportJob, startReferenceImportJob, startRun, startVariantImportJob, tagResource, untagResource, updateAnnotationStore, updateRunGroup, updateVariantStore, updateWorkflow, waitersaddRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffsetequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbatchDeleteReadSet, 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, startAnnotationImportJob, startReadSetActivationJob, startReadSetExportJob, startReadSetImportJob, startReferenceImportJob, startRun, startVariantImportJob, tagResource, untagResource, updateAnnotationStore, updateRunGroup, updateVariantStore, updateWorkflow, waiterspublic static AmazonOmicsAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
public Future<BatchDeleteReadSetResult> batchDeleteReadSetAsync(BatchDeleteReadSetRequest request)
AmazonOmicsAsyncDeletes one or more read sets.
batchDeleteReadSetAsync in interface AmazonOmicsAsyncpublic Future<BatchDeleteReadSetResult> batchDeleteReadSetAsync(BatchDeleteReadSetRequest request, AsyncHandler<BatchDeleteReadSetRequest,BatchDeleteReadSetResult> asyncHandler)
AmazonOmicsAsyncDeletes one or more read sets.
batchDeleteReadSetAsync in interface AmazonOmicsAsyncasyncHandler - 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<CancelAnnotationImportJobResult> cancelAnnotationImportJobAsync(CancelAnnotationImportJobRequest request)
AmazonOmicsAsyncCancels an annotation import job.
cancelAnnotationImportJobAsync in interface AmazonOmicsAsyncpublic Future<CancelAnnotationImportJobResult> cancelAnnotationImportJobAsync(CancelAnnotationImportJobRequest request, AsyncHandler<CancelAnnotationImportJobRequest,CancelAnnotationImportJobResult> asyncHandler)
AmazonOmicsAsyncCancels an annotation import job.
cancelAnnotationImportJobAsync in interface AmazonOmicsAsyncasyncHandler - 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<CancelRunResult> cancelRunAsync(CancelRunRequest request)
AmazonOmicsAsyncCancels a run.
cancelRunAsync in interface AmazonOmicsAsyncpublic Future<CancelRunResult> cancelRunAsync(CancelRunRequest request, AsyncHandler<CancelRunRequest,CancelRunResult> asyncHandler)
AmazonOmicsAsyncCancels a run.
cancelRunAsync in interface AmazonOmicsAsyncasyncHandler - 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<CancelVariantImportJobResult> cancelVariantImportJobAsync(CancelVariantImportJobRequest request)
AmazonOmicsAsyncCancels a variant import job.
cancelVariantImportJobAsync in interface AmazonOmicsAsyncpublic Future<CancelVariantImportJobResult> cancelVariantImportJobAsync(CancelVariantImportJobRequest request, AsyncHandler<CancelVariantImportJobRequest,CancelVariantImportJobResult> asyncHandler)
AmazonOmicsAsyncCancels a variant import job.
cancelVariantImportJobAsync in interface AmazonOmicsAsyncasyncHandler - 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<CreateAnnotationStoreResult> createAnnotationStoreAsync(CreateAnnotationStoreRequest request)
AmazonOmicsAsyncCreates an annotation store.
createAnnotationStoreAsync in interface AmazonOmicsAsyncpublic Future<CreateAnnotationStoreResult> createAnnotationStoreAsync(CreateAnnotationStoreRequest request, AsyncHandler<CreateAnnotationStoreRequest,CreateAnnotationStoreResult> asyncHandler)
AmazonOmicsAsyncCreates an annotation store.
createAnnotationStoreAsync in interface AmazonOmicsAsyncasyncHandler - 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<CreateReferenceStoreResult> createReferenceStoreAsync(CreateReferenceStoreRequest request)
AmazonOmicsAsyncCreates a reference store.
createReferenceStoreAsync in interface AmazonOmicsAsyncpublic Future<CreateReferenceStoreResult> createReferenceStoreAsync(CreateReferenceStoreRequest request, AsyncHandler<CreateReferenceStoreRequest,CreateReferenceStoreResult> asyncHandler)
AmazonOmicsAsyncCreates a reference store.
createReferenceStoreAsync in interface AmazonOmicsAsyncasyncHandler - 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<CreateRunGroupResult> createRunGroupAsync(CreateRunGroupRequest request)
AmazonOmicsAsyncCreates a run group.
createRunGroupAsync in interface AmazonOmicsAsyncpublic Future<CreateRunGroupResult> createRunGroupAsync(CreateRunGroupRequest request, AsyncHandler<CreateRunGroupRequest,CreateRunGroupResult> asyncHandler)
AmazonOmicsAsyncCreates a run group.
createRunGroupAsync in interface AmazonOmicsAsyncasyncHandler - 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<CreateSequenceStoreResult> createSequenceStoreAsync(CreateSequenceStoreRequest request)
AmazonOmicsAsyncCreates a sequence store.
createSequenceStoreAsync in interface AmazonOmicsAsyncpublic Future<CreateSequenceStoreResult> createSequenceStoreAsync(CreateSequenceStoreRequest request, AsyncHandler<CreateSequenceStoreRequest,CreateSequenceStoreResult> asyncHandler)
AmazonOmicsAsyncCreates a sequence store.
createSequenceStoreAsync in interface AmazonOmicsAsyncasyncHandler - 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<CreateVariantStoreResult> createVariantStoreAsync(CreateVariantStoreRequest request)
AmazonOmicsAsyncCreates a variant store.
createVariantStoreAsync in interface AmazonOmicsAsyncpublic Future<CreateVariantStoreResult> createVariantStoreAsync(CreateVariantStoreRequest request, AsyncHandler<CreateVariantStoreRequest,CreateVariantStoreResult> asyncHandler)
AmazonOmicsAsyncCreates a variant store.
createVariantStoreAsync in interface AmazonOmicsAsyncasyncHandler - 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<CreateWorkflowResult> createWorkflowAsync(CreateWorkflowRequest request)
AmazonOmicsAsyncCreates a workflow.
createWorkflowAsync in interface AmazonOmicsAsyncpublic Future<CreateWorkflowResult> createWorkflowAsync(CreateWorkflowRequest request, AsyncHandler<CreateWorkflowRequest,CreateWorkflowResult> asyncHandler)
AmazonOmicsAsyncCreates a workflow.
createWorkflowAsync in interface AmazonOmicsAsyncasyncHandler - 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<DeleteAnnotationStoreResult> deleteAnnotationStoreAsync(DeleteAnnotationStoreRequest request)
AmazonOmicsAsyncDeletes an annotation store.
deleteAnnotationStoreAsync in interface AmazonOmicsAsyncpublic Future<DeleteAnnotationStoreResult> deleteAnnotationStoreAsync(DeleteAnnotationStoreRequest request, AsyncHandler<DeleteAnnotationStoreRequest,DeleteAnnotationStoreResult> asyncHandler)
AmazonOmicsAsyncDeletes an annotation store.
deleteAnnotationStoreAsync in interface AmazonOmicsAsyncasyncHandler - 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<DeleteReferenceResult> deleteReferenceAsync(DeleteReferenceRequest request)
AmazonOmicsAsyncDeletes a genome reference.
deleteReferenceAsync in interface AmazonOmicsAsyncpublic Future<DeleteReferenceResult> deleteReferenceAsync(DeleteReferenceRequest request, AsyncHandler<DeleteReferenceRequest,DeleteReferenceResult> asyncHandler)
AmazonOmicsAsyncDeletes a genome reference.
deleteReferenceAsync in interface AmazonOmicsAsyncasyncHandler - 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<DeleteReferenceStoreResult> deleteReferenceStoreAsync(DeleteReferenceStoreRequest request)
AmazonOmicsAsyncDeletes a genome reference store.
deleteReferenceStoreAsync in interface AmazonOmicsAsyncpublic Future<DeleteReferenceStoreResult> deleteReferenceStoreAsync(DeleteReferenceStoreRequest request, AsyncHandler<DeleteReferenceStoreRequest,DeleteReferenceStoreResult> asyncHandler)
AmazonOmicsAsyncDeletes a genome reference store.
deleteReferenceStoreAsync in interface AmazonOmicsAsyncasyncHandler - 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<DeleteRunResult> deleteRunAsync(DeleteRunRequest request)
AmazonOmicsAsyncDeletes a workflow run.
deleteRunAsync in interface AmazonOmicsAsyncpublic Future<DeleteRunResult> deleteRunAsync(DeleteRunRequest request, AsyncHandler<DeleteRunRequest,DeleteRunResult> asyncHandler)
AmazonOmicsAsyncDeletes a workflow run.
deleteRunAsync in interface AmazonOmicsAsyncasyncHandler - 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<DeleteRunGroupResult> deleteRunGroupAsync(DeleteRunGroupRequest request)
AmazonOmicsAsyncDeletes a workflow run group.
deleteRunGroupAsync in interface AmazonOmicsAsyncpublic Future<DeleteRunGroupResult> deleteRunGroupAsync(DeleteRunGroupRequest request, AsyncHandler<DeleteRunGroupRequest,DeleteRunGroupResult> asyncHandler)
AmazonOmicsAsyncDeletes a workflow run group.
deleteRunGroupAsync in interface AmazonOmicsAsyncasyncHandler - 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<DeleteSequenceStoreResult> deleteSequenceStoreAsync(DeleteSequenceStoreRequest request)
AmazonOmicsAsyncDeletes a sequence store.
deleteSequenceStoreAsync in interface AmazonOmicsAsyncpublic Future<DeleteSequenceStoreResult> deleteSequenceStoreAsync(DeleteSequenceStoreRequest request, AsyncHandler<DeleteSequenceStoreRequest,DeleteSequenceStoreResult> asyncHandler)
AmazonOmicsAsyncDeletes a sequence store.
deleteSequenceStoreAsync in interface AmazonOmicsAsyncasyncHandler - 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<DeleteVariantStoreResult> deleteVariantStoreAsync(DeleteVariantStoreRequest request)
AmazonOmicsAsyncDeletes a variant store.
deleteVariantStoreAsync in interface AmazonOmicsAsyncpublic Future<DeleteVariantStoreResult> deleteVariantStoreAsync(DeleteVariantStoreRequest request, AsyncHandler<DeleteVariantStoreRequest,DeleteVariantStoreResult> asyncHandler)
AmazonOmicsAsyncDeletes a variant store.
deleteVariantStoreAsync in interface AmazonOmicsAsyncasyncHandler - 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<DeleteWorkflowResult> deleteWorkflowAsync(DeleteWorkflowRequest request)
AmazonOmicsAsyncDeletes a workflow.
deleteWorkflowAsync in interface AmazonOmicsAsyncpublic Future<DeleteWorkflowResult> deleteWorkflowAsync(DeleteWorkflowRequest request, AsyncHandler<DeleteWorkflowRequest,DeleteWorkflowResult> asyncHandler)
AmazonOmicsAsyncDeletes a workflow.
deleteWorkflowAsync in interface AmazonOmicsAsyncasyncHandler - 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<GetAnnotationImportJobResult> getAnnotationImportJobAsync(GetAnnotationImportJobRequest request)
AmazonOmicsAsyncGets information about an annotation import job.
getAnnotationImportJobAsync in interface AmazonOmicsAsyncpublic Future<GetAnnotationImportJobResult> getAnnotationImportJobAsync(GetAnnotationImportJobRequest request, AsyncHandler<GetAnnotationImportJobRequest,GetAnnotationImportJobResult> asyncHandler)
AmazonOmicsAsyncGets information about an annotation import job.
getAnnotationImportJobAsync in interface AmazonOmicsAsyncasyncHandler - 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<GetAnnotationStoreResult> getAnnotationStoreAsync(GetAnnotationStoreRequest request)
AmazonOmicsAsyncGets information about an annotation store.
getAnnotationStoreAsync in interface AmazonOmicsAsyncpublic Future<GetAnnotationStoreResult> getAnnotationStoreAsync(GetAnnotationStoreRequest request, AsyncHandler<GetAnnotationStoreRequest,GetAnnotationStoreResult> asyncHandler)
AmazonOmicsAsyncGets information about an annotation store.
getAnnotationStoreAsync in interface AmazonOmicsAsyncasyncHandler - 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<GetReadSetResult> getReadSetAsync(GetReadSetRequest request)
AmazonOmicsAsyncGets a file from a read set.
getReadSetAsync in interface AmazonOmicsAsyncpublic Future<GetReadSetResult> getReadSetAsync(GetReadSetRequest request, AsyncHandler<GetReadSetRequest,GetReadSetResult> asyncHandler)
AmazonOmicsAsyncGets a file from a read set.
getReadSetAsync in interface AmazonOmicsAsyncasyncHandler - 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<GetReadSetActivationJobResult> getReadSetActivationJobAsync(GetReadSetActivationJobRequest request)
AmazonOmicsAsyncGets information about a read set activation job.
getReadSetActivationJobAsync in interface AmazonOmicsAsyncpublic Future<GetReadSetActivationJobResult> getReadSetActivationJobAsync(GetReadSetActivationJobRequest request, AsyncHandler<GetReadSetActivationJobRequest,GetReadSetActivationJobResult> asyncHandler)
AmazonOmicsAsyncGets information about a read set activation job.
getReadSetActivationJobAsync in interface AmazonOmicsAsyncasyncHandler - 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<GetReadSetExportJobResult> getReadSetExportJobAsync(GetReadSetExportJobRequest request)
AmazonOmicsAsyncGets information about a read set export job.
getReadSetExportJobAsync in interface AmazonOmicsAsyncpublic Future<GetReadSetExportJobResult> getReadSetExportJobAsync(GetReadSetExportJobRequest request, AsyncHandler<GetReadSetExportJobRequest,GetReadSetExportJobResult> asyncHandler)
AmazonOmicsAsyncGets information about a read set export job.
getReadSetExportJobAsync in interface AmazonOmicsAsyncasyncHandler - 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<GetReadSetImportJobResult> getReadSetImportJobAsync(GetReadSetImportJobRequest request)
AmazonOmicsAsyncGets information about a read set import job.
getReadSetImportJobAsync in interface AmazonOmicsAsyncpublic Future<GetReadSetImportJobResult> getReadSetImportJobAsync(GetReadSetImportJobRequest request, AsyncHandler<GetReadSetImportJobRequest,GetReadSetImportJobResult> asyncHandler)
AmazonOmicsAsyncGets information about a read set import job.
getReadSetImportJobAsync in interface AmazonOmicsAsyncasyncHandler - 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<GetReadSetMetadataResult> getReadSetMetadataAsync(GetReadSetMetadataRequest request)
AmazonOmicsAsyncGets details about a read set.
getReadSetMetadataAsync in interface AmazonOmicsAsyncpublic Future<GetReadSetMetadataResult> getReadSetMetadataAsync(GetReadSetMetadataRequest request, AsyncHandler<GetReadSetMetadataRequest,GetReadSetMetadataResult> asyncHandler)
AmazonOmicsAsyncGets details about a read set.
getReadSetMetadataAsync in interface AmazonOmicsAsyncasyncHandler - 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<GetReferenceResult> getReferenceAsync(GetReferenceRequest request)
AmazonOmicsAsyncGets a reference file.
getReferenceAsync in interface AmazonOmicsAsyncpublic Future<GetReferenceResult> getReferenceAsync(GetReferenceRequest request, AsyncHandler<GetReferenceRequest,GetReferenceResult> asyncHandler)
AmazonOmicsAsyncGets a reference file.
getReferenceAsync in interface AmazonOmicsAsyncasyncHandler - 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<GetReferenceImportJobResult> getReferenceImportJobAsync(GetReferenceImportJobRequest request)
AmazonOmicsAsyncGets information about a reference import job.
getReferenceImportJobAsync in interface AmazonOmicsAsyncpublic Future<GetReferenceImportJobResult> getReferenceImportJobAsync(GetReferenceImportJobRequest request, AsyncHandler<GetReferenceImportJobRequest,GetReferenceImportJobResult> asyncHandler)
AmazonOmicsAsyncGets information about a reference import job.
getReferenceImportJobAsync in interface AmazonOmicsAsyncasyncHandler - 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<GetReferenceMetadataResult> getReferenceMetadataAsync(GetReferenceMetadataRequest request)
AmazonOmicsAsyncGets information about a genome reference's metadata.
getReferenceMetadataAsync in interface AmazonOmicsAsyncpublic Future<GetReferenceMetadataResult> getReferenceMetadataAsync(GetReferenceMetadataRequest request, AsyncHandler<GetReferenceMetadataRequest,GetReferenceMetadataResult> asyncHandler)
AmazonOmicsAsyncGets information about a genome reference's metadata.
getReferenceMetadataAsync in interface AmazonOmicsAsyncasyncHandler - 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<GetReferenceStoreResult> getReferenceStoreAsync(GetReferenceStoreRequest request)
AmazonOmicsAsyncGets information about a reference store.
getReferenceStoreAsync in interface AmazonOmicsAsyncpublic Future<GetReferenceStoreResult> getReferenceStoreAsync(GetReferenceStoreRequest request, AsyncHandler<GetReferenceStoreRequest,GetReferenceStoreResult> asyncHandler)
AmazonOmicsAsyncGets information about a reference store.
getReferenceStoreAsync in interface AmazonOmicsAsyncasyncHandler - 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<GetRunResult> getRunAsync(GetRunRequest request)
AmazonOmicsAsyncGets information about a workflow run.
getRunAsync in interface AmazonOmicsAsyncpublic Future<GetRunResult> getRunAsync(GetRunRequest request, AsyncHandler<GetRunRequest,GetRunResult> asyncHandler)
AmazonOmicsAsyncGets information about a workflow run.
getRunAsync in interface AmazonOmicsAsyncasyncHandler - 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<GetRunGroupResult> getRunGroupAsync(GetRunGroupRequest request)
AmazonOmicsAsyncGets information about a workflow run group.
getRunGroupAsync in interface AmazonOmicsAsyncpublic Future<GetRunGroupResult> getRunGroupAsync(GetRunGroupRequest request, AsyncHandler<GetRunGroupRequest,GetRunGroupResult> asyncHandler)
AmazonOmicsAsyncGets information about a workflow run group.
getRunGroupAsync in interface AmazonOmicsAsyncasyncHandler - 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<GetRunTaskResult> getRunTaskAsync(GetRunTaskRequest request)
AmazonOmicsAsyncGets information about a workflow run task.
getRunTaskAsync in interface AmazonOmicsAsyncpublic Future<GetRunTaskResult> getRunTaskAsync(GetRunTaskRequest request, AsyncHandler<GetRunTaskRequest,GetRunTaskResult> asyncHandler)
AmazonOmicsAsyncGets information about a workflow run task.
getRunTaskAsync in interface AmazonOmicsAsyncasyncHandler - 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<GetSequenceStoreResult> getSequenceStoreAsync(GetSequenceStoreRequest request)
AmazonOmicsAsyncGets information about a sequence store.
getSequenceStoreAsync in interface AmazonOmicsAsyncpublic Future<GetSequenceStoreResult> getSequenceStoreAsync(GetSequenceStoreRequest request, AsyncHandler<GetSequenceStoreRequest,GetSequenceStoreResult> asyncHandler)
AmazonOmicsAsyncGets information about a sequence store.
getSequenceStoreAsync in interface AmazonOmicsAsyncasyncHandler - 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<GetVariantImportJobResult> getVariantImportJobAsync(GetVariantImportJobRequest request)
AmazonOmicsAsyncGets information about a variant import job.
getVariantImportJobAsync in interface AmazonOmicsAsyncpublic Future<GetVariantImportJobResult> getVariantImportJobAsync(GetVariantImportJobRequest request, AsyncHandler<GetVariantImportJobRequest,GetVariantImportJobResult> asyncHandler)
AmazonOmicsAsyncGets information about a variant import job.
getVariantImportJobAsync in interface AmazonOmicsAsyncasyncHandler - 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<GetVariantStoreResult> getVariantStoreAsync(GetVariantStoreRequest request)
AmazonOmicsAsyncGets information about a variant store.
getVariantStoreAsync in interface AmazonOmicsAsyncpublic Future<GetVariantStoreResult> getVariantStoreAsync(GetVariantStoreRequest request, AsyncHandler<GetVariantStoreRequest,GetVariantStoreResult> asyncHandler)
AmazonOmicsAsyncGets information about a variant store.
getVariantStoreAsync in interface AmazonOmicsAsyncasyncHandler - 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<GetWorkflowResult> getWorkflowAsync(GetWorkflowRequest request)
AmazonOmicsAsyncGets information about a workflow.
getWorkflowAsync in interface AmazonOmicsAsyncpublic Future<GetWorkflowResult> getWorkflowAsync(GetWorkflowRequest request, AsyncHandler<GetWorkflowRequest,GetWorkflowResult> asyncHandler)
AmazonOmicsAsyncGets information about a workflow.
getWorkflowAsync in interface AmazonOmicsAsyncasyncHandler - 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<ListAnnotationImportJobsResult> listAnnotationImportJobsAsync(ListAnnotationImportJobsRequest request)
AmazonOmicsAsyncRetrieves a list of annotation import jobs.
listAnnotationImportJobsAsync in interface AmazonOmicsAsyncpublic Future<ListAnnotationImportJobsResult> listAnnotationImportJobsAsync(ListAnnotationImportJobsRequest request, AsyncHandler<ListAnnotationImportJobsRequest,ListAnnotationImportJobsResult> asyncHandler)
AmazonOmicsAsyncRetrieves a list of annotation import jobs.
listAnnotationImportJobsAsync in interface AmazonOmicsAsyncasyncHandler - 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<ListAnnotationStoresResult> listAnnotationStoresAsync(ListAnnotationStoresRequest request)
AmazonOmicsAsyncRetrieves a list of annotation stores.
listAnnotationStoresAsync in interface AmazonOmicsAsyncpublic Future<ListAnnotationStoresResult> listAnnotationStoresAsync(ListAnnotationStoresRequest request, AsyncHandler<ListAnnotationStoresRequest,ListAnnotationStoresResult> asyncHandler)
AmazonOmicsAsyncRetrieves a list of annotation stores.
listAnnotationStoresAsync in interface AmazonOmicsAsyncasyncHandler - 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<ListReadSetActivationJobsResult> listReadSetActivationJobsAsync(ListReadSetActivationJobsRequest request)
AmazonOmicsAsyncRetrieves a list of read set activation jobs.
listReadSetActivationJobsAsync in interface AmazonOmicsAsyncpublic Future<ListReadSetActivationJobsResult> listReadSetActivationJobsAsync(ListReadSetActivationJobsRequest request, AsyncHandler<ListReadSetActivationJobsRequest,ListReadSetActivationJobsResult> asyncHandler)
AmazonOmicsAsyncRetrieves a list of read set activation jobs.
listReadSetActivationJobsAsync in interface AmazonOmicsAsyncasyncHandler - 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<ListReadSetExportJobsResult> listReadSetExportJobsAsync(ListReadSetExportJobsRequest request)
AmazonOmicsAsyncRetrieves a list of read set export jobs.
listReadSetExportJobsAsync in interface AmazonOmicsAsyncpublic Future<ListReadSetExportJobsResult> listReadSetExportJobsAsync(ListReadSetExportJobsRequest request, AsyncHandler<ListReadSetExportJobsRequest,ListReadSetExportJobsResult> asyncHandler)
AmazonOmicsAsyncRetrieves a list of read set export jobs.
listReadSetExportJobsAsync in interface AmazonOmicsAsyncasyncHandler - 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<ListReadSetImportJobsResult> listReadSetImportJobsAsync(ListReadSetImportJobsRequest request)
AmazonOmicsAsyncRetrieves a list of read set import jobs.
listReadSetImportJobsAsync in interface AmazonOmicsAsyncpublic Future<ListReadSetImportJobsResult> listReadSetImportJobsAsync(ListReadSetImportJobsRequest request, AsyncHandler<ListReadSetImportJobsRequest,ListReadSetImportJobsResult> asyncHandler)
AmazonOmicsAsyncRetrieves a list of read set import jobs.
listReadSetImportJobsAsync in interface AmazonOmicsAsyncasyncHandler - 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<ListReadSetsResult> listReadSetsAsync(ListReadSetsRequest request)
AmazonOmicsAsyncRetrieves a list of read sets.
listReadSetsAsync in interface AmazonOmicsAsyncpublic Future<ListReadSetsResult> listReadSetsAsync(ListReadSetsRequest request, AsyncHandler<ListReadSetsRequest,ListReadSetsResult> asyncHandler)
AmazonOmicsAsyncRetrieves a list of read sets.
listReadSetsAsync in interface AmazonOmicsAsyncasyncHandler - 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<ListReferenceImportJobsResult> listReferenceImportJobsAsync(ListReferenceImportJobsRequest request)
AmazonOmicsAsyncRetrieves a list of reference import jobs.
listReferenceImportJobsAsync in interface AmazonOmicsAsyncpublic Future<ListReferenceImportJobsResult> listReferenceImportJobsAsync(ListReferenceImportJobsRequest request, AsyncHandler<ListReferenceImportJobsRequest,ListReferenceImportJobsResult> asyncHandler)
AmazonOmicsAsyncRetrieves a list of reference import jobs.
listReferenceImportJobsAsync in interface AmazonOmicsAsyncasyncHandler - 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<ListReferenceStoresResult> listReferenceStoresAsync(ListReferenceStoresRequest request)
AmazonOmicsAsyncRetrieves a list of reference stores.
listReferenceStoresAsync in interface AmazonOmicsAsyncpublic Future<ListReferenceStoresResult> listReferenceStoresAsync(ListReferenceStoresRequest request, AsyncHandler<ListReferenceStoresRequest,ListReferenceStoresResult> asyncHandler)
AmazonOmicsAsyncRetrieves a list of reference stores.
listReferenceStoresAsync in interface AmazonOmicsAsyncasyncHandler - 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<ListReferencesResult> listReferencesAsync(ListReferencesRequest request)
AmazonOmicsAsyncRetrieves a list of references.
listReferencesAsync in interface AmazonOmicsAsyncpublic Future<ListReferencesResult> listReferencesAsync(ListReferencesRequest request, AsyncHandler<ListReferencesRequest,ListReferencesResult> asyncHandler)
AmazonOmicsAsyncRetrieves a list of references.
listReferencesAsync in interface AmazonOmicsAsyncasyncHandler - 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<ListRunGroupsResult> listRunGroupsAsync(ListRunGroupsRequest request)
AmazonOmicsAsyncRetrieves a list of run groups.
listRunGroupsAsync in interface AmazonOmicsAsyncpublic Future<ListRunGroupsResult> listRunGroupsAsync(ListRunGroupsRequest request, AsyncHandler<ListRunGroupsRequest,ListRunGroupsResult> asyncHandler)
AmazonOmicsAsyncRetrieves a list of run groups.
listRunGroupsAsync in interface AmazonOmicsAsyncasyncHandler - 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<ListRunTasksResult> listRunTasksAsync(ListRunTasksRequest request)
AmazonOmicsAsyncRetrieves a list of tasks for a run.
listRunTasksAsync in interface AmazonOmicsAsyncpublic Future<ListRunTasksResult> listRunTasksAsync(ListRunTasksRequest request, AsyncHandler<ListRunTasksRequest,ListRunTasksResult> asyncHandler)
AmazonOmicsAsyncRetrieves a list of tasks for a run.
listRunTasksAsync in interface AmazonOmicsAsyncasyncHandler - 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<ListRunsResult> listRunsAsync(ListRunsRequest request)
AmazonOmicsAsyncRetrieves a list of runs.
listRunsAsync in interface AmazonOmicsAsyncpublic Future<ListRunsResult> listRunsAsync(ListRunsRequest request, AsyncHandler<ListRunsRequest,ListRunsResult> asyncHandler)
AmazonOmicsAsyncRetrieves a list of runs.
listRunsAsync in interface AmazonOmicsAsyncasyncHandler - 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<ListSequenceStoresResult> listSequenceStoresAsync(ListSequenceStoresRequest request)
AmazonOmicsAsyncRetrieves a list of sequence stores.
listSequenceStoresAsync in interface AmazonOmicsAsyncpublic Future<ListSequenceStoresResult> listSequenceStoresAsync(ListSequenceStoresRequest request, AsyncHandler<ListSequenceStoresRequest,ListSequenceStoresResult> asyncHandler)
AmazonOmicsAsyncRetrieves a list of sequence stores.
listSequenceStoresAsync in interface AmazonOmicsAsyncasyncHandler - 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<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AmazonOmicsAsyncRetrieves a list of tags for a resource.
listTagsForResourceAsync in interface AmazonOmicsAsyncpublic Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AmazonOmicsAsyncRetrieves a list of tags for a resource.
listTagsForResourceAsync in interface AmazonOmicsAsyncasyncHandler - 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<ListVariantImportJobsResult> listVariantImportJobsAsync(ListVariantImportJobsRequest request)
AmazonOmicsAsyncRetrieves a list of variant import jobs.
listVariantImportJobsAsync in interface AmazonOmicsAsyncpublic Future<ListVariantImportJobsResult> listVariantImportJobsAsync(ListVariantImportJobsRequest request, AsyncHandler<ListVariantImportJobsRequest,ListVariantImportJobsResult> asyncHandler)
AmazonOmicsAsyncRetrieves a list of variant import jobs.
listVariantImportJobsAsync in interface AmazonOmicsAsyncasyncHandler - 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<ListVariantStoresResult> listVariantStoresAsync(ListVariantStoresRequest request)
AmazonOmicsAsyncRetrieves a list of variant stores.
listVariantStoresAsync in interface AmazonOmicsAsyncpublic Future<ListVariantStoresResult> listVariantStoresAsync(ListVariantStoresRequest request, AsyncHandler<ListVariantStoresRequest,ListVariantStoresResult> asyncHandler)
AmazonOmicsAsyncRetrieves a list of variant stores.
listVariantStoresAsync in interface AmazonOmicsAsyncasyncHandler - 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<ListWorkflowsResult> listWorkflowsAsync(ListWorkflowsRequest request)
AmazonOmicsAsyncRetrieves a list of workflows.
listWorkflowsAsync in interface AmazonOmicsAsyncpublic Future<ListWorkflowsResult> listWorkflowsAsync(ListWorkflowsRequest request, AsyncHandler<ListWorkflowsRequest,ListWorkflowsResult> asyncHandler)
AmazonOmicsAsyncRetrieves a list of workflows.
listWorkflowsAsync in interface AmazonOmicsAsyncasyncHandler - 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<StartAnnotationImportJobResult> startAnnotationImportJobAsync(StartAnnotationImportJobRequest request)
AmazonOmicsAsyncStarts an annotation import job.
startAnnotationImportJobAsync in interface AmazonOmicsAsyncpublic Future<StartAnnotationImportJobResult> startAnnotationImportJobAsync(StartAnnotationImportJobRequest request, AsyncHandler<StartAnnotationImportJobRequest,StartAnnotationImportJobResult> asyncHandler)
AmazonOmicsAsyncStarts an annotation import job.
startAnnotationImportJobAsync in interface AmazonOmicsAsyncasyncHandler - 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<StartReadSetActivationJobResult> startReadSetActivationJobAsync(StartReadSetActivationJobRequest request)
AmazonOmicsAsyncActivates an archived read set. To reduce storage charges, Amazon Omics archives unused read sets after 30 days.
startReadSetActivationJobAsync in interface AmazonOmicsAsyncpublic Future<StartReadSetActivationJobResult> startReadSetActivationJobAsync(StartReadSetActivationJobRequest request, AsyncHandler<StartReadSetActivationJobRequest,StartReadSetActivationJobResult> asyncHandler)
AmazonOmicsAsyncActivates an archived read set. To reduce storage charges, Amazon Omics archives unused read sets after 30 days.
startReadSetActivationJobAsync in interface AmazonOmicsAsyncasyncHandler - 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<StartReadSetExportJobResult> startReadSetExportJobAsync(StartReadSetExportJobRequest request)
AmazonOmicsAsyncExports a read set to Amazon S3.
startReadSetExportJobAsync in interface AmazonOmicsAsyncpublic Future<StartReadSetExportJobResult> startReadSetExportJobAsync(StartReadSetExportJobRequest request, AsyncHandler<StartReadSetExportJobRequest,StartReadSetExportJobResult> asyncHandler)
AmazonOmicsAsyncExports a read set to Amazon S3.
startReadSetExportJobAsync in interface AmazonOmicsAsyncasyncHandler - 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<StartReadSetImportJobResult> startReadSetImportJobAsync(StartReadSetImportJobRequest request)
AmazonOmicsAsyncStarts a read set import job.
startReadSetImportJobAsync in interface AmazonOmicsAsyncpublic Future<StartReadSetImportJobResult> startReadSetImportJobAsync(StartReadSetImportJobRequest request, AsyncHandler<StartReadSetImportJobRequest,StartReadSetImportJobResult> asyncHandler)
AmazonOmicsAsyncStarts a read set import job.
startReadSetImportJobAsync in interface AmazonOmicsAsyncasyncHandler - 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<StartReferenceImportJobResult> startReferenceImportJobAsync(StartReferenceImportJobRequest request)
AmazonOmicsAsyncStarts a reference import job.
startReferenceImportJobAsync in interface AmazonOmicsAsyncpublic Future<StartReferenceImportJobResult> startReferenceImportJobAsync(StartReferenceImportJobRequest request, AsyncHandler<StartReferenceImportJobRequest,StartReferenceImportJobResult> asyncHandler)
AmazonOmicsAsyncStarts a reference import job.
startReferenceImportJobAsync in interface AmazonOmicsAsyncasyncHandler - 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<StartRunResult> startRunAsync(StartRunRequest request)
AmazonOmicsAsyncStarts a run.
startRunAsync in interface AmazonOmicsAsyncpublic Future<StartRunResult> startRunAsync(StartRunRequest request, AsyncHandler<StartRunRequest,StartRunResult> asyncHandler)
AmazonOmicsAsyncStarts a run.
startRunAsync in interface AmazonOmicsAsyncasyncHandler - 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<StartVariantImportJobResult> startVariantImportJobAsync(StartVariantImportJobRequest request)
AmazonOmicsAsyncStarts a variant import job.
startVariantImportJobAsync in interface AmazonOmicsAsyncpublic Future<StartVariantImportJobResult> startVariantImportJobAsync(StartVariantImportJobRequest request, AsyncHandler<StartVariantImportJobRequest,StartVariantImportJobResult> asyncHandler)
AmazonOmicsAsyncStarts a variant import job.
startVariantImportJobAsync in interface AmazonOmicsAsyncasyncHandler - 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<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AmazonOmicsAsyncTags a resource.
tagResourceAsync in interface AmazonOmicsAsyncpublic Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AmazonOmicsAsyncTags a resource.
tagResourceAsync in interface AmazonOmicsAsyncasyncHandler - 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<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AmazonOmicsAsyncRemoves tags from a resource.
untagResourceAsync in interface AmazonOmicsAsyncpublic Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AmazonOmicsAsyncRemoves tags from a resource.
untagResourceAsync in interface AmazonOmicsAsyncasyncHandler - 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<UpdateAnnotationStoreResult> updateAnnotationStoreAsync(UpdateAnnotationStoreRequest request)
AmazonOmicsAsyncUpdates an annotation store.
updateAnnotationStoreAsync in interface AmazonOmicsAsyncpublic Future<UpdateAnnotationStoreResult> updateAnnotationStoreAsync(UpdateAnnotationStoreRequest request, AsyncHandler<UpdateAnnotationStoreRequest,UpdateAnnotationStoreResult> asyncHandler)
AmazonOmicsAsyncUpdates an annotation store.
updateAnnotationStoreAsync in interface AmazonOmicsAsyncasyncHandler - 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<UpdateRunGroupResult> updateRunGroupAsync(UpdateRunGroupRequest request)
AmazonOmicsAsyncUpdates a run group.
updateRunGroupAsync in interface AmazonOmicsAsyncpublic Future<UpdateRunGroupResult> updateRunGroupAsync(UpdateRunGroupRequest request, AsyncHandler<UpdateRunGroupRequest,UpdateRunGroupResult> asyncHandler)
AmazonOmicsAsyncUpdates a run group.
updateRunGroupAsync in interface AmazonOmicsAsyncasyncHandler - 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<UpdateVariantStoreResult> updateVariantStoreAsync(UpdateVariantStoreRequest request)
AmazonOmicsAsyncUpdates a variant store.
updateVariantStoreAsync in interface AmazonOmicsAsyncpublic Future<UpdateVariantStoreResult> updateVariantStoreAsync(UpdateVariantStoreRequest request, AsyncHandler<UpdateVariantStoreRequest,UpdateVariantStoreResult> asyncHandler)
AmazonOmicsAsyncUpdates a variant store.
updateVariantStoreAsync in interface AmazonOmicsAsyncasyncHandler - 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<UpdateWorkflowResult> updateWorkflowAsync(UpdateWorkflowRequest request)
AmazonOmicsAsyncUpdates a workflow.
updateWorkflowAsync in interface AmazonOmicsAsyncpublic Future<UpdateWorkflowResult> updateWorkflowAsync(UpdateWorkflowRequest request, AsyncHandler<UpdateWorkflowRequest,UpdateWorkflowResult> asyncHandler)
AmazonOmicsAsyncUpdates a workflow.
updateWorkflowAsync in interface AmazonOmicsAsyncasyncHandler - 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 void shutdown()
getExecutorService().shutdown() followed by getExecutorService().awaitTermination() prior to
calling this method.shutdown in interface AmazonOmicsshutdown in class AmazonOmicsClient