@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 AWS HealthOmics API Reference. For an introduction to the service, see What is AWS HealthOmics? in the AWS HealthOmics User Guide.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
abortMultipartReadSetUpload, acceptShare, batchDeleteReadSet, builder, cancelAnnotationImportJob, cancelRun, cancelVariantImportJob, completeMultipartReadSetUpload, createAnnotationStore, createAnnotationStoreVersion, createMultipartReadSetUpload, createReferenceStore, createRunGroup, createSequenceStore, createShare, createVariantStore, createWorkflow, deleteAnnotationStore, deleteAnnotationStoreVersions, deleteReference, deleteReferenceStore, deleteRun, deleteRunGroup, deleteSequenceStore, deleteShare, deleteVariantStore, deleteWorkflow, getAnnotationImportJob, getAnnotationStore, getAnnotationStoreVersion, getCachedResponseMetadata, getReadSet, getReadSetActivationJob, getReadSetExportJob, getReadSetImportJob, getReadSetMetadata, getReference, getReferenceImportJob, getReferenceMetadata, getReferenceStore, getRun, getRunGroup, getRunTask, getSequenceStore, getShare, getVariantImportJob, getVariantStore, getWorkflow, listAnnotationImportJobs, listAnnotationStores, listAnnotationStoreVersions, listMultipartReadSetUploads, listReadSetActivationJobs, listReadSetExportJobs, listReadSetImportJobs, listReadSets, listReadSetUploadParts, listReferenceImportJobs, listReferences, listReferenceStores, listRunGroups, listRuns, listRunTasks, listSequenceStores, listShares, listTagsForResource, listVariantImportJobs, listVariantStores, listWorkflows, startAnnotationImportJob, startReadSetActivationJob, startReadSetExportJob, startReadSetImportJob, startReferenceImportJob, startRun, startVariantImportJob, tagResource, untagResource, updateAnnotationStore, updateAnnotationStoreVersion, updateRunGroup, updateVariantStore, updateWorkflow, uploadReadSetPart, waiters
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abortMultipartReadSetUpload, acceptShare, batchDeleteReadSet, cancelAnnotationImportJob, cancelRun, cancelVariantImportJob, completeMultipartReadSetUpload, createAnnotationStore, createAnnotationStoreVersion, createMultipartReadSetUpload, createReferenceStore, createRunGroup, createSequenceStore, createShare, createVariantStore, createWorkflow, deleteAnnotationStore, deleteAnnotationStoreVersions, deleteReference, deleteReferenceStore, deleteRun, deleteRunGroup, deleteSequenceStore, deleteShare, deleteVariantStore, deleteWorkflow, getAnnotationImportJob, getAnnotationStore, getAnnotationStoreVersion, getCachedResponseMetadata, getReadSet, getReadSetActivationJob, getReadSetExportJob, getReadSetImportJob, getReadSetMetadata, getReference, getReferenceImportJob, getReferenceMetadata, getReferenceStore, getRun, getRunGroup, getRunTask, getSequenceStore, getShare, getVariantImportJob, getVariantStore, getWorkflow, listAnnotationImportJobs, listAnnotationStores, listAnnotationStoreVersions, listMultipartReadSetUploads, listReadSetActivationJobs, listReadSetExportJobs, listReadSetImportJobs, listReadSets, listReadSetUploadParts, listReferenceImportJobs, listReferences, listReferenceStores, listRunGroups, listRuns, listRunTasks, listSequenceStores, listShares, listTagsForResource, listVariantImportJobs, listVariantStores, listWorkflows, startAnnotationImportJob, startReadSetActivationJob, startReadSetExportJob, startReadSetImportJob, startReferenceImportJob, startRun, startVariantImportJob, tagResource, untagResource, updateAnnotationStore, updateAnnotationStoreVersion, updateRunGroup, updateVariantStore, updateWorkflow, uploadReadSetPart, waiters
public static AmazonOmicsAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
public Future<AbortMultipartReadSetUploadResult> abortMultipartReadSetUploadAsync(AbortMultipartReadSetUploadRequest request)
AmazonOmicsAsync
Stops a multipart upload.
abortMultipartReadSetUploadAsync
in interface AmazonOmicsAsync
public Future<AbortMultipartReadSetUploadResult> abortMultipartReadSetUploadAsync(AbortMultipartReadSetUploadRequest request, AsyncHandler<AbortMultipartReadSetUploadRequest,AbortMultipartReadSetUploadResult> asyncHandler)
AmazonOmicsAsync
Stops a multipart upload.
abortMultipartReadSetUploadAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AcceptShareResult> acceptShareAsync(AcceptShareRequest request)
AmazonOmicsAsync
Accept a resource share request.
acceptShareAsync
in interface AmazonOmicsAsync
public Future<AcceptShareResult> acceptShareAsync(AcceptShareRequest request, AsyncHandler<AcceptShareRequest,AcceptShareResult> asyncHandler)
AmazonOmicsAsync
Accept a resource share request.
acceptShareAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<BatchDeleteReadSetResult> batchDeleteReadSetAsync(BatchDeleteReadSetRequest request)
AmazonOmicsAsync
Deletes one or more read sets.
batchDeleteReadSetAsync
in interface AmazonOmicsAsync
public Future<BatchDeleteReadSetResult> batchDeleteReadSetAsync(BatchDeleteReadSetRequest request, AsyncHandler<BatchDeleteReadSetRequest,BatchDeleteReadSetResult> asyncHandler)
AmazonOmicsAsync
Deletes one or more read sets.
batchDeleteReadSetAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CancelAnnotationImportJobResult> cancelAnnotationImportJobAsync(CancelAnnotationImportJobRequest request)
AmazonOmicsAsync
Cancels an annotation import job.
cancelAnnotationImportJobAsync
in interface AmazonOmicsAsync
public Future<CancelAnnotationImportJobResult> cancelAnnotationImportJobAsync(CancelAnnotationImportJobRequest request, AsyncHandler<CancelAnnotationImportJobRequest,CancelAnnotationImportJobResult> asyncHandler)
AmazonOmicsAsync
Cancels an annotation import job.
cancelAnnotationImportJobAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CancelRunResult> cancelRunAsync(CancelRunRequest request)
AmazonOmicsAsync
Cancels a run.
cancelRunAsync
in interface AmazonOmicsAsync
public Future<CancelRunResult> cancelRunAsync(CancelRunRequest request, AsyncHandler<CancelRunRequest,CancelRunResult> asyncHandler)
AmazonOmicsAsync
Cancels a run.
cancelRunAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CancelVariantImportJobResult> cancelVariantImportJobAsync(CancelVariantImportJobRequest request)
AmazonOmicsAsync
Cancels a variant import job.
cancelVariantImportJobAsync
in interface AmazonOmicsAsync
public Future<CancelVariantImportJobResult> cancelVariantImportJobAsync(CancelVariantImportJobRequest request, AsyncHandler<CancelVariantImportJobRequest,CancelVariantImportJobResult> asyncHandler)
AmazonOmicsAsync
Cancels a variant import job.
cancelVariantImportJobAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CompleteMultipartReadSetUploadResult> completeMultipartReadSetUploadAsync(CompleteMultipartReadSetUploadRequest request)
AmazonOmicsAsync
Concludes a multipart upload once you have uploaded all the components.
completeMultipartReadSetUploadAsync
in interface AmazonOmicsAsync
public Future<CompleteMultipartReadSetUploadResult> completeMultipartReadSetUploadAsync(CompleteMultipartReadSetUploadRequest request, AsyncHandler<CompleteMultipartReadSetUploadRequest,CompleteMultipartReadSetUploadResult> asyncHandler)
AmazonOmicsAsync
Concludes a multipart upload once you have uploaded all the components.
completeMultipartReadSetUploadAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateAnnotationStoreResult> createAnnotationStoreAsync(CreateAnnotationStoreRequest request)
AmazonOmicsAsync
Creates an annotation store.
createAnnotationStoreAsync
in interface AmazonOmicsAsync
public Future<CreateAnnotationStoreResult> createAnnotationStoreAsync(CreateAnnotationStoreRequest request, AsyncHandler<CreateAnnotationStoreRequest,CreateAnnotationStoreResult> asyncHandler)
AmazonOmicsAsync
Creates an annotation store.
createAnnotationStoreAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateAnnotationStoreVersionResult> createAnnotationStoreVersionAsync(CreateAnnotationStoreVersionRequest request)
AmazonOmicsAsync
Creates a new version of an annotation store.
createAnnotationStoreVersionAsync
in interface AmazonOmicsAsync
public Future<CreateAnnotationStoreVersionResult> createAnnotationStoreVersionAsync(CreateAnnotationStoreVersionRequest request, AsyncHandler<CreateAnnotationStoreVersionRequest,CreateAnnotationStoreVersionResult> asyncHandler)
AmazonOmicsAsync
Creates a new version of an annotation store.
createAnnotationStoreVersionAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateMultipartReadSetUploadResult> createMultipartReadSetUploadAsync(CreateMultipartReadSetUploadRequest request)
AmazonOmicsAsync
Begins a multipart read set upload.
createMultipartReadSetUploadAsync
in interface AmazonOmicsAsync
public Future<CreateMultipartReadSetUploadResult> createMultipartReadSetUploadAsync(CreateMultipartReadSetUploadRequest request, AsyncHandler<CreateMultipartReadSetUploadRequest,CreateMultipartReadSetUploadResult> asyncHandler)
AmazonOmicsAsync
Begins a multipart read set upload.
createMultipartReadSetUploadAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateReferenceStoreResult> createReferenceStoreAsync(CreateReferenceStoreRequest request)
AmazonOmicsAsync
Creates a reference store.
createReferenceStoreAsync
in interface AmazonOmicsAsync
public Future<CreateReferenceStoreResult> createReferenceStoreAsync(CreateReferenceStoreRequest request, AsyncHandler<CreateReferenceStoreRequest,CreateReferenceStoreResult> asyncHandler)
AmazonOmicsAsync
Creates a reference store.
createReferenceStoreAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateRunGroupResult> createRunGroupAsync(CreateRunGroupRequest request)
AmazonOmicsAsync
Creates a run group.
createRunGroupAsync
in interface AmazonOmicsAsync
public Future<CreateRunGroupResult> createRunGroupAsync(CreateRunGroupRequest request, AsyncHandler<CreateRunGroupRequest,CreateRunGroupResult> asyncHandler)
AmazonOmicsAsync
Creates a run group.
createRunGroupAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateSequenceStoreResult> createSequenceStoreAsync(CreateSequenceStoreRequest request)
AmazonOmicsAsync
Creates a sequence store.
createSequenceStoreAsync
in interface AmazonOmicsAsync
public Future<CreateSequenceStoreResult> createSequenceStoreAsync(CreateSequenceStoreRequest request, AsyncHandler<CreateSequenceStoreRequest,CreateSequenceStoreResult> asyncHandler)
AmazonOmicsAsync
Creates a sequence store.
createSequenceStoreAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateShareResult> createShareAsync(CreateShareRequest request)
AmazonOmicsAsync
Creates a cross-account shared resource. The resource owner makes an offer to share the resource with the principal subscriber (an AWS user with a different account than the resource owner).
The following resources support cross-account sharing:
Healthomics variant stores
Healthomics annotation stores
Private workflows
createShareAsync
in interface AmazonOmicsAsync
public Future<CreateShareResult> createShareAsync(CreateShareRequest request, AsyncHandler<CreateShareRequest,CreateShareResult> asyncHandler)
AmazonOmicsAsync
Creates a cross-account shared resource. The resource owner makes an offer to share the resource with the principal subscriber (an AWS user with a different account than the resource owner).
The following resources support cross-account sharing:
Healthomics variant stores
Healthomics annotation stores
Private workflows
createShareAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateVariantStoreResult> createVariantStoreAsync(CreateVariantStoreRequest request)
AmazonOmicsAsync
Creates a variant store.
createVariantStoreAsync
in interface AmazonOmicsAsync
public Future<CreateVariantStoreResult> createVariantStoreAsync(CreateVariantStoreRequest request, AsyncHandler<CreateVariantStoreRequest,CreateVariantStoreResult> asyncHandler)
AmazonOmicsAsync
Creates a variant store.
createVariantStoreAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateWorkflowResult> createWorkflowAsync(CreateWorkflowRequest request)
AmazonOmicsAsync
Creates a workflow.
createWorkflowAsync
in interface AmazonOmicsAsync
public Future<CreateWorkflowResult> createWorkflowAsync(CreateWorkflowRequest request, AsyncHandler<CreateWorkflowRequest,CreateWorkflowResult> asyncHandler)
AmazonOmicsAsync
Creates a workflow.
createWorkflowAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteAnnotationStoreResult> deleteAnnotationStoreAsync(DeleteAnnotationStoreRequest request)
AmazonOmicsAsync
Deletes an annotation store.
deleteAnnotationStoreAsync
in interface AmazonOmicsAsync
public Future<DeleteAnnotationStoreResult> deleteAnnotationStoreAsync(DeleteAnnotationStoreRequest request, AsyncHandler<DeleteAnnotationStoreRequest,DeleteAnnotationStoreResult> asyncHandler)
AmazonOmicsAsync
Deletes an annotation store.
deleteAnnotationStoreAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteAnnotationStoreVersionsResult> deleteAnnotationStoreVersionsAsync(DeleteAnnotationStoreVersionsRequest request)
AmazonOmicsAsync
Deletes one or multiple versions of an annotation store.
deleteAnnotationStoreVersionsAsync
in interface AmazonOmicsAsync
public Future<DeleteAnnotationStoreVersionsResult> deleteAnnotationStoreVersionsAsync(DeleteAnnotationStoreVersionsRequest request, AsyncHandler<DeleteAnnotationStoreVersionsRequest,DeleteAnnotationStoreVersionsResult> asyncHandler)
AmazonOmicsAsync
Deletes one or multiple versions of an annotation store.
deleteAnnotationStoreVersionsAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteReferenceResult> deleteReferenceAsync(DeleteReferenceRequest request)
AmazonOmicsAsync
Deletes a genome reference.
deleteReferenceAsync
in interface AmazonOmicsAsync
public Future<DeleteReferenceResult> deleteReferenceAsync(DeleteReferenceRequest request, AsyncHandler<DeleteReferenceRequest,DeleteReferenceResult> asyncHandler)
AmazonOmicsAsync
Deletes a genome reference.
deleteReferenceAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteReferenceStoreResult> deleteReferenceStoreAsync(DeleteReferenceStoreRequest request)
AmazonOmicsAsync
Deletes a genome reference store.
deleteReferenceStoreAsync
in interface AmazonOmicsAsync
public Future<DeleteReferenceStoreResult> deleteReferenceStoreAsync(DeleteReferenceStoreRequest request, AsyncHandler<DeleteReferenceStoreRequest,DeleteReferenceStoreResult> asyncHandler)
AmazonOmicsAsync
Deletes a genome reference store.
deleteReferenceStoreAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteRunResult> deleteRunAsync(DeleteRunRequest request)
AmazonOmicsAsync
Deletes a workflow run.
deleteRunAsync
in interface AmazonOmicsAsync
public Future<DeleteRunResult> deleteRunAsync(DeleteRunRequest request, AsyncHandler<DeleteRunRequest,DeleteRunResult> asyncHandler)
AmazonOmicsAsync
Deletes a workflow run.
deleteRunAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteRunGroupResult> deleteRunGroupAsync(DeleteRunGroupRequest request)
AmazonOmicsAsync
Deletes a workflow run group.
deleteRunGroupAsync
in interface AmazonOmicsAsync
public Future<DeleteRunGroupResult> deleteRunGroupAsync(DeleteRunGroupRequest request, AsyncHandler<DeleteRunGroupRequest,DeleteRunGroupResult> asyncHandler)
AmazonOmicsAsync
Deletes a workflow run group.
deleteRunGroupAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteSequenceStoreResult> deleteSequenceStoreAsync(DeleteSequenceStoreRequest request)
AmazonOmicsAsync
Deletes a sequence store.
deleteSequenceStoreAsync
in interface AmazonOmicsAsync
public Future<DeleteSequenceStoreResult> deleteSequenceStoreAsync(DeleteSequenceStoreRequest request, AsyncHandler<DeleteSequenceStoreRequest,DeleteSequenceStoreResult> asyncHandler)
AmazonOmicsAsync
Deletes a sequence store.
deleteSequenceStoreAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteShareResult> deleteShareAsync(DeleteShareRequest request)
AmazonOmicsAsync
Deletes a resource share. If you are the resource owner, the subscriber will no longer have access to the shared resource. If you are the subscriber, this operation deletes your access to the share.
deleteShareAsync
in interface AmazonOmicsAsync
public Future<DeleteShareResult> deleteShareAsync(DeleteShareRequest request, AsyncHandler<DeleteShareRequest,DeleteShareResult> asyncHandler)
AmazonOmicsAsync
Deletes a resource share. If you are the resource owner, the subscriber will no longer have access to the shared resource. If you are the subscriber, this operation deletes your access to the share.
deleteShareAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteVariantStoreResult> deleteVariantStoreAsync(DeleteVariantStoreRequest request)
AmazonOmicsAsync
Deletes a variant store.
deleteVariantStoreAsync
in interface AmazonOmicsAsync
public Future<DeleteVariantStoreResult> deleteVariantStoreAsync(DeleteVariantStoreRequest request, AsyncHandler<DeleteVariantStoreRequest,DeleteVariantStoreResult> asyncHandler)
AmazonOmicsAsync
Deletes a variant store.
deleteVariantStoreAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteWorkflowResult> deleteWorkflowAsync(DeleteWorkflowRequest request)
AmazonOmicsAsync
Deletes a workflow.
deleteWorkflowAsync
in interface AmazonOmicsAsync
public Future<DeleteWorkflowResult> deleteWorkflowAsync(DeleteWorkflowRequest request, AsyncHandler<DeleteWorkflowRequest,DeleteWorkflowResult> asyncHandler)
AmazonOmicsAsync
Deletes a workflow.
deleteWorkflowAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetAnnotationImportJobResult> getAnnotationImportJobAsync(GetAnnotationImportJobRequest request)
AmazonOmicsAsync
Gets information about an annotation import job.
getAnnotationImportJobAsync
in interface AmazonOmicsAsync
public Future<GetAnnotationImportJobResult> getAnnotationImportJobAsync(GetAnnotationImportJobRequest request, AsyncHandler<GetAnnotationImportJobRequest,GetAnnotationImportJobResult> asyncHandler)
AmazonOmicsAsync
Gets information about an annotation import job.
getAnnotationImportJobAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetAnnotationStoreResult> getAnnotationStoreAsync(GetAnnotationStoreRequest request)
AmazonOmicsAsync
Gets information about an annotation store.
getAnnotationStoreAsync
in interface AmazonOmicsAsync
public Future<GetAnnotationStoreResult> getAnnotationStoreAsync(GetAnnotationStoreRequest request, AsyncHandler<GetAnnotationStoreRequest,GetAnnotationStoreResult> asyncHandler)
AmazonOmicsAsync
Gets information about an annotation store.
getAnnotationStoreAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetAnnotationStoreVersionResult> getAnnotationStoreVersionAsync(GetAnnotationStoreVersionRequest request)
AmazonOmicsAsync
Retrieves the metadata for an annotation store version.
getAnnotationStoreVersionAsync
in interface AmazonOmicsAsync
public Future<GetAnnotationStoreVersionResult> getAnnotationStoreVersionAsync(GetAnnotationStoreVersionRequest request, AsyncHandler<GetAnnotationStoreVersionRequest,GetAnnotationStoreVersionResult> asyncHandler)
AmazonOmicsAsync
Retrieves the metadata for an annotation store version.
getAnnotationStoreVersionAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetReadSetResult> getReadSetAsync(GetReadSetRequest request)
AmazonOmicsAsync
Gets a file from a read set.
getReadSetAsync
in interface AmazonOmicsAsync
public Future<GetReadSetResult> getReadSetAsync(GetReadSetRequest request, AsyncHandler<GetReadSetRequest,GetReadSetResult> asyncHandler)
AmazonOmicsAsync
Gets a file from a read set.
getReadSetAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetReadSetActivationJobResult> getReadSetActivationJobAsync(GetReadSetActivationJobRequest request)
AmazonOmicsAsync
Gets information about a read set activation job.
getReadSetActivationJobAsync
in interface AmazonOmicsAsync
public Future<GetReadSetActivationJobResult> getReadSetActivationJobAsync(GetReadSetActivationJobRequest request, AsyncHandler<GetReadSetActivationJobRequest,GetReadSetActivationJobResult> asyncHandler)
AmazonOmicsAsync
Gets information about a read set activation job.
getReadSetActivationJobAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetReadSetExportJobResult> getReadSetExportJobAsync(GetReadSetExportJobRequest request)
AmazonOmicsAsync
Gets information about a read set export job.
getReadSetExportJobAsync
in interface AmazonOmicsAsync
public Future<GetReadSetExportJobResult> getReadSetExportJobAsync(GetReadSetExportJobRequest request, AsyncHandler<GetReadSetExportJobRequest,GetReadSetExportJobResult> asyncHandler)
AmazonOmicsAsync
Gets information about a read set export job.
getReadSetExportJobAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetReadSetImportJobResult> getReadSetImportJobAsync(GetReadSetImportJobRequest request)
AmazonOmicsAsync
Gets information about a read set import job.
getReadSetImportJobAsync
in interface AmazonOmicsAsync
public Future<GetReadSetImportJobResult> getReadSetImportJobAsync(GetReadSetImportJobRequest request, AsyncHandler<GetReadSetImportJobRequest,GetReadSetImportJobResult> asyncHandler)
AmazonOmicsAsync
Gets information about a read set import job.
getReadSetImportJobAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetReadSetMetadataResult> getReadSetMetadataAsync(GetReadSetMetadataRequest request)
AmazonOmicsAsync
Gets details about a read set.
getReadSetMetadataAsync
in interface AmazonOmicsAsync
public Future<GetReadSetMetadataResult> getReadSetMetadataAsync(GetReadSetMetadataRequest request, AsyncHandler<GetReadSetMetadataRequest,GetReadSetMetadataResult> asyncHandler)
AmazonOmicsAsync
Gets details about a read set.
getReadSetMetadataAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetReferenceResult> getReferenceAsync(GetReferenceRequest request)
AmazonOmicsAsync
Gets a reference file.
getReferenceAsync
in interface AmazonOmicsAsync
public Future<GetReferenceResult> getReferenceAsync(GetReferenceRequest request, AsyncHandler<GetReferenceRequest,GetReferenceResult> asyncHandler)
AmazonOmicsAsync
Gets a reference file.
getReferenceAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetReferenceImportJobResult> getReferenceImportJobAsync(GetReferenceImportJobRequest request)
AmazonOmicsAsync
Gets information about a reference import job.
getReferenceImportJobAsync
in interface AmazonOmicsAsync
public Future<GetReferenceImportJobResult> getReferenceImportJobAsync(GetReferenceImportJobRequest request, AsyncHandler<GetReferenceImportJobRequest,GetReferenceImportJobResult> asyncHandler)
AmazonOmicsAsync
Gets information about a reference import job.
getReferenceImportJobAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetReferenceMetadataResult> getReferenceMetadataAsync(GetReferenceMetadataRequest request)
AmazonOmicsAsync
Gets information about a genome reference's metadata.
getReferenceMetadataAsync
in interface AmazonOmicsAsync
public Future<GetReferenceMetadataResult> getReferenceMetadataAsync(GetReferenceMetadataRequest request, AsyncHandler<GetReferenceMetadataRequest,GetReferenceMetadataResult> asyncHandler)
AmazonOmicsAsync
Gets information about a genome reference's metadata.
getReferenceMetadataAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetReferenceStoreResult> getReferenceStoreAsync(GetReferenceStoreRequest request)
AmazonOmicsAsync
Gets information about a reference store.
getReferenceStoreAsync
in interface AmazonOmicsAsync
public Future<GetReferenceStoreResult> getReferenceStoreAsync(GetReferenceStoreRequest request, AsyncHandler<GetReferenceStoreRequest,GetReferenceStoreResult> asyncHandler)
AmazonOmicsAsync
Gets information about a reference store.
getReferenceStoreAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetRunResult> getRunAsync(GetRunRequest request)
AmazonOmicsAsync
Gets information about a workflow run.
If a workflow is shared with you, you cannot export information about the run.
getRunAsync
in interface AmazonOmicsAsync
public Future<GetRunResult> getRunAsync(GetRunRequest request, AsyncHandler<GetRunRequest,GetRunResult> asyncHandler)
AmazonOmicsAsync
Gets information about a workflow run.
If a workflow is shared with you, you cannot export information about the run.
getRunAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetRunGroupResult> getRunGroupAsync(GetRunGroupRequest request)
AmazonOmicsAsync
Gets information about a workflow run group.
getRunGroupAsync
in interface AmazonOmicsAsync
public Future<GetRunGroupResult> getRunGroupAsync(GetRunGroupRequest request, AsyncHandler<GetRunGroupRequest,GetRunGroupResult> asyncHandler)
AmazonOmicsAsync
Gets information about a workflow run group.
getRunGroupAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetRunTaskResult> getRunTaskAsync(GetRunTaskRequest request)
AmazonOmicsAsync
Gets information about a workflow run task.
getRunTaskAsync
in interface AmazonOmicsAsync
public Future<GetRunTaskResult> getRunTaskAsync(GetRunTaskRequest request, AsyncHandler<GetRunTaskRequest,GetRunTaskResult> asyncHandler)
AmazonOmicsAsync
Gets information about a workflow run task.
getRunTaskAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetSequenceStoreResult> getSequenceStoreAsync(GetSequenceStoreRequest request)
AmazonOmicsAsync
Gets information about a sequence store.
getSequenceStoreAsync
in interface AmazonOmicsAsync
public Future<GetSequenceStoreResult> getSequenceStoreAsync(GetSequenceStoreRequest request, AsyncHandler<GetSequenceStoreRequest,GetSequenceStoreResult> asyncHandler)
AmazonOmicsAsync
Gets information about a sequence store.
getSequenceStoreAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetShareResult> getShareAsync(GetShareRequest request)
AmazonOmicsAsync
Retrieves the metadata for the specified resource share.
getShareAsync
in interface AmazonOmicsAsync
public Future<GetShareResult> getShareAsync(GetShareRequest request, AsyncHandler<GetShareRequest,GetShareResult> asyncHandler)
AmazonOmicsAsync
Retrieves the metadata for the specified resource share.
getShareAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetVariantImportJobResult> getVariantImportJobAsync(GetVariantImportJobRequest request)
AmazonOmicsAsync
Gets information about a variant import job.
getVariantImportJobAsync
in interface AmazonOmicsAsync
public Future<GetVariantImportJobResult> getVariantImportJobAsync(GetVariantImportJobRequest request, AsyncHandler<GetVariantImportJobRequest,GetVariantImportJobResult> asyncHandler)
AmazonOmicsAsync
Gets information about a variant import job.
getVariantImportJobAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetVariantStoreResult> getVariantStoreAsync(GetVariantStoreRequest request)
AmazonOmicsAsync
Gets information about a variant store.
getVariantStoreAsync
in interface AmazonOmicsAsync
public Future<GetVariantStoreResult> getVariantStoreAsync(GetVariantStoreRequest request, AsyncHandler<GetVariantStoreRequest,GetVariantStoreResult> asyncHandler)
AmazonOmicsAsync
Gets information about a variant store.
getVariantStoreAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetWorkflowResult> getWorkflowAsync(GetWorkflowRequest request)
AmazonOmicsAsync
Gets information about a workflow.
If a workflow is shared with you, you cannot export the workflow.
getWorkflowAsync
in interface AmazonOmicsAsync
public Future<GetWorkflowResult> getWorkflowAsync(GetWorkflowRequest request, AsyncHandler<GetWorkflowRequest,GetWorkflowResult> asyncHandler)
AmazonOmicsAsync
Gets information about a workflow.
If a workflow is shared with you, you cannot export the workflow.
getWorkflowAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListAnnotationImportJobsResult> listAnnotationImportJobsAsync(ListAnnotationImportJobsRequest request)
AmazonOmicsAsync
Retrieves a list of annotation import jobs.
listAnnotationImportJobsAsync
in interface AmazonOmicsAsync
public Future<ListAnnotationImportJobsResult> listAnnotationImportJobsAsync(ListAnnotationImportJobsRequest request, AsyncHandler<ListAnnotationImportJobsRequest,ListAnnotationImportJobsResult> asyncHandler)
AmazonOmicsAsync
Retrieves a list of annotation import jobs.
listAnnotationImportJobsAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListAnnotationStoreVersionsResult> listAnnotationStoreVersionsAsync(ListAnnotationStoreVersionsRequest request)
AmazonOmicsAsync
Lists the versions of an annotation store.
listAnnotationStoreVersionsAsync
in interface AmazonOmicsAsync
public Future<ListAnnotationStoreVersionsResult> listAnnotationStoreVersionsAsync(ListAnnotationStoreVersionsRequest request, AsyncHandler<ListAnnotationStoreVersionsRequest,ListAnnotationStoreVersionsResult> asyncHandler)
AmazonOmicsAsync
Lists the versions of an annotation store.
listAnnotationStoreVersionsAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListAnnotationStoresResult> listAnnotationStoresAsync(ListAnnotationStoresRequest request)
AmazonOmicsAsync
Retrieves a list of annotation stores.
listAnnotationStoresAsync
in interface AmazonOmicsAsync
public Future<ListAnnotationStoresResult> listAnnotationStoresAsync(ListAnnotationStoresRequest request, AsyncHandler<ListAnnotationStoresRequest,ListAnnotationStoresResult> asyncHandler)
AmazonOmicsAsync
Retrieves a list of annotation stores.
listAnnotationStoresAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListMultipartReadSetUploadsResult> listMultipartReadSetUploadsAsync(ListMultipartReadSetUploadsRequest request)
AmazonOmicsAsync
Lists multipart read set uploads and for in progress uploads. Once the upload is completed, a read set is created and the upload will no longer be returned in the response.
listMultipartReadSetUploadsAsync
in interface AmazonOmicsAsync
public Future<ListMultipartReadSetUploadsResult> listMultipartReadSetUploadsAsync(ListMultipartReadSetUploadsRequest request, AsyncHandler<ListMultipartReadSetUploadsRequest,ListMultipartReadSetUploadsResult> asyncHandler)
AmazonOmicsAsync
Lists multipart read set uploads and for in progress uploads. Once the upload is completed, a read set is created and the upload will no longer be returned in the response.
listMultipartReadSetUploadsAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListReadSetActivationJobsResult> listReadSetActivationJobsAsync(ListReadSetActivationJobsRequest request)
AmazonOmicsAsync
Retrieves a list of read set activation jobs.
listReadSetActivationJobsAsync
in interface AmazonOmicsAsync
public Future<ListReadSetActivationJobsResult> listReadSetActivationJobsAsync(ListReadSetActivationJobsRequest request, AsyncHandler<ListReadSetActivationJobsRequest,ListReadSetActivationJobsResult> asyncHandler)
AmazonOmicsAsync
Retrieves a list of read set activation jobs.
listReadSetActivationJobsAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListReadSetExportJobsResult> listReadSetExportJobsAsync(ListReadSetExportJobsRequest request)
AmazonOmicsAsync
Retrieves a list of read set export jobs.
listReadSetExportJobsAsync
in interface AmazonOmicsAsync
public Future<ListReadSetExportJobsResult> listReadSetExportJobsAsync(ListReadSetExportJobsRequest request, AsyncHandler<ListReadSetExportJobsRequest,ListReadSetExportJobsResult> asyncHandler)
AmazonOmicsAsync
Retrieves a list of read set export jobs.
listReadSetExportJobsAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListReadSetImportJobsResult> listReadSetImportJobsAsync(ListReadSetImportJobsRequest request)
AmazonOmicsAsync
Retrieves a list of read set import jobs.
listReadSetImportJobsAsync
in interface AmazonOmicsAsync
public Future<ListReadSetImportJobsResult> listReadSetImportJobsAsync(ListReadSetImportJobsRequest request, AsyncHandler<ListReadSetImportJobsRequest,ListReadSetImportJobsResult> asyncHandler)
AmazonOmicsAsync
Retrieves a list of read set import jobs.
listReadSetImportJobsAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListReadSetUploadPartsResult> listReadSetUploadPartsAsync(ListReadSetUploadPartsRequest request)
AmazonOmicsAsync
This operation will list all parts in a requested multipart upload for a sequence store.
listReadSetUploadPartsAsync
in interface AmazonOmicsAsync
public Future<ListReadSetUploadPartsResult> listReadSetUploadPartsAsync(ListReadSetUploadPartsRequest request, AsyncHandler<ListReadSetUploadPartsRequest,ListReadSetUploadPartsResult> asyncHandler)
AmazonOmicsAsync
This operation will list all parts in a requested multipart upload for a sequence store.
listReadSetUploadPartsAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListReadSetsResult> listReadSetsAsync(ListReadSetsRequest request)
AmazonOmicsAsync
Retrieves a list of read sets.
listReadSetsAsync
in interface AmazonOmicsAsync
public Future<ListReadSetsResult> listReadSetsAsync(ListReadSetsRequest request, AsyncHandler<ListReadSetsRequest,ListReadSetsResult> asyncHandler)
AmazonOmicsAsync
Retrieves a list of read sets.
listReadSetsAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListReferenceImportJobsResult> listReferenceImportJobsAsync(ListReferenceImportJobsRequest request)
AmazonOmicsAsync
Retrieves a list of reference import jobs.
listReferenceImportJobsAsync
in interface AmazonOmicsAsync
public Future<ListReferenceImportJobsResult> listReferenceImportJobsAsync(ListReferenceImportJobsRequest request, AsyncHandler<ListReferenceImportJobsRequest,ListReferenceImportJobsResult> asyncHandler)
AmazonOmicsAsync
Retrieves a list of reference import jobs.
listReferenceImportJobsAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListReferenceStoresResult> listReferenceStoresAsync(ListReferenceStoresRequest request)
AmazonOmicsAsync
Retrieves a list of reference stores.
listReferenceStoresAsync
in interface AmazonOmicsAsync
public Future<ListReferenceStoresResult> listReferenceStoresAsync(ListReferenceStoresRequest request, AsyncHandler<ListReferenceStoresRequest,ListReferenceStoresResult> asyncHandler)
AmazonOmicsAsync
Retrieves a list of reference stores.
listReferenceStoresAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListReferencesResult> listReferencesAsync(ListReferencesRequest request)
AmazonOmicsAsync
Retrieves a list of references.
listReferencesAsync
in interface AmazonOmicsAsync
public Future<ListReferencesResult> listReferencesAsync(ListReferencesRequest request, AsyncHandler<ListReferencesRequest,ListReferencesResult> asyncHandler)
AmazonOmicsAsync
Retrieves a list of references.
listReferencesAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListRunGroupsResult> listRunGroupsAsync(ListRunGroupsRequest request)
AmazonOmicsAsync
Retrieves a list of run groups.
listRunGroupsAsync
in interface AmazonOmicsAsync
public Future<ListRunGroupsResult> listRunGroupsAsync(ListRunGroupsRequest request, AsyncHandler<ListRunGroupsRequest,ListRunGroupsResult> asyncHandler)
AmazonOmicsAsync
Retrieves a list of run groups.
listRunGroupsAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListRunTasksResult> listRunTasksAsync(ListRunTasksRequest request)
AmazonOmicsAsync
Retrieves a list of tasks for a run.
listRunTasksAsync
in interface AmazonOmicsAsync
public Future<ListRunTasksResult> listRunTasksAsync(ListRunTasksRequest request, AsyncHandler<ListRunTasksRequest,ListRunTasksResult> asyncHandler)
AmazonOmicsAsync
Retrieves a list of tasks for a run.
listRunTasksAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListRunsResult> listRunsAsync(ListRunsRequest request)
AmazonOmicsAsync
Retrieves a list of runs.
listRunsAsync
in interface AmazonOmicsAsync
public Future<ListRunsResult> listRunsAsync(ListRunsRequest request, AsyncHandler<ListRunsRequest,ListRunsResult> asyncHandler)
AmazonOmicsAsync
Retrieves a list of runs.
listRunsAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListSequenceStoresResult> listSequenceStoresAsync(ListSequenceStoresRequest request)
AmazonOmicsAsync
Retrieves a list of sequence stores.
listSequenceStoresAsync
in interface AmazonOmicsAsync
public Future<ListSequenceStoresResult> listSequenceStoresAsync(ListSequenceStoresRequest request, AsyncHandler<ListSequenceStoresRequest,ListSequenceStoresResult> asyncHandler)
AmazonOmicsAsync
Retrieves a list of sequence stores.
listSequenceStoresAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListSharesResult> listSharesAsync(ListSharesRequest request)
AmazonOmicsAsync
Retrieves the resource shares associated with an account. Use the filter parameter to retrieve a specific subset of the shares.
listSharesAsync
in interface AmazonOmicsAsync
public Future<ListSharesResult> listSharesAsync(ListSharesRequest request, AsyncHandler<ListSharesRequest,ListSharesResult> asyncHandler)
AmazonOmicsAsync
Retrieves the resource shares associated with an account. Use the filter parameter to retrieve a specific subset of the shares.
listSharesAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AmazonOmicsAsync
Retrieves a list of tags for a resource.
listTagsForResourceAsync
in interface AmazonOmicsAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AmazonOmicsAsync
Retrieves a list of tags for a resource.
listTagsForResourceAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListVariantImportJobsResult> listVariantImportJobsAsync(ListVariantImportJobsRequest request)
AmazonOmicsAsync
Retrieves a list of variant import jobs.
listVariantImportJobsAsync
in interface AmazonOmicsAsync
public Future<ListVariantImportJobsResult> listVariantImportJobsAsync(ListVariantImportJobsRequest request, AsyncHandler<ListVariantImportJobsRequest,ListVariantImportJobsResult> asyncHandler)
AmazonOmicsAsync
Retrieves a list of variant import jobs.
listVariantImportJobsAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListVariantStoresResult> listVariantStoresAsync(ListVariantStoresRequest request)
AmazonOmicsAsync
Retrieves a list of variant stores.
listVariantStoresAsync
in interface AmazonOmicsAsync
public Future<ListVariantStoresResult> listVariantStoresAsync(ListVariantStoresRequest request, AsyncHandler<ListVariantStoresRequest,ListVariantStoresResult> asyncHandler)
AmazonOmicsAsync
Retrieves a list of variant stores.
listVariantStoresAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListWorkflowsResult> listWorkflowsAsync(ListWorkflowsRequest request)
AmazonOmicsAsync
Retrieves a list of workflows.
listWorkflowsAsync
in interface AmazonOmicsAsync
public Future<ListWorkflowsResult> listWorkflowsAsync(ListWorkflowsRequest request, AsyncHandler<ListWorkflowsRequest,ListWorkflowsResult> asyncHandler)
AmazonOmicsAsync
Retrieves a list of workflows.
listWorkflowsAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartAnnotationImportJobResult> startAnnotationImportJobAsync(StartAnnotationImportJobRequest request)
AmazonOmicsAsync
Starts an annotation import job.
startAnnotationImportJobAsync
in interface AmazonOmicsAsync
public Future<StartAnnotationImportJobResult> startAnnotationImportJobAsync(StartAnnotationImportJobRequest request, AsyncHandler<StartAnnotationImportJobRequest,StartAnnotationImportJobResult> asyncHandler)
AmazonOmicsAsync
Starts an annotation import job.
startAnnotationImportJobAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartReadSetActivationJobResult> startReadSetActivationJobAsync(StartReadSetActivationJobRequest request)
AmazonOmicsAsync
Activates an archived read set. To reduce storage charges, Amazon Omics archives unused read sets after 30 days.
startReadSetActivationJobAsync
in interface AmazonOmicsAsync
public Future<StartReadSetActivationJobResult> startReadSetActivationJobAsync(StartReadSetActivationJobRequest request, AsyncHandler<StartReadSetActivationJobRequest,StartReadSetActivationJobResult> asyncHandler)
AmazonOmicsAsync
Activates an archived read set. To reduce storage charges, Amazon Omics archives unused read sets after 30 days.
startReadSetActivationJobAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartReadSetExportJobResult> startReadSetExportJobAsync(StartReadSetExportJobRequest request)
AmazonOmicsAsync
Exports a read set to Amazon S3.
startReadSetExportJobAsync
in interface AmazonOmicsAsync
public Future<StartReadSetExportJobResult> startReadSetExportJobAsync(StartReadSetExportJobRequest request, AsyncHandler<StartReadSetExportJobRequest,StartReadSetExportJobResult> asyncHandler)
AmazonOmicsAsync
Exports a read set to Amazon S3.
startReadSetExportJobAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartReadSetImportJobResult> startReadSetImportJobAsync(StartReadSetImportJobRequest request)
AmazonOmicsAsync
Starts a read set import job.
startReadSetImportJobAsync
in interface AmazonOmicsAsync
public Future<StartReadSetImportJobResult> startReadSetImportJobAsync(StartReadSetImportJobRequest request, AsyncHandler<StartReadSetImportJobRequest,StartReadSetImportJobResult> asyncHandler)
AmazonOmicsAsync
Starts a read set import job.
startReadSetImportJobAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartReferenceImportJobResult> startReferenceImportJobAsync(StartReferenceImportJobRequest request)
AmazonOmicsAsync
Starts a reference import job.
startReferenceImportJobAsync
in interface AmazonOmicsAsync
public Future<StartReferenceImportJobResult> startReferenceImportJobAsync(StartReferenceImportJobRequest request, AsyncHandler<StartReferenceImportJobRequest,StartReferenceImportJobResult> asyncHandler)
AmazonOmicsAsync
Starts a reference import job.
startReferenceImportJobAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartRunResult> startRunAsync(StartRunRequest request)
AmazonOmicsAsync
Starts a workflow run. To duplicate a run, specify the run's ID and a role ARN. The remaining parameters are copied from the previous run.
StartRun will not support re-run for a workflow that is shared with you.
The total number of runs in your account is subject to a quota per Region. To avoid needing to delete runs
manually, you can set the retention mode to REMOVE
. Runs with this setting are deleted automatically
when the run quoata is exceeded.
By default, the run uses STATIC storage. For STATIC storage, set the storageCapacity
field. You can
set the storage type to DYNAMIC. You do not set storageCapacity
, because HealthOmics dynamically
scales the storage up or down as required. For more information about static and dynamic storage, see Running workflows in the AWS
HealthOmics User Guide.
startRunAsync
in interface AmazonOmicsAsync
public Future<StartRunResult> startRunAsync(StartRunRequest request, AsyncHandler<StartRunRequest,StartRunResult> asyncHandler)
AmazonOmicsAsync
Starts a workflow run. To duplicate a run, specify the run's ID and a role ARN. The remaining parameters are copied from the previous run.
StartRun will not support re-run for a workflow that is shared with you.
The total number of runs in your account is subject to a quota per Region. To avoid needing to delete runs
manually, you can set the retention mode to REMOVE
. Runs with this setting are deleted automatically
when the run quoata is exceeded.
By default, the run uses STATIC storage. For STATIC storage, set the storageCapacity
field. You can
set the storage type to DYNAMIC. You do not set storageCapacity
, because HealthOmics dynamically
scales the storage up or down as required. For more information about static and dynamic storage, see Running workflows in the AWS
HealthOmics User Guide.
startRunAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartVariantImportJobResult> startVariantImportJobAsync(StartVariantImportJobRequest request)
AmazonOmicsAsync
Starts a variant import job.
startVariantImportJobAsync
in interface AmazonOmicsAsync
public Future<StartVariantImportJobResult> startVariantImportJobAsync(StartVariantImportJobRequest request, AsyncHandler<StartVariantImportJobRequest,StartVariantImportJobResult> asyncHandler)
AmazonOmicsAsync
Starts a variant import job.
startVariantImportJobAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AmazonOmicsAsync
Tags a resource.
tagResourceAsync
in interface AmazonOmicsAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AmazonOmicsAsync
Tags a resource.
tagResourceAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AmazonOmicsAsync
Removes tags from a resource.
untagResourceAsync
in interface AmazonOmicsAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AmazonOmicsAsync
Removes tags from a resource.
untagResourceAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateAnnotationStoreResult> updateAnnotationStoreAsync(UpdateAnnotationStoreRequest request)
AmazonOmicsAsync
Updates an annotation store.
updateAnnotationStoreAsync
in interface AmazonOmicsAsync
public Future<UpdateAnnotationStoreResult> updateAnnotationStoreAsync(UpdateAnnotationStoreRequest request, AsyncHandler<UpdateAnnotationStoreRequest,UpdateAnnotationStoreResult> asyncHandler)
AmazonOmicsAsync
Updates an annotation store.
updateAnnotationStoreAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateAnnotationStoreVersionResult> updateAnnotationStoreVersionAsync(UpdateAnnotationStoreVersionRequest request)
AmazonOmicsAsync
Updates the description of an annotation store version.
updateAnnotationStoreVersionAsync
in interface AmazonOmicsAsync
public Future<UpdateAnnotationStoreVersionResult> updateAnnotationStoreVersionAsync(UpdateAnnotationStoreVersionRequest request, AsyncHandler<UpdateAnnotationStoreVersionRequest,UpdateAnnotationStoreVersionResult> asyncHandler)
AmazonOmicsAsync
Updates the description of an annotation store version.
updateAnnotationStoreVersionAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateRunGroupResult> updateRunGroupAsync(UpdateRunGroupRequest request)
AmazonOmicsAsync
Updates a run group.
updateRunGroupAsync
in interface AmazonOmicsAsync
public Future<UpdateRunGroupResult> updateRunGroupAsync(UpdateRunGroupRequest request, AsyncHandler<UpdateRunGroupRequest,UpdateRunGroupResult> asyncHandler)
AmazonOmicsAsync
Updates a run group.
updateRunGroupAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateVariantStoreResult> updateVariantStoreAsync(UpdateVariantStoreRequest request)
AmazonOmicsAsync
Updates a variant store.
updateVariantStoreAsync
in interface AmazonOmicsAsync
public Future<UpdateVariantStoreResult> updateVariantStoreAsync(UpdateVariantStoreRequest request, AsyncHandler<UpdateVariantStoreRequest,UpdateVariantStoreResult> asyncHandler)
AmazonOmicsAsync
Updates a variant store.
updateVariantStoreAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateWorkflowResult> updateWorkflowAsync(UpdateWorkflowRequest request)
AmazonOmicsAsync
Updates a workflow.
updateWorkflowAsync
in interface AmazonOmicsAsync
public Future<UpdateWorkflowResult> updateWorkflowAsync(UpdateWorkflowRequest request, AsyncHandler<UpdateWorkflowRequest,UpdateWorkflowResult> asyncHandler)
AmazonOmicsAsync
Updates a workflow.
updateWorkflowAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UploadReadSetPartResult> uploadReadSetPartAsync(UploadReadSetPartRequest request)
AmazonOmicsAsync
This operation uploads a specific part of a read set. If you upload a new part using a previously used part number, the previously uploaded part will be overwritten.
uploadReadSetPartAsync
in interface AmazonOmicsAsync
public Future<UploadReadSetPartResult> uploadReadSetPartAsync(UploadReadSetPartRequest request, AsyncHandler<UploadReadSetPartRequest,UploadReadSetPartResult> asyncHandler)
AmazonOmicsAsync
This operation uploads a specific part of a read set. If you upload a new part using a previously used part number, the previously uploaded part will be overwritten.
uploadReadSetPartAsync
in interface AmazonOmicsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public void shutdown()
getExecutorService().shutdown()
followed by getExecutorService().awaitTermination()
prior to
calling this method.shutdown
in interface AmazonOmics
shutdown
in class AmazonOmicsClient