/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.omics; import javax.annotation.Generated; import com.amazonaws.services.omics.model.*; /** * Interface for accessing Amazon Omics asynchronously. Each asynchronous method will return a Java Future object * representing the asynchronous operation; overloads which accept an {@code AsyncHandler} can be used to receive * notification when an asynchronous operation completes. *
* Note: Do not directly implement this interface, new methods are added to it regularly. Extend from * {@link com.amazonaws.services.omics.AbstractAmazonOmicsAsync} instead. *
**
* This is the AWS HealthOmics API Reference. For an introduction to the service, see What is AWS HealthOmics? in the AWS HealthOmics User * Guide. *
*/ @Generated("com.amazonaws:aws-java-sdk-code-generator") public interface AmazonOmicsAsync extends AmazonOmics { /** ** Stops a multipart upload. *
* * @param abortMultipartReadSetUploadRequest * @return A Java Future containing the result of the AbortMultipartReadSetUpload operation returned by the service. * @sample AmazonOmicsAsync.AbortMultipartReadSetUpload * @see AWS API Documentation */ java.util.concurrent.Future* Stops a multipart upload. *
* * @param abortMultipartReadSetUploadRequest * @param 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. * @return A Java Future containing the result of the AbortMultipartReadSetUpload operation returned by the service. * @sample AmazonOmicsAsyncHandler.AbortMultipartReadSetUpload * @see AWS API Documentation */ java.util.concurrent.Future* Deletes one or more read sets. *
* * @param batchDeleteReadSetRequest * @return A Java Future containing the result of the BatchDeleteReadSet operation returned by the service. * @sample AmazonOmicsAsync.BatchDeleteReadSet * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes one or more read sets. *
* * @param batchDeleteReadSetRequest * @param 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. * @return A Java Future containing the result of the BatchDeleteReadSet operation returned by the service. * @sample AmazonOmicsAsyncHandler.BatchDeleteReadSet * @see AWS API * Documentation */ java.util.concurrent.Future* Cancels an annotation import job. *
* * @param cancelAnnotationImportJobRequest * @return A Java Future containing the result of the CancelAnnotationImportJob operation returned by the service. * @sample AmazonOmicsAsync.CancelAnnotationImportJob * @see AWS API Documentation */ java.util.concurrent.Future* Cancels an annotation import job. *
* * @param cancelAnnotationImportJobRequest * @param 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. * @return A Java Future containing the result of the CancelAnnotationImportJob operation returned by the service. * @sample AmazonOmicsAsyncHandler.CancelAnnotationImportJob * @see AWS API Documentation */ java.util.concurrent.Future* Cancels a run. *
* * @param cancelRunRequest * @return A Java Future containing the result of the CancelRun operation returned by the service. * @sample AmazonOmicsAsync.CancelRun * @see AWS API * Documentation */ java.util.concurrent.Future* Cancels a run. *
* * @param cancelRunRequest * @param 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. * @return A Java Future containing the result of the CancelRun operation returned by the service. * @sample AmazonOmicsAsyncHandler.CancelRun * @see AWS API * Documentation */ java.util.concurrent.Future* Cancels a variant import job. *
* * @param cancelVariantImportJobRequest * @return A Java Future containing the result of the CancelVariantImportJob operation returned by the service. * @sample AmazonOmicsAsync.CancelVariantImportJob * @see AWS * API Documentation */ java.util.concurrent.Future* Cancels a variant import job. *
* * @param cancelVariantImportJobRequest * @param 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. * @return A Java Future containing the result of the CancelVariantImportJob operation returned by the service. * @sample AmazonOmicsAsyncHandler.CancelVariantImportJob * @see AWS * API Documentation */ java.util.concurrent.Future* Concludes a multipart upload once you have uploaded all the components. *
* * @param completeMultipartReadSetUploadRequest * @return A Java Future containing the result of the CompleteMultipartReadSetUpload operation returned by the * service. * @sample AmazonOmicsAsync.CompleteMultipartReadSetUpload * @see AWS API Documentation */ java.util.concurrent.Future* Concludes a multipart upload once you have uploaded all the components. *
* * @param completeMultipartReadSetUploadRequest * @param 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. * @return A Java Future containing the result of the CompleteMultipartReadSetUpload operation returned by the * service. * @sample AmazonOmicsAsyncHandler.CompleteMultipartReadSetUpload * @see AWS API Documentation */ java.util.concurrent.Future* Creates an annotation store. *
* * @param createAnnotationStoreRequest * @return A Java Future containing the result of the CreateAnnotationStore operation returned by the service. * @sample AmazonOmicsAsync.CreateAnnotationStore * @see AWS * API Documentation */ java.util.concurrent.Future* Creates an annotation store. *
* * @param createAnnotationStoreRequest * @param 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. * @return A Java Future containing the result of the CreateAnnotationStore operation returned by the service. * @sample AmazonOmicsAsyncHandler.CreateAnnotationStore * @see AWS * API Documentation */ java.util.concurrent.Future* Begins a multipart read set upload. *
* * @param createMultipartReadSetUploadRequest * @return A Java Future containing the result of the CreateMultipartReadSetUpload operation returned by the * service. * @sample AmazonOmicsAsync.CreateMultipartReadSetUpload * @see AWS API Documentation */ java.util.concurrent.Future* Begins a multipart read set upload. *
* * @param createMultipartReadSetUploadRequest * @param 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. * @return A Java Future containing the result of the CreateMultipartReadSetUpload operation returned by the * service. * @sample AmazonOmicsAsyncHandler.CreateMultipartReadSetUpload * @see AWS API Documentation */ java.util.concurrent.Future* Creates a reference store. *
* * @param createReferenceStoreRequest * @return A Java Future containing the result of the CreateReferenceStore operation returned by the service. * @sample AmazonOmicsAsync.CreateReferenceStore * @see AWS API * Documentation */ java.util.concurrent.Future* Creates a reference store. *
* * @param createReferenceStoreRequest * @param 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. * @return A Java Future containing the result of the CreateReferenceStore operation returned by the service. * @sample AmazonOmicsAsyncHandler.CreateReferenceStore * @see AWS API * Documentation */ java.util.concurrent.Future* Creates a run group. *
* * @param createRunGroupRequest * @return A Java Future containing the result of the CreateRunGroup operation returned by the service. * @sample AmazonOmicsAsync.CreateRunGroup * @see AWS API * Documentation */ java.util.concurrent.Future* Creates a run group. *
* * @param createRunGroupRequest * @param 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. * @return A Java Future containing the result of the CreateRunGroup operation returned by the service. * @sample AmazonOmicsAsyncHandler.CreateRunGroup * @see AWS API * Documentation */ java.util.concurrent.Future* Creates a sequence store. *
* * @param createSequenceStoreRequest * @return A Java Future containing the result of the CreateSequenceStore operation returned by the service. * @sample AmazonOmicsAsync.CreateSequenceStore * @see AWS API * Documentation */ java.util.concurrent.Future* Creates a sequence store. *
* * @param createSequenceStoreRequest * @param 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. * @return A Java Future containing the result of the CreateSequenceStore operation returned by the service. * @sample AmazonOmicsAsyncHandler.CreateSequenceStore * @see AWS API * Documentation */ java.util.concurrent.Future* Creates a variant store. *
* * @param createVariantStoreRequest * @return A Java Future containing the result of the CreateVariantStore operation returned by the service. * @sample AmazonOmicsAsync.CreateVariantStore * @see AWS API * Documentation */ java.util.concurrent.Future* Creates a variant store. *
* * @param createVariantStoreRequest * @param 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. * @return A Java Future containing the result of the CreateVariantStore operation returned by the service. * @sample AmazonOmicsAsyncHandler.CreateVariantStore * @see AWS API * Documentation */ java.util.concurrent.Future* Creates a workflow. *
* * @param createWorkflowRequest * @return A Java Future containing the result of the CreateWorkflow operation returned by the service. * @sample AmazonOmicsAsync.CreateWorkflow * @see AWS API * Documentation */ java.util.concurrent.Future* Creates a workflow. *
* * @param createWorkflowRequest * @param 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. * @return A Java Future containing the result of the CreateWorkflow operation returned by the service. * @sample AmazonOmicsAsyncHandler.CreateWorkflow * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes an annotation store. *
* * @param deleteAnnotationStoreRequest * @return A Java Future containing the result of the DeleteAnnotationStore operation returned by the service. * @sample AmazonOmicsAsync.DeleteAnnotationStore * @see AWS * API Documentation */ java.util.concurrent.Future* Deletes an annotation store. *
* * @param deleteAnnotationStoreRequest * @param 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. * @return A Java Future containing the result of the DeleteAnnotationStore operation returned by the service. * @sample AmazonOmicsAsyncHandler.DeleteAnnotationStore * @see AWS * API Documentation */ java.util.concurrent.Future* Deletes a genome reference. *
* * @param deleteReferenceRequest * @return A Java Future containing the result of the DeleteReference operation returned by the service. * @sample AmazonOmicsAsync.DeleteReference * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes a genome reference. *
* * @param deleteReferenceRequest * @param 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. * @return A Java Future containing the result of the DeleteReference operation returned by the service. * @sample AmazonOmicsAsyncHandler.DeleteReference * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes a genome reference store. *
* * @param deleteReferenceStoreRequest * @return A Java Future containing the result of the DeleteReferenceStore operation returned by the service. * @sample AmazonOmicsAsync.DeleteReferenceStore * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes a genome reference store. *
* * @param deleteReferenceStoreRequest * @param 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. * @return A Java Future containing the result of the DeleteReferenceStore operation returned by the service. * @sample AmazonOmicsAsyncHandler.DeleteReferenceStore * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes a workflow run. *
* * @param deleteRunRequest * @return A Java Future containing the result of the DeleteRun operation returned by the service. * @sample AmazonOmicsAsync.DeleteRun * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes a workflow run. *
* * @param deleteRunRequest * @param 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. * @return A Java Future containing the result of the DeleteRun operation returned by the service. * @sample AmazonOmicsAsyncHandler.DeleteRun * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes a workflow run group. *
* * @param deleteRunGroupRequest * @return A Java Future containing the result of the DeleteRunGroup operation returned by the service. * @sample AmazonOmicsAsync.DeleteRunGroup * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes a workflow run group. *
* * @param deleteRunGroupRequest * @param 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. * @return A Java Future containing the result of the DeleteRunGroup operation returned by the service. * @sample AmazonOmicsAsyncHandler.DeleteRunGroup * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes a sequence store. *
* * @param deleteSequenceStoreRequest * @return A Java Future containing the result of the DeleteSequenceStore operation returned by the service. * @sample AmazonOmicsAsync.DeleteSequenceStore * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes a sequence store. *
* * @param deleteSequenceStoreRequest * @param 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. * @return A Java Future containing the result of the DeleteSequenceStore operation returned by the service. * @sample AmazonOmicsAsyncHandler.DeleteSequenceStore * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes a variant store. *
* * @param deleteVariantStoreRequest * @return A Java Future containing the result of the DeleteVariantStore operation returned by the service. * @sample AmazonOmicsAsync.DeleteVariantStore * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes a variant store. *
* * @param deleteVariantStoreRequest * @param 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. * @return A Java Future containing the result of the DeleteVariantStore operation returned by the service. * @sample AmazonOmicsAsyncHandler.DeleteVariantStore * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes a workflow. *
* * @param deleteWorkflowRequest * @return A Java Future containing the result of the DeleteWorkflow operation returned by the service. * @sample AmazonOmicsAsync.DeleteWorkflow * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes a workflow. *
* * @param deleteWorkflowRequest * @param 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. * @return A Java Future containing the result of the DeleteWorkflow operation returned by the service. * @sample AmazonOmicsAsyncHandler.DeleteWorkflow * @see AWS API * Documentation */ java.util.concurrent.Future* Gets information about an annotation import job. *
* * @param getAnnotationImportJobRequest * @return A Java Future containing the result of the GetAnnotationImportJob operation returned by the service. * @sample AmazonOmicsAsync.GetAnnotationImportJob * @see AWS * API Documentation */ java.util.concurrent.Future* Gets information about an annotation import job. *
* * @param getAnnotationImportJobRequest * @param 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. * @return A Java Future containing the result of the GetAnnotationImportJob operation returned by the service. * @sample AmazonOmicsAsyncHandler.GetAnnotationImportJob * @see AWS * API Documentation */ java.util.concurrent.Future* Gets information about an annotation store. *
* * @param getAnnotationStoreRequest * @return A Java Future containing the result of the GetAnnotationStore operation returned by the service. * @sample AmazonOmicsAsync.GetAnnotationStore * @see AWS API * Documentation */ java.util.concurrent.Future* Gets information about an annotation store. *
* * @param getAnnotationStoreRequest * @param 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. * @return A Java Future containing the result of the GetAnnotationStore operation returned by the service. * @sample AmazonOmicsAsyncHandler.GetAnnotationStore * @see AWS API * Documentation */ java.util.concurrent.Future* Gets a file from a read set. *
* * @param getReadSetRequest * @return A Java Future containing the result of the GetReadSet operation returned by the service. * @sample AmazonOmicsAsync.GetReadSet * @see AWS API * Documentation */ java.util.concurrent.Future* Gets a file from a read set. *
* * @param getReadSetRequest * @param 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. * @return A Java Future containing the result of the GetReadSet operation returned by the service. * @sample AmazonOmicsAsyncHandler.GetReadSet * @see AWS API * Documentation */ java.util.concurrent.Future* Gets information about a read set activation job. *
* * @param getReadSetActivationJobRequest * @return A Java Future containing the result of the GetReadSetActivationJob operation returned by the service. * @sample AmazonOmicsAsync.GetReadSetActivationJob * @see AWS * API Documentation */ java.util.concurrent.Future* Gets information about a read set activation job. *
* * @param getReadSetActivationJobRequest * @param 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. * @return A Java Future containing the result of the GetReadSetActivationJob operation returned by the service. * @sample AmazonOmicsAsyncHandler.GetReadSetActivationJob * @see AWS * API Documentation */ java.util.concurrent.Future* Gets information about a read set export job. *
* * @param getReadSetExportJobRequest * @return A Java Future containing the result of the GetReadSetExportJob operation returned by the service. * @sample AmazonOmicsAsync.GetReadSetExportJob * @see AWS API * Documentation */ java.util.concurrent.Future* Gets information about a read set export job. *
* * @param getReadSetExportJobRequest * @param 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. * @return A Java Future containing the result of the GetReadSetExportJob operation returned by the service. * @sample AmazonOmicsAsyncHandler.GetReadSetExportJob * @see AWS API * Documentation */ java.util.concurrent.Future* Gets information about a read set import job. *
* * @param getReadSetImportJobRequest * @return A Java Future containing the result of the GetReadSetImportJob operation returned by the service. * @sample AmazonOmicsAsync.GetReadSetImportJob * @see AWS API * Documentation */ java.util.concurrent.Future* Gets information about a read set import job. *
* * @param getReadSetImportJobRequest * @param 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. * @return A Java Future containing the result of the GetReadSetImportJob operation returned by the service. * @sample AmazonOmicsAsyncHandler.GetReadSetImportJob * @see AWS API * Documentation */ java.util.concurrent.Future* Gets details about a read set. *
* * @param getReadSetMetadataRequest * @return A Java Future containing the result of the GetReadSetMetadata operation returned by the service. * @sample AmazonOmicsAsync.GetReadSetMetadata * @see AWS API * Documentation */ java.util.concurrent.Future* Gets details about a read set. *
* * @param getReadSetMetadataRequest * @param 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. * @return A Java Future containing the result of the GetReadSetMetadata operation returned by the service. * @sample AmazonOmicsAsyncHandler.GetReadSetMetadata * @see AWS API * Documentation */ java.util.concurrent.Future* Gets a reference file. *
* * @param getReferenceRequest * @return A Java Future containing the result of the GetReference operation returned by the service. * @sample AmazonOmicsAsync.GetReference * @see AWS API * Documentation */ java.util.concurrent.Future* Gets a reference file. *
* * @param getReferenceRequest * @param 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. * @return A Java Future containing the result of the GetReference operation returned by the service. * @sample AmazonOmicsAsyncHandler.GetReference * @see AWS API * Documentation */ java.util.concurrent.Future* Gets information about a reference import job. *
* * @param getReferenceImportJobRequest * @return A Java Future containing the result of the GetReferenceImportJob operation returned by the service. * @sample AmazonOmicsAsync.GetReferenceImportJob * @see AWS * API Documentation */ java.util.concurrent.Future* Gets information about a reference import job. *
* * @param getReferenceImportJobRequest * @param 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. * @return A Java Future containing the result of the GetReferenceImportJob operation returned by the service. * @sample AmazonOmicsAsyncHandler.GetReferenceImportJob * @see AWS * API Documentation */ java.util.concurrent.Future* Gets information about a genome reference's metadata. *
* * @param getReferenceMetadataRequest * @return A Java Future containing the result of the GetReferenceMetadata operation returned by the service. * @sample AmazonOmicsAsync.GetReferenceMetadata * @see AWS API * Documentation */ java.util.concurrent.Future* Gets information about a genome reference's metadata. *
* * @param getReferenceMetadataRequest * @param 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. * @return A Java Future containing the result of the GetReferenceMetadata operation returned by the service. * @sample AmazonOmicsAsyncHandler.GetReferenceMetadata * @see AWS API * Documentation */ java.util.concurrent.Future* Gets information about a reference store. *
* * @param getReferenceStoreRequest * @return A Java Future containing the result of the GetReferenceStore operation returned by the service. * @sample AmazonOmicsAsync.GetReferenceStore * @see AWS API * Documentation */ java.util.concurrent.Future* Gets information about a reference store. *
* * @param getReferenceStoreRequest * @param 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. * @return A Java Future containing the result of the GetReferenceStore operation returned by the service. * @sample AmazonOmicsAsyncHandler.GetReferenceStore * @see AWS API * Documentation */ java.util.concurrent.Future* Gets information about a workflow run. *
* * @param getRunRequest * @return A Java Future containing the result of the GetRun operation returned by the service. * @sample AmazonOmicsAsync.GetRun * @see AWS API * Documentation */ java.util.concurrent.Future* Gets information about a workflow run. *
* * @param getRunRequest * @param 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. * @return A Java Future containing the result of the GetRun operation returned by the service. * @sample AmazonOmicsAsyncHandler.GetRun * @see AWS API * Documentation */ java.util.concurrent.Future* Gets information about a workflow run group. *
* * @param getRunGroupRequest * @return A Java Future containing the result of the GetRunGroup operation returned by the service. * @sample AmazonOmicsAsync.GetRunGroup * @see AWS API * Documentation */ java.util.concurrent.Future* Gets information about a workflow run group. *
* * @param getRunGroupRequest * @param 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. * @return A Java Future containing the result of the GetRunGroup operation returned by the service. * @sample AmazonOmicsAsyncHandler.GetRunGroup * @see AWS API * Documentation */ java.util.concurrent.Future* Gets information about a workflow run task. *
* * @param getRunTaskRequest * @return A Java Future containing the result of the GetRunTask operation returned by the service. * @sample AmazonOmicsAsync.GetRunTask * @see AWS API * Documentation */ java.util.concurrent.Future* Gets information about a workflow run task. *
* * @param getRunTaskRequest * @param 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. * @return A Java Future containing the result of the GetRunTask operation returned by the service. * @sample AmazonOmicsAsyncHandler.GetRunTask * @see AWS API * Documentation */ java.util.concurrent.Future* Gets information about a sequence store. *
* * @param getSequenceStoreRequest * @return A Java Future containing the result of the GetSequenceStore operation returned by the service. * @sample AmazonOmicsAsync.GetSequenceStore * @see AWS API * Documentation */ java.util.concurrent.Future* Gets information about a sequence store. *
* * @param getSequenceStoreRequest * @param 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. * @return A Java Future containing the result of the GetSequenceStore operation returned by the service. * @sample AmazonOmicsAsyncHandler.GetSequenceStore * @see AWS API * Documentation */ java.util.concurrent.Future* Gets information about a variant import job. *
* * @param getVariantImportJobRequest * @return A Java Future containing the result of the GetVariantImportJob operation returned by the service. * @sample AmazonOmicsAsync.GetVariantImportJob * @see AWS API * Documentation */ java.util.concurrent.Future* Gets information about a variant import job. *
* * @param getVariantImportJobRequest * @param 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. * @return A Java Future containing the result of the GetVariantImportJob operation returned by the service. * @sample AmazonOmicsAsyncHandler.GetVariantImportJob * @see AWS API * Documentation */ java.util.concurrent.Future* Gets information about a variant store. *
* * @param getVariantStoreRequest * @return A Java Future containing the result of the GetVariantStore operation returned by the service. * @sample AmazonOmicsAsync.GetVariantStore * @see AWS API * Documentation */ java.util.concurrent.Future* Gets information about a variant store. *
* * @param getVariantStoreRequest * @param 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. * @return A Java Future containing the result of the GetVariantStore operation returned by the service. * @sample AmazonOmicsAsyncHandler.GetVariantStore * @see AWS API * Documentation */ java.util.concurrent.Future* Gets information about a workflow. *
* * @param getWorkflowRequest * @return A Java Future containing the result of the GetWorkflow operation returned by the service. * @sample AmazonOmicsAsync.GetWorkflow * @see AWS API * Documentation */ java.util.concurrent.Future* Gets information about a workflow. *
* * @param getWorkflowRequest * @param 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. * @return A Java Future containing the result of the GetWorkflow operation returned by the service. * @sample AmazonOmicsAsyncHandler.GetWorkflow * @see AWS API * Documentation */ java.util.concurrent.Future* Retrieves a list of annotation import jobs. *
* * @param listAnnotationImportJobsRequest * @return A Java Future containing the result of the ListAnnotationImportJobs operation returned by the service. * @sample AmazonOmicsAsync.ListAnnotationImportJobs * @see AWS * API Documentation */ java.util.concurrent.Future* Retrieves a list of annotation import jobs. *
* * @param listAnnotationImportJobsRequest * @param 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. * @return A Java Future containing the result of the ListAnnotationImportJobs operation returned by the service. * @sample AmazonOmicsAsyncHandler.ListAnnotationImportJobs * @see AWS * API Documentation */ java.util.concurrent.Future* Retrieves a list of annotation stores. *
* * @param listAnnotationStoresRequest * @return A Java Future containing the result of the ListAnnotationStores operation returned by the service. * @sample AmazonOmicsAsync.ListAnnotationStores * @see AWS API * Documentation */ java.util.concurrent.Future* Retrieves a list of annotation stores. *
* * @param listAnnotationStoresRequest * @param 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. * @return A Java Future containing the result of the ListAnnotationStores operation returned by the service. * @sample AmazonOmicsAsyncHandler.ListAnnotationStores * @see AWS API * Documentation */ java.util.concurrent.Future* Lists all multipart read set uploads and their statuses. *
* * @param listMultipartReadSetUploadsRequest * @return A Java Future containing the result of the ListMultipartReadSetUploads operation returned by the service. * @sample AmazonOmicsAsync.ListMultipartReadSetUploads * @see AWS API Documentation */ java.util.concurrent.Future* Lists all multipart read set uploads and their statuses. *
* * @param listMultipartReadSetUploadsRequest * @param 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. * @return A Java Future containing the result of the ListMultipartReadSetUploads operation returned by the service. * @sample AmazonOmicsAsyncHandler.ListMultipartReadSetUploads * @see AWS API Documentation */ java.util.concurrent.Future* Retrieves a list of read set activation jobs. *
* * @param listReadSetActivationJobsRequest * @return A Java Future containing the result of the ListReadSetActivationJobs operation returned by the service. * @sample AmazonOmicsAsync.ListReadSetActivationJobs * @see AWS API Documentation */ java.util.concurrent.Future* Retrieves a list of read set activation jobs. *
* * @param listReadSetActivationJobsRequest * @param 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. * @return A Java Future containing the result of the ListReadSetActivationJobs operation returned by the service. * @sample AmazonOmicsAsyncHandler.ListReadSetActivationJobs * @see AWS API Documentation */ java.util.concurrent.Future* Retrieves a list of read set export jobs. *
* * @param listReadSetExportJobsRequest * @return A Java Future containing the result of the ListReadSetExportJobs operation returned by the service. * @sample AmazonOmicsAsync.ListReadSetExportJobs * @see AWS * API Documentation */ java.util.concurrent.Future* Retrieves a list of read set export jobs. *
* * @param listReadSetExportJobsRequest * @param 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. * @return A Java Future containing the result of the ListReadSetExportJobs operation returned by the service. * @sample AmazonOmicsAsyncHandler.ListReadSetExportJobs * @see AWS * API Documentation */ java.util.concurrent.Future* Retrieves a list of read set import jobs. *
* * @param listReadSetImportJobsRequest * @return A Java Future containing the result of the ListReadSetImportJobs operation returned by the service. * @sample AmazonOmicsAsync.ListReadSetImportJobs * @see AWS * API Documentation */ java.util.concurrent.Future* Retrieves a list of read set import jobs. *
* * @param listReadSetImportJobsRequest * @param 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. * @return A Java Future containing the result of the ListReadSetImportJobs operation returned by the service. * @sample AmazonOmicsAsyncHandler.ListReadSetImportJobs * @see AWS * API Documentation */ java.util.concurrent.Future* This operation will list all parts in a requested multipart upload for a sequence store. *
* * @param listReadSetUploadPartsRequest * @return A Java Future containing the result of the ListReadSetUploadParts operation returned by the service. * @sample AmazonOmicsAsync.ListReadSetUploadParts * @see AWS * API Documentation */ java.util.concurrent.Future* This operation will list all parts in a requested multipart upload for a sequence store. *
* * @param listReadSetUploadPartsRequest * @param 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. * @return A Java Future containing the result of the ListReadSetUploadParts operation returned by the service. * @sample AmazonOmicsAsyncHandler.ListReadSetUploadParts * @see AWS * API Documentation */ java.util.concurrent.Future* Retrieves a list of read sets. *
* * @param listReadSetsRequest * @return A Java Future containing the result of the ListReadSets operation returned by the service. * @sample AmazonOmicsAsync.ListReadSets * @see AWS API * Documentation */ java.util.concurrent.Future* Retrieves a list of read sets. *
* * @param listReadSetsRequest * @param 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. * @return A Java Future containing the result of the ListReadSets operation returned by the service. * @sample AmazonOmicsAsyncHandler.ListReadSets * @see AWS API * Documentation */ java.util.concurrent.Future* Retrieves a list of reference import jobs. *
* * @param listReferenceImportJobsRequest * @return A Java Future containing the result of the ListReferenceImportJobs operation returned by the service. * @sample AmazonOmicsAsync.ListReferenceImportJobs * @see AWS * API Documentation */ java.util.concurrent.Future* Retrieves a list of reference import jobs. *
* * @param listReferenceImportJobsRequest * @param 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. * @return A Java Future containing the result of the ListReferenceImportJobs operation returned by the service. * @sample AmazonOmicsAsyncHandler.ListReferenceImportJobs * @see AWS * API Documentation */ java.util.concurrent.Future* Retrieves a list of reference stores. *
* * @param listReferenceStoresRequest * @return A Java Future containing the result of the ListReferenceStores operation returned by the service. * @sample AmazonOmicsAsync.ListReferenceStores * @see AWS API * Documentation */ java.util.concurrent.Future* Retrieves a list of reference stores. *
* * @param listReferenceStoresRequest * @param 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. * @return A Java Future containing the result of the ListReferenceStores operation returned by the service. * @sample AmazonOmicsAsyncHandler.ListReferenceStores * @see AWS API * Documentation */ java.util.concurrent.Future* Retrieves a list of references. *
* * @param listReferencesRequest * @return A Java Future containing the result of the ListReferences operation returned by the service. * @sample AmazonOmicsAsync.ListReferences * @see AWS API * Documentation */ java.util.concurrent.Future* Retrieves a list of references. *
* * @param listReferencesRequest * @param 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. * @return A Java Future containing the result of the ListReferences operation returned by the service. * @sample AmazonOmicsAsyncHandler.ListReferences * @see AWS API * Documentation */ java.util.concurrent.Future* Retrieves a list of run groups. *
* * @param listRunGroupsRequest * @return A Java Future containing the result of the ListRunGroups operation returned by the service. * @sample AmazonOmicsAsync.ListRunGroups * @see AWS API * Documentation */ java.util.concurrent.Future* Retrieves a list of run groups. *
* * @param listRunGroupsRequest * @param 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. * @return A Java Future containing the result of the ListRunGroups operation returned by the service. * @sample AmazonOmicsAsyncHandler.ListRunGroups * @see AWS API * Documentation */ java.util.concurrent.Future* Retrieves a list of tasks for a run. *
* * @param listRunTasksRequest * @return A Java Future containing the result of the ListRunTasks operation returned by the service. * @sample AmazonOmicsAsync.ListRunTasks * @see AWS API * Documentation */ java.util.concurrent.Future* Retrieves a list of tasks for a run. *
* * @param listRunTasksRequest * @param 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. * @return A Java Future containing the result of the ListRunTasks operation returned by the service. * @sample AmazonOmicsAsyncHandler.ListRunTasks * @see AWS API * Documentation */ java.util.concurrent.Future* Retrieves a list of runs. *
* * @param listRunsRequest * @return A Java Future containing the result of the ListRuns operation returned by the service. * @sample AmazonOmicsAsync.ListRuns * @see AWS API * Documentation */ java.util.concurrent.Future* Retrieves a list of runs. *
* * @param listRunsRequest * @param 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. * @return A Java Future containing the result of the ListRuns operation returned by the service. * @sample AmazonOmicsAsyncHandler.ListRuns * @see AWS API * Documentation */ java.util.concurrent.Future* Retrieves a list of sequence stores. *
* * @param listSequenceStoresRequest * @return A Java Future containing the result of the ListSequenceStores operation returned by the service. * @sample AmazonOmicsAsync.ListSequenceStores * @see AWS API * Documentation */ java.util.concurrent.Future* Retrieves a list of sequence stores. *
* * @param listSequenceStoresRequest * @param 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. * @return A Java Future containing the result of the ListSequenceStores operation returned by the service. * @sample AmazonOmicsAsyncHandler.ListSequenceStores * @see AWS API * Documentation */ java.util.concurrent.Future* Retrieves a list of tags for a resource. *
* * @param listTagsForResourceRequest * @return A Java Future containing the result of the ListTagsForResource operation returned by the service. * @sample AmazonOmicsAsync.ListTagsForResource * @see AWS API * Documentation */ java.util.concurrent.Future* Retrieves a list of tags for a resource. *
* * @param listTagsForResourceRequest * @param 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. * @return A Java Future containing the result of the ListTagsForResource operation returned by the service. * @sample AmazonOmicsAsyncHandler.ListTagsForResource * @see AWS API * Documentation */ java.util.concurrent.Future* Retrieves a list of variant import jobs. *
* * @param listVariantImportJobsRequest * @return A Java Future containing the result of the ListVariantImportJobs operation returned by the service. * @sample AmazonOmicsAsync.ListVariantImportJobs * @see AWS * API Documentation */ java.util.concurrent.Future* Retrieves a list of variant import jobs. *
* * @param listVariantImportJobsRequest * @param 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. * @return A Java Future containing the result of the ListVariantImportJobs operation returned by the service. * @sample AmazonOmicsAsyncHandler.ListVariantImportJobs * @see AWS * API Documentation */ java.util.concurrent.Future* Retrieves a list of variant stores. *
* * @param listVariantStoresRequest * @return A Java Future containing the result of the ListVariantStores operation returned by the service. * @sample AmazonOmicsAsync.ListVariantStores * @see AWS API * Documentation */ java.util.concurrent.Future* Retrieves a list of variant stores. *
* * @param listVariantStoresRequest * @param 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. * @return A Java Future containing the result of the ListVariantStores operation returned by the service. * @sample AmazonOmicsAsyncHandler.ListVariantStores * @see AWS API * Documentation */ java.util.concurrent.Future* Retrieves a list of workflows. *
* * @param listWorkflowsRequest * @return A Java Future containing the result of the ListWorkflows operation returned by the service. * @sample AmazonOmicsAsync.ListWorkflows * @see AWS API * Documentation */ java.util.concurrent.Future* Retrieves a list of workflows. *
* * @param listWorkflowsRequest * @param 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. * @return A Java Future containing the result of the ListWorkflows operation returned by the service. * @sample AmazonOmicsAsyncHandler.ListWorkflows * @see AWS API * Documentation */ java.util.concurrent.Future* Starts an annotation import job. *
* * @param startAnnotationImportJobRequest * @return A Java Future containing the result of the StartAnnotationImportJob operation returned by the service. * @sample AmazonOmicsAsync.StartAnnotationImportJob * @see AWS * API Documentation */ java.util.concurrent.Future* Starts an annotation import job. *
* * @param startAnnotationImportJobRequest * @param 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. * @return A Java Future containing the result of the StartAnnotationImportJob operation returned by the service. * @sample AmazonOmicsAsyncHandler.StartAnnotationImportJob * @see AWS * API Documentation */ java.util.concurrent.Future* Activates an archived read set. To reduce storage charges, Amazon Omics archives unused read sets after 30 days. *
* * @param startReadSetActivationJobRequest * @return A Java Future containing the result of the StartReadSetActivationJob operation returned by the service. * @sample AmazonOmicsAsync.StartReadSetActivationJob * @see AWS API Documentation */ java.util.concurrent.Future* Activates an archived read set. To reduce storage charges, Amazon Omics archives unused read sets after 30 days. *
* * @param startReadSetActivationJobRequest * @param 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. * @return A Java Future containing the result of the StartReadSetActivationJob operation returned by the service. * @sample AmazonOmicsAsyncHandler.StartReadSetActivationJob * @see AWS API Documentation */ java.util.concurrent.Future* Exports a read set to Amazon S3. *
* * @param startReadSetExportJobRequest * @return A Java Future containing the result of the StartReadSetExportJob operation returned by the service. * @sample AmazonOmicsAsync.StartReadSetExportJob * @see AWS * API Documentation */ java.util.concurrent.Future* Exports a read set to Amazon S3. *
* * @param startReadSetExportJobRequest * @param 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. * @return A Java Future containing the result of the StartReadSetExportJob operation returned by the service. * @sample AmazonOmicsAsyncHandler.StartReadSetExportJob * @see AWS * API Documentation */ java.util.concurrent.Future* Starts a read set import job. *
* * @param startReadSetImportJobRequest * @return A Java Future containing the result of the StartReadSetImportJob operation returned by the service. * @sample AmazonOmicsAsync.StartReadSetImportJob * @see AWS * API Documentation */ java.util.concurrent.Future* Starts a read set import job. *
* * @param startReadSetImportJobRequest * @param 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. * @return A Java Future containing the result of the StartReadSetImportJob operation returned by the service. * @sample AmazonOmicsAsyncHandler.StartReadSetImportJob * @see AWS * API Documentation */ java.util.concurrent.Future* Starts a reference import job. *
* * @param startReferenceImportJobRequest * @return A Java Future containing the result of the StartReferenceImportJob operation returned by the service. * @sample AmazonOmicsAsync.StartReferenceImportJob * @see AWS * API Documentation */ java.util.concurrent.Future* Starts a reference import job. *
* * @param startReferenceImportJobRequest * @param 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. * @return A Java Future containing the result of the StartReferenceImportJob operation returned by the service. * @sample AmazonOmicsAsyncHandler.StartReferenceImportJob * @see AWS * API Documentation */ java.util.concurrent.Future* Starts a run. *
* * @param startRunRequest * @return A Java Future containing the result of the StartRun operation returned by the service. * @sample AmazonOmicsAsync.StartRun * @see AWS API * Documentation */ java.util.concurrent.Future* Starts a run. *
* * @param startRunRequest * @param 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. * @return A Java Future containing the result of the StartRun operation returned by the service. * @sample AmazonOmicsAsyncHandler.StartRun * @see AWS API * Documentation */ java.util.concurrent.Future* Starts a variant import job. *
* * @param startVariantImportJobRequest * @return A Java Future containing the result of the StartVariantImportJob operation returned by the service. * @sample AmazonOmicsAsync.StartVariantImportJob * @see AWS * API Documentation */ java.util.concurrent.Future* Starts a variant import job. *
* * @param startVariantImportJobRequest * @param 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. * @return A Java Future containing the result of the StartVariantImportJob operation returned by the service. * @sample AmazonOmicsAsyncHandler.StartVariantImportJob * @see AWS * API Documentation */ java.util.concurrent.Future* Tags a resource. *
* * @param tagResourceRequest * @return A Java Future containing the result of the TagResource operation returned by the service. * @sample AmazonOmicsAsync.TagResource * @see AWS API * Documentation */ java.util.concurrent.Future* Tags a resource. *
* * @param tagResourceRequest * @param 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. * @return A Java Future containing the result of the TagResource operation returned by the service. * @sample AmazonOmicsAsyncHandler.TagResource * @see AWS API * Documentation */ java.util.concurrent.Future* Removes tags from a resource. *
* * @param untagResourceRequest * @return A Java Future containing the result of the UntagResource operation returned by the service. * @sample AmazonOmicsAsync.UntagResource * @see AWS API * Documentation */ java.util.concurrent.Future* Removes tags from a resource. *
* * @param untagResourceRequest * @param 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. * @return A Java Future containing the result of the UntagResource operation returned by the service. * @sample AmazonOmicsAsyncHandler.UntagResource * @see AWS API * Documentation */ java.util.concurrent.Future* Updates an annotation store. *
* * @param updateAnnotationStoreRequest * @return A Java Future containing the result of the UpdateAnnotationStore operation returned by the service. * @sample AmazonOmicsAsync.UpdateAnnotationStore * @see AWS * API Documentation */ java.util.concurrent.Future* Updates an annotation store. *
* * @param updateAnnotationStoreRequest * @param 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. * @return A Java Future containing the result of the UpdateAnnotationStore operation returned by the service. * @sample AmazonOmicsAsyncHandler.UpdateAnnotationStore * @see AWS * API Documentation */ java.util.concurrent.Future* Updates a run group. *
* * @param updateRunGroupRequest * @return A Java Future containing the result of the UpdateRunGroup operation returned by the service. * @sample AmazonOmicsAsync.UpdateRunGroup * @see AWS API * Documentation */ java.util.concurrent.Future* Updates a run group. *
* * @param updateRunGroupRequest * @param 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. * @return A Java Future containing the result of the UpdateRunGroup operation returned by the service. * @sample AmazonOmicsAsyncHandler.UpdateRunGroup * @see AWS API * Documentation */ java.util.concurrent.Future* Updates a variant store. *
* * @param updateVariantStoreRequest * @return A Java Future containing the result of the UpdateVariantStore operation returned by the service. * @sample AmazonOmicsAsync.UpdateVariantStore * @see AWS API * Documentation */ java.util.concurrent.Future* Updates a variant store. *
* * @param updateVariantStoreRequest * @param 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. * @return A Java Future containing the result of the UpdateVariantStore operation returned by the service. * @sample AmazonOmicsAsyncHandler.UpdateVariantStore * @see AWS API * Documentation */ java.util.concurrent.Future* Updates a workflow. *
* * @param updateWorkflowRequest * @return A Java Future containing the result of the UpdateWorkflow operation returned by the service. * @sample AmazonOmicsAsync.UpdateWorkflow * @see AWS API * Documentation */ java.util.concurrent.Future* Updates a workflow. *
* * @param updateWorkflowRequest * @param 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. * @return A Java Future containing the result of the UpdateWorkflow operation returned by the service. * @sample AmazonOmicsAsyncHandler.UpdateWorkflow * @see AWS API * Documentation */ java.util.concurrent.Future* 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. *
* * @param uploadReadSetPartRequest * @return A Java Future containing the result of the UploadReadSetPart operation returned by the service. * @sample AmazonOmicsAsync.UploadReadSetPart * @see AWS API * Documentation */ java.util.concurrent.Future* 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. *
* * @param uploadReadSetPartRequest * @param 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. * @return A Java Future containing the result of the UploadReadSetPart operation returned by the service. * @sample AmazonOmicsAsyncHandler.UploadReadSetPart * @see AWS API * Documentation */ java.util.concurrent.Future