JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.omics.waiters

Class AmazonOmicsWaiters



  • @Generated(value="com.amazonaws:aws-java-sdk-code-generator")
    public class AmazonOmicsWaiters
    extends Object 
    • Constructor Summary

      Constructors
      Constructor and Description
      AmazonOmicsWaiters (AmazonOmics client)
      Constructs a new AmazonOmicsWaiters with the given client
    • Method Summary

      All Methods
      Modifier and Type Method and Description
      Waiter<GetAnnotationImportJobRequest> annotationImportJobCreated ()
      Builds a AnnotationImportJobCreated waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      Waiter<GetAnnotationStoreRequest> annotationStoreCreated ()
      Builds a AnnotationStoreCreated waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      Waiter<GetAnnotationStoreRequest> annotationStoreDeleted ()
      Builds a AnnotationStoreDeleted waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      Waiter<GetAnnotationStoreVersionRequest> annotationStoreVersionCreated ()
      Builds a AnnotationStoreVersionCreated waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      Waiter<GetAnnotationStoreVersionRequest> annotationStoreVersionDeleted ()
      Builds a AnnotationStoreVersionDeleted waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      Waiter<GetReadSetActivationJobRequest> readSetActivationJobCompleted ()
      Builds a ReadSetActivationJobCompleted waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      Waiter<GetReadSetExportJobRequest> readSetExportJobCompleted ()
      Builds a ReadSetExportJobCompleted waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      Waiter<GetReadSetImportJobRequest> readSetImportJobCompleted ()
      Builds a ReadSetImportJobCompleted waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      Waiter<GetReferenceImportJobRequest> referenceImportJobCompleted ()
      Builds a ReferenceImportJobCompleted waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      Waiter<GetRunRequest> runCompleted ()
      Builds a RunCompleted waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      Waiter<GetRunRequest> runRunning ()
      Builds a RunRunning waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      void shutdown ()
      Waiter<GetRunTaskRequest> taskCompleted ()
      Builds a TaskCompleted waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      Waiter<GetRunTaskRequest> taskRunning ()
      Builds a TaskRunning waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      Waiter<GetVariantImportJobRequest> variantImportJobCreated ()
      Builds a VariantImportJobCreated waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      Waiter<GetVariantStoreRequest> variantStoreCreated ()
      Builds a VariantStoreCreated waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      Waiter<GetVariantStoreRequest> variantStoreDeleted ()
      Builds a VariantStoreDeleted waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      Waiter<GetWorkflowRequest> workflowActive ()
      Builds a WorkflowActive waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
    • Constructor Detail

      • AmazonOmicsWaiters

        public AmazonOmicsWaiters(AmazonOmics client)
        Constructs a new AmazonOmicsWaiters with the given client
        Parameters:
        client - Service client
    • Method Detail

      • annotationStoreVersionDeleted

        public Waiter<GetAnnotationStoreVersionRequest> annotationStoreVersionDeleted()
        Builds a AnnotationStoreVersionDeleted waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      • runRunning

        public Waiter<GetRunRequest> runRunning()
        Builds a RunRunning waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      • readSetImportJobCompleted

        public Waiter<GetReadSetImportJobRequest> readSetImportJobCompleted()
        Builds a ReadSetImportJobCompleted waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      • annotationStoreDeleted

        public Waiter<GetAnnotationStoreRequest> annotationStoreDeleted()
        Builds a AnnotationStoreDeleted waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      • workflowActive

        public Waiter<GetWorkflowRequest> workflowActive()
        Builds a WorkflowActive waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      • annotationImportJobCreated

        public Waiter<GetAnnotationImportJobRequest> annotationImportJobCreated()
        Builds a AnnotationImportJobCreated waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      • taskCompleted

        public Waiter<GetRunTaskRequest> taskCompleted()
        Builds a TaskCompleted waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      • readSetActivationJobCompleted

        public Waiter<GetReadSetActivationJobRequest> readSetActivationJobCompleted()
        Builds a ReadSetActivationJobCompleted waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      • readSetExportJobCompleted

        public Waiter<GetReadSetExportJobRequest> readSetExportJobCompleted()
        Builds a ReadSetExportJobCompleted waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      • runCompleted

        public Waiter<GetRunRequest> runCompleted()
        Builds a RunCompleted waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      • annotationStoreCreated

        public Waiter<GetAnnotationStoreRequest> annotationStoreCreated()
        Builds a AnnotationStoreCreated waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      • variantImportJobCreated

        public Waiter<GetVariantImportJobRequest> variantImportJobCreated()
        Builds a VariantImportJobCreated waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      • variantStoreDeleted

        public Waiter<GetVariantStoreRequest> variantStoreDeleted()
        Builds a VariantStoreDeleted waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      • referenceImportJobCompleted

        public Waiter<GetReferenceImportJobRequest> referenceImportJobCompleted()
        Builds a ReferenceImportJobCompleted waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      • variantStoreCreated

        public Waiter<GetVariantStoreRequest> variantStoreCreated()
        Builds a VariantStoreCreated waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      • annotationStoreVersionCreated

        public Waiter<GetAnnotationStoreVersionRequest> annotationStoreVersionCreated()
        Builds a AnnotationStoreVersionCreated waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      • taskRunning

        public Waiter<GetRunTaskRequest> taskRunning()
        Builds a TaskRunning waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
      • shutdown

        public void shutdown()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /