Interface OmicsClient
-
- All Superinterfaces:
AutoCloseable,AwsClient,SdkAutoCloseable,SdkClient
@Generated("software.amazon.awssdk:codegen") @ThreadSafe public interface OmicsClient extends AwsClient
Service client for accessing Amazon Omics. This can be created using the staticbuilder()method.This is the AWS HealthOmics API Reference. For an introduction to the service, see What is AWS HealthOmics? in the AWS HealthOmics User Guide.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_METADATA_IDValue for looking up the service's metadata from theServiceMetadataProvider.static StringSERVICE_NAME
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
close
-
Methods inherited from interface software.amazon.awssdk.core.SdkClient
serviceName
-
-
-
-
Field Detail
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
SERVICE_METADATA_ID
static final String SERVICE_METADATA_ID
Value for looking up the service's metadata from theServiceMetadataProvider.- See Also:
- Constant Field Values
-
-
Method Detail
-
abortMultipartReadSetUpload
default AbortMultipartReadSetUploadResponse abortMultipartReadSetUpload(AbortMultipartReadSetUploadRequest abortMultipartReadSetUploadRequest) throws InternalServerException, NotSupportedOperationException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Stops a multipart upload.
- Parameters:
abortMultipartReadSetUploadRequest-- Returns:
- Result of the AbortMultipartReadSetUpload operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.NotSupportedOperationException- The operation is not supported by Amazon Omics, or the API does not exist.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
abortMultipartReadSetUpload
default AbortMultipartReadSetUploadResponse abortMultipartReadSetUpload(Consumer<AbortMultipartReadSetUploadRequest.Builder> abortMultipartReadSetUploadRequest) throws InternalServerException, NotSupportedOperationException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Stops a multipart upload.
This is a convenience which creates an instance of the
AbortMultipartReadSetUploadRequest.Builderavoiding the need to create one manually viaAbortMultipartReadSetUploadRequest.builder()- Parameters:
abortMultipartReadSetUploadRequest- AConsumerthat will call methods onAbortMultipartReadSetUploadRequest.Builderto create a request.- Returns:
- Result of the AbortMultipartReadSetUpload operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.NotSupportedOperationException- The operation is not supported by Amazon Omics, or the API does not exist.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
acceptShare
default AcceptShareResponse acceptShare(AcceptShareRequest acceptShareRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Accepts a share for an analytics store.
- Parameters:
acceptShareRequest-- Returns:
- Result of the AcceptShare operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
acceptShare
default AcceptShareResponse acceptShare(Consumer<AcceptShareRequest.Builder> acceptShareRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Accepts a share for an analytics store.
This is a convenience which creates an instance of the
AcceptShareRequest.Builderavoiding the need to create one manually viaAcceptShareRequest.builder()- Parameters:
acceptShareRequest- AConsumerthat will call methods onAcceptShareRequest.Builderto create a request.- Returns:
- Result of the AcceptShare operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
batchDeleteReadSet
default BatchDeleteReadSetResponse batchDeleteReadSet(BatchDeleteReadSetRequest batchDeleteReadSetRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Deletes one or more read sets.
- Parameters:
batchDeleteReadSetRequest-- Returns:
- Result of the BatchDeleteReadSet operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
batchDeleteReadSet
default BatchDeleteReadSetResponse batchDeleteReadSet(Consumer<BatchDeleteReadSetRequest.Builder> batchDeleteReadSetRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Deletes one or more read sets.
This is a convenience which creates an instance of the
BatchDeleteReadSetRequest.Builderavoiding the need to create one manually viaBatchDeleteReadSetRequest.builder()- Parameters:
batchDeleteReadSetRequest- AConsumerthat will call methods onBatchDeleteReadSetRequest.Builderto create a request.- Returns:
- Result of the BatchDeleteReadSet operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
cancelAnnotationImportJob
default CancelAnnotationImportJobResponse cancelAnnotationImportJob(CancelAnnotationImportJobRequest cancelAnnotationImportJobRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Cancels an annotation import job.
- Parameters:
cancelAnnotationImportJobRequest-- Returns:
- Result of the CancelAnnotationImportJob operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
cancelAnnotationImportJob
default CancelAnnotationImportJobResponse cancelAnnotationImportJob(Consumer<CancelAnnotationImportJobRequest.Builder> cancelAnnotationImportJobRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Cancels an annotation import job.
This is a convenience which creates an instance of the
CancelAnnotationImportJobRequest.Builderavoiding the need to create one manually viaCancelAnnotationImportJobRequest.builder()- Parameters:
cancelAnnotationImportJobRequest- AConsumerthat will call methods onCancelAnnotationImportJobRequest.Builderto create a request.- Returns:
- Result of the CancelAnnotationImportJob operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
cancelRun
default CancelRunResponse cancelRun(CancelRunRequest cancelRunRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Cancels a run.
- Parameters:
cancelRunRequest-- Returns:
- Result of the CancelRun operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
cancelRun
default CancelRunResponse cancelRun(Consumer<CancelRunRequest.Builder> cancelRunRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Cancels a run.
This is a convenience which creates an instance of the
CancelRunRequest.Builderavoiding the need to create one manually viaCancelRunRequest.builder()- Parameters:
cancelRunRequest- AConsumerthat will call methods onCancelRunRequest.Builderto create a request.- Returns:
- Result of the CancelRun operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
cancelVariantImportJob
default CancelVariantImportJobResponse cancelVariantImportJob(CancelVariantImportJobRequest cancelVariantImportJobRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Cancels a variant import job.
- Parameters:
cancelVariantImportJobRequest-- Returns:
- Result of the CancelVariantImportJob operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
cancelVariantImportJob
default CancelVariantImportJobResponse cancelVariantImportJob(Consumer<CancelVariantImportJobRequest.Builder> cancelVariantImportJobRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Cancels a variant import job.
This is a convenience which creates an instance of the
CancelVariantImportJobRequest.Builderavoiding the need to create one manually viaCancelVariantImportJobRequest.builder()- Parameters:
cancelVariantImportJobRequest- AConsumerthat will call methods onCancelVariantImportJobRequest.Builderto create a request.- Returns:
- Result of the CancelVariantImportJob operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
completeMultipartReadSetUpload
default CompleteMultipartReadSetUploadResponse completeMultipartReadSetUpload(CompleteMultipartReadSetUploadRequest completeMultipartReadSetUploadRequest) throws InternalServerException, NotSupportedOperationException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Concludes a multipart upload once you have uploaded all the components.
- Parameters:
completeMultipartReadSetUploadRequest-- Returns:
- Result of the CompleteMultipartReadSetUpload operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.NotSupportedOperationException- The operation is not supported by Amazon Omics, or the API does not exist.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
completeMultipartReadSetUpload
default CompleteMultipartReadSetUploadResponse completeMultipartReadSetUpload(Consumer<CompleteMultipartReadSetUploadRequest.Builder> completeMultipartReadSetUploadRequest) throws InternalServerException, NotSupportedOperationException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Concludes a multipart upload once you have uploaded all the components.
This is a convenience which creates an instance of the
CompleteMultipartReadSetUploadRequest.Builderavoiding the need to create one manually viaCompleteMultipartReadSetUploadRequest.builder()- Parameters:
completeMultipartReadSetUploadRequest- AConsumerthat will call methods onCompleteMultipartReadSetUploadRequest.Builderto create a request.- Returns:
- Result of the CompleteMultipartReadSetUpload operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.NotSupportedOperationException- The operation is not supported by Amazon Omics, or the API does not exist.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createAnnotationStore
default CreateAnnotationStoreResponse createAnnotationStore(CreateAnnotationStoreRequest createAnnotationStoreRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Creates an annotation store.
- Parameters:
createAnnotationStoreRequest-- Returns:
- Result of the CreateAnnotationStore operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createAnnotationStore
default CreateAnnotationStoreResponse createAnnotationStore(Consumer<CreateAnnotationStoreRequest.Builder> createAnnotationStoreRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Creates an annotation store.
This is a convenience which creates an instance of the
CreateAnnotationStoreRequest.Builderavoiding the need to create one manually viaCreateAnnotationStoreRequest.builder()- Parameters:
createAnnotationStoreRequest- AConsumerthat will call methods onCreateAnnotationStoreRequest.Builderto create a request.- Returns:
- Result of the CreateAnnotationStore operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createAnnotationStoreVersion
default CreateAnnotationStoreVersionResponse createAnnotationStoreVersion(CreateAnnotationStoreVersionRequest createAnnotationStoreVersionRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Creates a new version of an annotation store.
- Parameters:
createAnnotationStoreVersionRequest-- Returns:
- Result of the CreateAnnotationStoreVersion operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createAnnotationStoreVersion
default CreateAnnotationStoreVersionResponse createAnnotationStoreVersion(Consumer<CreateAnnotationStoreVersionRequest.Builder> createAnnotationStoreVersionRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Creates a new version of an annotation store.
This is a convenience which creates an instance of the
CreateAnnotationStoreVersionRequest.Builderavoiding the need to create one manually viaCreateAnnotationStoreVersionRequest.builder()- Parameters:
createAnnotationStoreVersionRequest- AConsumerthat will call methods onCreateAnnotationStoreVersionRequest.Builderto create a request.- Returns:
- Result of the CreateAnnotationStoreVersion operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createMultipartReadSetUpload
default CreateMultipartReadSetUploadResponse createMultipartReadSetUpload(CreateMultipartReadSetUploadRequest createMultipartReadSetUploadRequest) throws InternalServerException, NotSupportedOperationException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Begins a multipart read set upload.
- Parameters:
createMultipartReadSetUploadRequest-- Returns:
- Result of the CreateMultipartReadSetUpload operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.NotSupportedOperationException- The operation is not supported by Amazon Omics, or the API does not exist.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createMultipartReadSetUpload
default CreateMultipartReadSetUploadResponse createMultipartReadSetUpload(Consumer<CreateMultipartReadSetUploadRequest.Builder> createMultipartReadSetUploadRequest) throws InternalServerException, NotSupportedOperationException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Begins a multipart read set upload.
This is a convenience which creates an instance of the
CreateMultipartReadSetUploadRequest.Builderavoiding the need to create one manually viaCreateMultipartReadSetUploadRequest.builder()- Parameters:
createMultipartReadSetUploadRequest- AConsumerthat will call methods onCreateMultipartReadSetUploadRequest.Builderto create a request.- Returns:
- Result of the CreateMultipartReadSetUpload operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.NotSupportedOperationException- The operation is not supported by Amazon Omics, or the API does not exist.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createReferenceStore
default CreateReferenceStoreResponse createReferenceStore(CreateReferenceStoreRequest createReferenceStoreRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Creates a reference store.
- Parameters:
createReferenceStoreRequest-- Returns:
- Result of the CreateReferenceStore operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createReferenceStore
default CreateReferenceStoreResponse createReferenceStore(Consumer<CreateReferenceStoreRequest.Builder> createReferenceStoreRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Creates a reference store.
This is a convenience which creates an instance of the
CreateReferenceStoreRequest.Builderavoiding the need to create one manually viaCreateReferenceStoreRequest.builder()- Parameters:
createReferenceStoreRequest- AConsumerthat will call methods onCreateReferenceStoreRequest.Builderto create a request.- Returns:
- Result of the CreateReferenceStore operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createRunGroup
default CreateRunGroupResponse createRunGroup(CreateRunGroupRequest createRunGroupRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Creates a run group.
- Parameters:
createRunGroupRequest-- Returns:
- Result of the CreateRunGroup operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createRunGroup
default CreateRunGroupResponse createRunGroup(Consumer<CreateRunGroupRequest.Builder> createRunGroupRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Creates a run group.
This is a convenience which creates an instance of the
CreateRunGroupRequest.Builderavoiding the need to create one manually viaCreateRunGroupRequest.builder()- Parameters:
createRunGroupRequest- AConsumerthat will call methods onCreateRunGroupRequest.Builderto create a request.- Returns:
- Result of the CreateRunGroup operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createSequenceStore
default CreateSequenceStoreResponse createSequenceStore(CreateSequenceStoreRequest createSequenceStoreRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Creates a sequence store.
- Parameters:
createSequenceStoreRequest-- Returns:
- Result of the CreateSequenceStore operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createSequenceStore
default CreateSequenceStoreResponse createSequenceStore(Consumer<CreateSequenceStoreRequest.Builder> createSequenceStoreRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Creates a sequence store.
This is a convenience which creates an instance of the
CreateSequenceStoreRequest.Builderavoiding the need to create one manually viaCreateSequenceStoreRequest.builder()- Parameters:
createSequenceStoreRequest- AConsumerthat will call methods onCreateSequenceStoreRequest.Builderto create a request.- Returns:
- Result of the CreateSequenceStore operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createShare
default CreateShareResponse createShare(CreateShareRequest createShareRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Creates a share offer that can be accepted outside the account by a subscriber. The share is created by the owner and accepted by the principal subscriber.
- Parameters:
createShareRequest-- Returns:
- Result of the CreateShare operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createShare
default CreateShareResponse createShare(Consumer<CreateShareRequest.Builder> createShareRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Creates a share offer that can be accepted outside the account by a subscriber. The share is created by the owner and accepted by the principal subscriber.
This is a convenience which creates an instance of the
CreateShareRequest.Builderavoiding the need to create one manually viaCreateShareRequest.builder()- Parameters:
createShareRequest- AConsumerthat will call methods onCreateShareRequest.Builderto create a request.- Returns:
- Result of the CreateShare operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createVariantStore
default CreateVariantStoreResponse createVariantStore(CreateVariantStoreRequest createVariantStoreRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Creates a variant store.
- Parameters:
createVariantStoreRequest-- Returns:
- Result of the CreateVariantStore operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createVariantStore
default CreateVariantStoreResponse createVariantStore(Consumer<CreateVariantStoreRequest.Builder> createVariantStoreRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Creates a variant store.
This is a convenience which creates an instance of the
CreateVariantStoreRequest.Builderavoiding the need to create one manually viaCreateVariantStoreRequest.builder()- Parameters:
createVariantStoreRequest- AConsumerthat will call methods onCreateVariantStoreRequest.Builderto create a request.- Returns:
- Result of the CreateVariantStore operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createWorkflow
default CreateWorkflowResponse createWorkflow(CreateWorkflowRequest createWorkflowRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Creates a workflow.
- Parameters:
createWorkflowRequest-- Returns:
- Result of the CreateWorkflow operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createWorkflow
default CreateWorkflowResponse createWorkflow(Consumer<CreateWorkflowRequest.Builder> createWorkflowRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Creates a workflow.
This is a convenience which creates an instance of the
CreateWorkflowRequest.Builderavoiding the need to create one manually viaCreateWorkflowRequest.builder()- Parameters:
createWorkflowRequest- AConsumerthat will call methods onCreateWorkflowRequest.Builderto create a request.- Returns:
- Result of the CreateWorkflow operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteAnnotationStore
default DeleteAnnotationStoreResponse deleteAnnotationStore(DeleteAnnotationStoreRequest deleteAnnotationStoreRequest) throws InternalServerException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Deletes an annotation store.
- Parameters:
deleteAnnotationStoreRequest-- Returns:
- Result of the DeleteAnnotationStore operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteAnnotationStore
default DeleteAnnotationStoreResponse deleteAnnotationStore(Consumer<DeleteAnnotationStoreRequest.Builder> deleteAnnotationStoreRequest) throws InternalServerException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Deletes an annotation store.
This is a convenience which creates an instance of the
DeleteAnnotationStoreRequest.Builderavoiding the need to create one manually viaDeleteAnnotationStoreRequest.builder()- Parameters:
deleteAnnotationStoreRequest- AConsumerthat will call methods onDeleteAnnotationStoreRequest.Builderto create a request.- Returns:
- Result of the DeleteAnnotationStore operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteAnnotationStoreVersions
default DeleteAnnotationStoreVersionsResponse deleteAnnotationStoreVersions(DeleteAnnotationStoreVersionsRequest deleteAnnotationStoreVersionsRequest) throws InternalServerException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Deletes one or multiple versions of an annotation store.
- Parameters:
deleteAnnotationStoreVersionsRequest-- Returns:
- Result of the DeleteAnnotationStoreVersions operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteAnnotationStoreVersions
default DeleteAnnotationStoreVersionsResponse deleteAnnotationStoreVersions(Consumer<DeleteAnnotationStoreVersionsRequest.Builder> deleteAnnotationStoreVersionsRequest) throws InternalServerException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Deletes one or multiple versions of an annotation store.
This is a convenience which creates an instance of the
DeleteAnnotationStoreVersionsRequest.Builderavoiding the need to create one manually viaDeleteAnnotationStoreVersionsRequest.builder()- Parameters:
deleteAnnotationStoreVersionsRequest- AConsumerthat will call methods onDeleteAnnotationStoreVersionsRequest.Builderto create a request.- Returns:
- Result of the DeleteAnnotationStoreVersions operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteReference
default DeleteReferenceResponse deleteReference(DeleteReferenceRequest deleteReferenceRequest) throws InternalServerException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Deletes a genome reference.
- Parameters:
deleteReferenceRequest-- Returns:
- Result of the DeleteReference operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteReference
default DeleteReferenceResponse deleteReference(Consumer<DeleteReferenceRequest.Builder> deleteReferenceRequest) throws InternalServerException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Deletes a genome reference.
This is a convenience which creates an instance of the
DeleteReferenceRequest.Builderavoiding the need to create one manually viaDeleteReferenceRequest.builder()- Parameters:
deleteReferenceRequest- AConsumerthat will call methods onDeleteReferenceRequest.Builderto create a request.- Returns:
- Result of the DeleteReference operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteReferenceStore
default DeleteReferenceStoreResponse deleteReferenceStore(DeleteReferenceStoreRequest deleteReferenceStoreRequest) throws InternalServerException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Deletes a genome reference store.
- Parameters:
deleteReferenceStoreRequest-- Returns:
- Result of the DeleteReferenceStore operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteReferenceStore
default DeleteReferenceStoreResponse deleteReferenceStore(Consumer<DeleteReferenceStoreRequest.Builder> deleteReferenceStoreRequest) throws InternalServerException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Deletes a genome reference store.
This is a convenience which creates an instance of the
DeleteReferenceStoreRequest.Builderavoiding the need to create one manually viaDeleteReferenceStoreRequest.builder()- Parameters:
deleteReferenceStoreRequest- AConsumerthat will call methods onDeleteReferenceStoreRequest.Builderto create a request.- Returns:
- Result of the DeleteReferenceStore operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteRun
default DeleteRunResponse deleteRun(DeleteRunRequest deleteRunRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Deletes a workflow run.
- Parameters:
deleteRunRequest-- Returns:
- Result of the DeleteRun operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteRun
default DeleteRunResponse deleteRun(Consumer<DeleteRunRequest.Builder> deleteRunRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Deletes a workflow run.
This is a convenience which creates an instance of the
DeleteRunRequest.Builderavoiding the need to create one manually viaDeleteRunRequest.builder()- Parameters:
deleteRunRequest- AConsumerthat will call methods onDeleteRunRequest.Builderto create a request.- Returns:
- Result of the DeleteRun operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteRunGroup
default DeleteRunGroupResponse deleteRunGroup(DeleteRunGroupRequest deleteRunGroupRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Deletes a workflow run group.
- Parameters:
deleteRunGroupRequest-- Returns:
- Result of the DeleteRunGroup operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteRunGroup
default DeleteRunGroupResponse deleteRunGroup(Consumer<DeleteRunGroupRequest.Builder> deleteRunGroupRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Deletes a workflow run group.
This is a convenience which creates an instance of the
DeleteRunGroupRequest.Builderavoiding the need to create one manually viaDeleteRunGroupRequest.builder()- Parameters:
deleteRunGroupRequest- AConsumerthat will call methods onDeleteRunGroupRequest.Builderto create a request.- Returns:
- Result of the DeleteRunGroup operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteSequenceStore
default DeleteSequenceStoreResponse deleteSequenceStore(DeleteSequenceStoreRequest deleteSequenceStoreRequest) throws InternalServerException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Deletes a sequence store.
- Parameters:
deleteSequenceStoreRequest-- Returns:
- Result of the DeleteSequenceStore operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteSequenceStore
default DeleteSequenceStoreResponse deleteSequenceStore(Consumer<DeleteSequenceStoreRequest.Builder> deleteSequenceStoreRequest) throws InternalServerException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Deletes a sequence store.
This is a convenience which creates an instance of the
DeleteSequenceStoreRequest.Builderavoiding the need to create one manually viaDeleteSequenceStoreRequest.builder()- Parameters:
deleteSequenceStoreRequest- AConsumerthat will call methods onDeleteSequenceStoreRequest.Builderto create a request.- Returns:
- Result of the DeleteSequenceStore operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteShare
default DeleteShareResponse deleteShare(DeleteShareRequest deleteShareRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Deletes a share of an analytics store.
- Parameters:
deleteShareRequest-- Returns:
- Result of the DeleteShare operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteShare
default DeleteShareResponse deleteShare(Consumer<DeleteShareRequest.Builder> deleteShareRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Deletes a share of an analytics store.
This is a convenience which creates an instance of the
DeleteShareRequest.Builderavoiding the need to create one manually viaDeleteShareRequest.builder()- Parameters:
deleteShareRequest- AConsumerthat will call methods onDeleteShareRequest.Builderto create a request.- Returns:
- Result of the DeleteShare operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteVariantStore
default DeleteVariantStoreResponse deleteVariantStore(DeleteVariantStoreRequest deleteVariantStoreRequest) throws InternalServerException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Deletes a variant store.
- Parameters:
deleteVariantStoreRequest-- Returns:
- Result of the DeleteVariantStore operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteVariantStore
default DeleteVariantStoreResponse deleteVariantStore(Consumer<DeleteVariantStoreRequest.Builder> deleteVariantStoreRequest) throws InternalServerException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Deletes a variant store.
This is a convenience which creates an instance of the
DeleteVariantStoreRequest.Builderavoiding the need to create one manually viaDeleteVariantStoreRequest.builder()- Parameters:
deleteVariantStoreRequest- AConsumerthat will call methods onDeleteVariantStoreRequest.Builderto create a request.- Returns:
- Result of the DeleteVariantStore operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteWorkflow
default DeleteWorkflowResponse deleteWorkflow(DeleteWorkflowRequest deleteWorkflowRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Deletes a workflow.
- Parameters:
deleteWorkflowRequest-- Returns:
- Result of the DeleteWorkflow operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteWorkflow
default DeleteWorkflowResponse deleteWorkflow(Consumer<DeleteWorkflowRequest.Builder> deleteWorkflowRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Deletes a workflow.
This is a convenience which creates an instance of the
DeleteWorkflowRequest.Builderavoiding the need to create one manually viaDeleteWorkflowRequest.builder()- Parameters:
deleteWorkflowRequest- AConsumerthat will call methods onDeleteWorkflowRequest.Builderto create a request.- Returns:
- Result of the DeleteWorkflow operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getAnnotationImportJob
default GetAnnotationImportJobResponse getAnnotationImportJob(GetAnnotationImportJobRequest getAnnotationImportJobRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Gets information about an annotation import job.
- Parameters:
getAnnotationImportJobRequest-- Returns:
- Result of the GetAnnotationImportJob operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getAnnotationImportJob
default GetAnnotationImportJobResponse getAnnotationImportJob(Consumer<GetAnnotationImportJobRequest.Builder> getAnnotationImportJobRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Gets information about an annotation import job.
This is a convenience which creates an instance of the
GetAnnotationImportJobRequest.Builderavoiding the need to create one manually viaGetAnnotationImportJobRequest.builder()- Parameters:
getAnnotationImportJobRequest- AConsumerthat will call methods onGetAnnotationImportJobRequest.Builderto create a request.- Returns:
- Result of the GetAnnotationImportJob operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getAnnotationStore
default GetAnnotationStoreResponse getAnnotationStore(GetAnnotationStoreRequest getAnnotationStoreRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Gets information about an annotation store.
- Parameters:
getAnnotationStoreRequest-- Returns:
- Result of the GetAnnotationStore operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getAnnotationStore
default GetAnnotationStoreResponse getAnnotationStore(Consumer<GetAnnotationStoreRequest.Builder> getAnnotationStoreRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Gets information about an annotation store.
This is a convenience which creates an instance of the
GetAnnotationStoreRequest.Builderavoiding the need to create one manually viaGetAnnotationStoreRequest.builder()- Parameters:
getAnnotationStoreRequest- AConsumerthat will call methods onGetAnnotationStoreRequest.Builderto create a request.- Returns:
- Result of the GetAnnotationStore operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getAnnotationStoreVersion
default GetAnnotationStoreVersionResponse getAnnotationStoreVersion(GetAnnotationStoreVersionRequest getAnnotationStoreVersionRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Retrieves the metadata for an annotation store version.
- Parameters:
getAnnotationStoreVersionRequest-- Returns:
- Result of the GetAnnotationStoreVersion operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getAnnotationStoreVersion
default GetAnnotationStoreVersionResponse getAnnotationStoreVersion(Consumer<GetAnnotationStoreVersionRequest.Builder> getAnnotationStoreVersionRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Retrieves the metadata for an annotation store version.
This is a convenience which creates an instance of the
GetAnnotationStoreVersionRequest.Builderavoiding the need to create one manually viaGetAnnotationStoreVersionRequest.builder()- Parameters:
getAnnotationStoreVersionRequest- AConsumerthat will call methods onGetAnnotationStoreVersionRequest.Builderto create a request.- Returns:
- Result of the GetAnnotationStoreVersion operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getReadSet
default <ReturnT> ReturnT getReadSet(GetReadSetRequest getReadSetRequest, ResponseTransformer<GetReadSetResponse,ReturnT> responseTransformer) throws InternalServerException, RangeNotSatisfiableException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets a file from a read set.
- Parameters:
getReadSetRequest-responseTransformer- Functional interface for processing the streamed response content. The unmarshalled GetReadSetResponse and an InputStream to the response content are provided as parameters to the callback. The callback may return a transformed type which will be the return value of this method. SeeResponseTransformerfor details on implementing this interface and for links to pre-canned implementations for common scenarios like downloading to a file. The service documentation for the response content is as follows 'The read set file payload.
'.- Returns:
- The transformed result of the ResponseTransformer.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.RangeNotSatisfiableException- The ranges specified in the request are not valid.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getReadSet
default <ReturnT> ReturnT getReadSet(Consumer<GetReadSetRequest.Builder> getReadSetRequest, ResponseTransformer<GetReadSetResponse,ReturnT> responseTransformer) throws InternalServerException, RangeNotSatisfiableException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets a file from a read set.
This is a convenience which creates an instance of the
GetReadSetRequest.Builderavoiding the need to create one manually viaGetReadSetRequest.builder()- Parameters:
getReadSetRequest- AConsumerthat will call methods onGetReadSetRequest.Builderto create a request.responseTransformer- Functional interface for processing the streamed response content. The unmarshalled GetReadSetResponse and an InputStream to the response content are provided as parameters to the callback. The callback may return a transformed type which will be the return value of this method. SeeResponseTransformerfor details on implementing this interface and for links to pre-canned implementations for common scenarios like downloading to a file. The service documentation for the response content is as follows 'The read set file payload.
'.- Returns:
- The transformed result of the ResponseTransformer.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.RangeNotSatisfiableException- The ranges specified in the request are not valid.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getReadSet
default GetReadSetResponse getReadSet(GetReadSetRequest getReadSetRequest, Path destinationPath) throws InternalServerException, RangeNotSatisfiableException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets a file from a read set.
- Parameters:
getReadSetRequest-destinationPath-Pathto file that response contents will be written to. The file must not exist or this method will throw an exception. If the file is not writable by the current user then an exception will be thrown. The service documentation for the response content is as follows 'The read set file payload.
'.- Returns:
- The transformed result of the ResponseTransformer.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.RangeNotSatisfiableException- The ranges specified in the request are not valid.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
getReadSet(GetReadSetRequest, ResponseTransformer), AWS API Documentation
-
getReadSet
default GetReadSetResponse getReadSet(Consumer<GetReadSetRequest.Builder> getReadSetRequest, Path destinationPath) throws InternalServerException, RangeNotSatisfiableException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets a file from a read set.
This is a convenience which creates an instance of the
GetReadSetRequest.Builderavoiding the need to create one manually viaGetReadSetRequest.builder()- Parameters:
getReadSetRequest- AConsumerthat will call methods onGetReadSetRequest.Builderto create a request.destinationPath-Pathto file that response contents will be written to. The file must not exist or this method will throw an exception. If the file is not writable by the current user then an exception will be thrown. The service documentation for the response content is as follows 'The read set file payload.
'.- Returns:
- The transformed result of the ResponseTransformer.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.RangeNotSatisfiableException- The ranges specified in the request are not valid.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
getReadSet(GetReadSetRequest, ResponseTransformer), AWS API Documentation
-
getReadSet
default ResponseInputStream<GetReadSetResponse> getReadSet(GetReadSetRequest getReadSetRequest) throws InternalServerException, RangeNotSatisfiableException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets a file from a read set.
- Parameters:
getReadSetRequest-- Returns:
- A
ResponseInputStreamcontaining data streamed from service. Note that this is an unmanaged reference to the underlying HTTP connection so great care must be taken to ensure all data if fully read from the input stream and that it is properly closed. Failure to do so may result in sub-optimal behavior and exhausting connections in the connection pool. The unmarshalled response object can be obtained viaResponseInputStream.response(). The service documentation for the response content is as follows 'The read set file payload.
'. - Throws:
InternalServerException- An unexpected error occurred. Try the request again.RangeNotSatisfiableException- The ranges specified in the request are not valid.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
#getObject(getReadSet, ResponseTransformer), AWS API Documentation
-
getReadSet
default ResponseInputStream<GetReadSetResponse> getReadSet(Consumer<GetReadSetRequest.Builder> getReadSetRequest) throws InternalServerException, RangeNotSatisfiableException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets a file from a read set.
This is a convenience which creates an instance of the
GetReadSetRequest.Builderavoiding the need to create one manually viaGetReadSetRequest.builder()- Parameters:
getReadSetRequest- AConsumerthat will call methods onGetReadSetRequest.Builderto create a request.- Returns:
- A
ResponseInputStreamcontaining data streamed from service. Note that this is an unmanaged reference to the underlying HTTP connection so great care must be taken to ensure all data if fully read from the input stream and that it is properly closed. Failure to do so may result in sub-optimal behavior and exhausting connections in the connection pool. The unmarshalled response object can be obtained viaResponseInputStream.response(). The service documentation for the response content is as follows 'The read set file payload.
'. - Throws:
InternalServerException- An unexpected error occurred. Try the request again.RangeNotSatisfiableException- The ranges specified in the request are not valid.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
#getObject(getReadSet, ResponseTransformer), AWS API Documentation
-
getReadSetAsBytes
default ResponseBytes<GetReadSetResponse> getReadSetAsBytes(GetReadSetRequest getReadSetRequest) throws InternalServerException, RangeNotSatisfiableException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets a file from a read set.
- Parameters:
getReadSetRequest-- Returns:
- A
ResponseBytesthat loads the data streamed from the service into memory and exposes it in convenient in-memory representations like a byte buffer or string. The unmarshalled response object can be obtained viaResponseBytes.response(). The service documentation for the response content is as follows 'The read set file payload.
'. - Throws:
InternalServerException- An unexpected error occurred. Try the request again.RangeNotSatisfiableException- The ranges specified in the request are not valid.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
#getObject(getReadSet, ResponseTransformer), AWS API Documentation
-
getReadSetAsBytes
default ResponseBytes<GetReadSetResponse> getReadSetAsBytes(Consumer<GetReadSetRequest.Builder> getReadSetRequest) throws InternalServerException, RangeNotSatisfiableException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets a file from a read set.
This is a convenience which creates an instance of the
GetReadSetRequest.Builderavoiding the need to create one manually viaGetReadSetRequest.builder()- Parameters:
getReadSetRequest- AConsumerthat will call methods onGetReadSetRequest.Builderto create a request.- Returns:
- A
ResponseBytesthat loads the data streamed from the service into memory and exposes it in convenient in-memory representations like a byte buffer or string. The unmarshalled response object can be obtained viaResponseBytes.response(). The service documentation for the response content is as follows 'The read set file payload.
'. - Throws:
InternalServerException- An unexpected error occurred. Try the request again.RangeNotSatisfiableException- The ranges specified in the request are not valid.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
#getObject(getReadSet, ResponseTransformer), AWS API Documentation
-
getReadSetActivationJob
default GetReadSetActivationJobResponse getReadSetActivationJob(GetReadSetActivationJobRequest getReadSetActivationJobRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets information about a read set activation job.
- Parameters:
getReadSetActivationJobRequest-- Returns:
- Result of the GetReadSetActivationJob operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getReadSetActivationJob
default GetReadSetActivationJobResponse getReadSetActivationJob(Consumer<GetReadSetActivationJobRequest.Builder> getReadSetActivationJobRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets information about a read set activation job.
This is a convenience which creates an instance of the
GetReadSetActivationJobRequest.Builderavoiding the need to create one manually viaGetReadSetActivationJobRequest.builder()- Parameters:
getReadSetActivationJobRequest- AConsumerthat will call methods onGetReadSetActivationJobRequest.Builderto create a request.- Returns:
- Result of the GetReadSetActivationJob operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getReadSetExportJob
default GetReadSetExportJobResponse getReadSetExportJob(GetReadSetExportJobRequest getReadSetExportJobRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets information about a read set export job.
- Parameters:
getReadSetExportJobRequest-- Returns:
- Result of the GetReadSetExportJob operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getReadSetExportJob
default GetReadSetExportJobResponse getReadSetExportJob(Consumer<GetReadSetExportJobRequest.Builder> getReadSetExportJobRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets information about a read set export job.
This is a convenience which creates an instance of the
GetReadSetExportJobRequest.Builderavoiding the need to create one manually viaGetReadSetExportJobRequest.builder()- Parameters:
getReadSetExportJobRequest- AConsumerthat will call methods onGetReadSetExportJobRequest.Builderto create a request.- Returns:
- Result of the GetReadSetExportJob operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getReadSetImportJob
default GetReadSetImportJobResponse getReadSetImportJob(GetReadSetImportJobRequest getReadSetImportJobRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets information about a read set import job.
- Parameters:
getReadSetImportJobRequest-- Returns:
- Result of the GetReadSetImportJob operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getReadSetImportJob
default GetReadSetImportJobResponse getReadSetImportJob(Consumer<GetReadSetImportJobRequest.Builder> getReadSetImportJobRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets information about a read set import job.
This is a convenience which creates an instance of the
GetReadSetImportJobRequest.Builderavoiding the need to create one manually viaGetReadSetImportJobRequest.builder()- Parameters:
getReadSetImportJobRequest- AConsumerthat will call methods onGetReadSetImportJobRequest.Builderto create a request.- Returns:
- Result of the GetReadSetImportJob operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getReadSetMetadata
default GetReadSetMetadataResponse getReadSetMetadata(GetReadSetMetadataRequest getReadSetMetadataRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets details about a read set.
- Parameters:
getReadSetMetadataRequest-- Returns:
- Result of the GetReadSetMetadata operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getReadSetMetadata
default GetReadSetMetadataResponse getReadSetMetadata(Consumer<GetReadSetMetadataRequest.Builder> getReadSetMetadataRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets details about a read set.
This is a convenience which creates an instance of the
GetReadSetMetadataRequest.Builderavoiding the need to create one manually viaGetReadSetMetadataRequest.builder()- Parameters:
getReadSetMetadataRequest- AConsumerthat will call methods onGetReadSetMetadataRequest.Builderto create a request.- Returns:
- Result of the GetReadSetMetadata operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getReference
default <ReturnT> ReturnT getReference(GetReferenceRequest getReferenceRequest, ResponseTransformer<GetReferenceResponse,ReturnT> responseTransformer) throws InternalServerException, RangeNotSatisfiableException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets a reference file.
- Parameters:
getReferenceRequest-responseTransformer- Functional interface for processing the streamed response content. The unmarshalled GetReferenceResponse and an InputStream to the response content are provided as parameters to the callback. The callback may return a transformed type which will be the return value of this method. SeeResponseTransformerfor details on implementing this interface and for links to pre-canned implementations for common scenarios like downloading to a file. The service documentation for the response content is as follows 'The reference file payload.
'.- Returns:
- The transformed result of the ResponseTransformer.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.RangeNotSatisfiableException- The ranges specified in the request are not valid.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getReference
default <ReturnT> ReturnT getReference(Consumer<GetReferenceRequest.Builder> getReferenceRequest, ResponseTransformer<GetReferenceResponse,ReturnT> responseTransformer) throws InternalServerException, RangeNotSatisfiableException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets a reference file.
This is a convenience which creates an instance of the
GetReferenceRequest.Builderavoiding the need to create one manually viaGetReferenceRequest.builder()- Parameters:
getReferenceRequest- AConsumerthat will call methods onGetReferenceRequest.Builderto create a request.responseTransformer- Functional interface for processing the streamed response content. The unmarshalled GetReferenceResponse and an InputStream to the response content are provided as parameters to the callback. The callback may return a transformed type which will be the return value of this method. SeeResponseTransformerfor details on implementing this interface and for links to pre-canned implementations for common scenarios like downloading to a file. The service documentation for the response content is as follows 'The reference file payload.
'.- Returns:
- The transformed result of the ResponseTransformer.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.RangeNotSatisfiableException- The ranges specified in the request are not valid.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getReference
default GetReferenceResponse getReference(GetReferenceRequest getReferenceRequest, Path destinationPath) throws InternalServerException, RangeNotSatisfiableException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets a reference file.
- Parameters:
getReferenceRequest-destinationPath-Pathto file that response contents will be written to. The file must not exist or this method will throw an exception. If the file is not writable by the current user then an exception will be thrown. The service documentation for the response content is as follows 'The reference file payload.
'.- Returns:
- The transformed result of the ResponseTransformer.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.RangeNotSatisfiableException- The ranges specified in the request are not valid.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
getReference(GetReferenceRequest, ResponseTransformer), AWS API Documentation
-
getReference
default GetReferenceResponse getReference(Consumer<GetReferenceRequest.Builder> getReferenceRequest, Path destinationPath) throws InternalServerException, RangeNotSatisfiableException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets a reference file.
This is a convenience which creates an instance of the
GetReferenceRequest.Builderavoiding the need to create one manually viaGetReferenceRequest.builder()- Parameters:
getReferenceRequest- AConsumerthat will call methods onGetReferenceRequest.Builderto create a request.destinationPath-Pathto file that response contents will be written to. The file must not exist or this method will throw an exception. If the file is not writable by the current user then an exception will be thrown. The service documentation for the response content is as follows 'The reference file payload.
'.- Returns:
- The transformed result of the ResponseTransformer.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.RangeNotSatisfiableException- The ranges specified in the request are not valid.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
getReference(GetReferenceRequest, ResponseTransformer), AWS API Documentation
-
getReference
default ResponseInputStream<GetReferenceResponse> getReference(GetReferenceRequest getReferenceRequest) throws InternalServerException, RangeNotSatisfiableException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets a reference file.
- Parameters:
getReferenceRequest-- Returns:
- A
ResponseInputStreamcontaining data streamed from service. Note that this is an unmanaged reference to the underlying HTTP connection so great care must be taken to ensure all data if fully read from the input stream and that it is properly closed. Failure to do so may result in sub-optimal behavior and exhausting connections in the connection pool. The unmarshalled response object can be obtained viaResponseInputStream.response(). The service documentation for the response content is as follows 'The reference file payload.
'. - Throws:
InternalServerException- An unexpected error occurred. Try the request again.RangeNotSatisfiableException- The ranges specified in the request are not valid.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
#getObject(getReference, ResponseTransformer), AWS API Documentation
-
getReference
default ResponseInputStream<GetReferenceResponse> getReference(Consumer<GetReferenceRequest.Builder> getReferenceRequest) throws InternalServerException, RangeNotSatisfiableException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets a reference file.
This is a convenience which creates an instance of the
GetReferenceRequest.Builderavoiding the need to create one manually viaGetReferenceRequest.builder()- Parameters:
getReferenceRequest- AConsumerthat will call methods onGetReferenceRequest.Builderto create a request.- Returns:
- A
ResponseInputStreamcontaining data streamed from service. Note that this is an unmanaged reference to the underlying HTTP connection so great care must be taken to ensure all data if fully read from the input stream and that it is properly closed. Failure to do so may result in sub-optimal behavior and exhausting connections in the connection pool. The unmarshalled response object can be obtained viaResponseInputStream.response(). The service documentation for the response content is as follows 'The reference file payload.
'. - Throws:
InternalServerException- An unexpected error occurred. Try the request again.RangeNotSatisfiableException- The ranges specified in the request are not valid.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
#getObject(getReference, ResponseTransformer), AWS API Documentation
-
getReferenceAsBytes
default ResponseBytes<GetReferenceResponse> getReferenceAsBytes(GetReferenceRequest getReferenceRequest) throws InternalServerException, RangeNotSatisfiableException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets a reference file.
- Parameters:
getReferenceRequest-- Returns:
- A
ResponseBytesthat loads the data streamed from the service into memory and exposes it in convenient in-memory representations like a byte buffer or string. The unmarshalled response object can be obtained viaResponseBytes.response(). The service documentation for the response content is as follows 'The reference file payload.
'. - Throws:
InternalServerException- An unexpected error occurred. Try the request again.RangeNotSatisfiableException- The ranges specified in the request are not valid.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
#getObject(getReference, ResponseTransformer), AWS API Documentation
-
getReferenceAsBytes
default ResponseBytes<GetReferenceResponse> getReferenceAsBytes(Consumer<GetReferenceRequest.Builder> getReferenceRequest) throws InternalServerException, RangeNotSatisfiableException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets a reference file.
This is a convenience which creates an instance of the
GetReferenceRequest.Builderavoiding the need to create one manually viaGetReferenceRequest.builder()- Parameters:
getReferenceRequest- AConsumerthat will call methods onGetReferenceRequest.Builderto create a request.- Returns:
- A
ResponseBytesthat loads the data streamed from the service into memory and exposes it in convenient in-memory representations like a byte buffer or string. The unmarshalled response object can be obtained viaResponseBytes.response(). The service documentation for the response content is as follows 'The reference file payload.
'. - Throws:
InternalServerException- An unexpected error occurred. Try the request again.RangeNotSatisfiableException- The ranges specified in the request are not valid.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
#getObject(getReference, ResponseTransformer), AWS API Documentation
-
getReferenceImportJob
default GetReferenceImportJobResponse getReferenceImportJob(GetReferenceImportJobRequest getReferenceImportJobRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets information about a reference import job.
- Parameters:
getReferenceImportJobRequest-- Returns:
- Result of the GetReferenceImportJob operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getReferenceImportJob
default GetReferenceImportJobResponse getReferenceImportJob(Consumer<GetReferenceImportJobRequest.Builder> getReferenceImportJobRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets information about a reference import job.
This is a convenience which creates an instance of the
GetReferenceImportJobRequest.Builderavoiding the need to create one manually viaGetReferenceImportJobRequest.builder()- Parameters:
getReferenceImportJobRequest- AConsumerthat will call methods onGetReferenceImportJobRequest.Builderto create a request.- Returns:
- Result of the GetReferenceImportJob operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getReferenceMetadata
default GetReferenceMetadataResponse getReferenceMetadata(GetReferenceMetadataRequest getReferenceMetadataRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets information about a genome reference's metadata.
- Parameters:
getReferenceMetadataRequest-- Returns:
- Result of the GetReferenceMetadata operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getReferenceMetadata
default GetReferenceMetadataResponse getReferenceMetadata(Consumer<GetReferenceMetadataRequest.Builder> getReferenceMetadataRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets information about a genome reference's metadata.
This is a convenience which creates an instance of the
GetReferenceMetadataRequest.Builderavoiding the need to create one manually viaGetReferenceMetadataRequest.builder()- Parameters:
getReferenceMetadataRequest- AConsumerthat will call methods onGetReferenceMetadataRequest.Builderto create a request.- Returns:
- Result of the GetReferenceMetadata operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getReferenceStore
default GetReferenceStoreResponse getReferenceStore(GetReferenceStoreRequest getReferenceStoreRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets information about a reference store.
- Parameters:
getReferenceStoreRequest-- Returns:
- Result of the GetReferenceStore operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getReferenceStore
default GetReferenceStoreResponse getReferenceStore(Consumer<GetReferenceStoreRequest.Builder> getReferenceStoreRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets information about a reference store.
This is a convenience which creates an instance of the
GetReferenceStoreRequest.Builderavoiding the need to create one manually viaGetReferenceStoreRequest.builder()- Parameters:
getReferenceStoreRequest- AConsumerthat will call methods onGetReferenceStoreRequest.Builderto create a request.- Returns:
- Result of the GetReferenceStore operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getRun
default GetRunResponse getRun(GetRunRequest getRunRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets information about a workflow run.
- Parameters:
getRunRequest-- Returns:
- Result of the GetRun operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getRun
default GetRunResponse getRun(Consumer<GetRunRequest.Builder> getRunRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets information about a workflow run.
This is a convenience which creates an instance of the
GetRunRequest.Builderavoiding the need to create one manually viaGetRunRequest.builder()- Parameters:
getRunRequest- AConsumerthat will call methods onGetRunRequest.Builderto create a request.- Returns:
- Result of the GetRun operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getRunGroup
default GetRunGroupResponse getRunGroup(GetRunGroupRequest getRunGroupRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets information about a workflow run group.
- Parameters:
getRunGroupRequest-- Returns:
- Result of the GetRunGroup operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getRunGroup
default GetRunGroupResponse getRunGroup(Consumer<GetRunGroupRequest.Builder> getRunGroupRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets information about a workflow run group.
This is a convenience which creates an instance of the
GetRunGroupRequest.Builderavoiding the need to create one manually viaGetRunGroupRequest.builder()- Parameters:
getRunGroupRequest- AConsumerthat will call methods onGetRunGroupRequest.Builderto create a request.- Returns:
- Result of the GetRunGroup operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getRunTask
default GetRunTaskResponse getRunTask(GetRunTaskRequest getRunTaskRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets information about a workflow run task.
- Parameters:
getRunTaskRequest-- Returns:
- Result of the GetRunTask operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getRunTask
default GetRunTaskResponse getRunTask(Consumer<GetRunTaskRequest.Builder> getRunTaskRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets information about a workflow run task.
This is a convenience which creates an instance of the
GetRunTaskRequest.Builderavoiding the need to create one manually viaGetRunTaskRequest.builder()- Parameters:
getRunTaskRequest- AConsumerthat will call methods onGetRunTaskRequest.Builderto create a request.- Returns:
- Result of the GetRunTask operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getSequenceStore
default GetSequenceStoreResponse getSequenceStore(GetSequenceStoreRequest getSequenceStoreRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets information about a sequence store.
- Parameters:
getSequenceStoreRequest-- Returns:
- Result of the GetSequenceStore operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getSequenceStore
default GetSequenceStoreResponse getSequenceStore(Consumer<GetSequenceStoreRequest.Builder> getSequenceStoreRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets information about a sequence store.
This is a convenience which creates an instance of the
GetSequenceStoreRequest.Builderavoiding the need to create one manually viaGetSequenceStoreRequest.builder()- Parameters:
getSequenceStoreRequest- AConsumerthat will call methods onGetSequenceStoreRequest.Builderto create a request.- Returns:
- Result of the GetSequenceStore operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getShare
default GetShareResponse getShare(GetShareRequest getShareRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Retrieves the metadata for a share.
- Parameters:
getShareRequest-- Returns:
- Result of the GetShare operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getShare
default GetShareResponse getShare(Consumer<GetShareRequest.Builder> getShareRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Retrieves the metadata for a share.
This is a convenience which creates an instance of the
GetShareRequest.Builderavoiding the need to create one manually viaGetShareRequest.builder()- Parameters:
getShareRequest- AConsumerthat will call methods onGetShareRequest.Builderto create a request.- Returns:
- Result of the GetShare operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getVariantImportJob
default GetVariantImportJobResponse getVariantImportJob(GetVariantImportJobRequest getVariantImportJobRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Gets information about a variant import job.
- Parameters:
getVariantImportJobRequest-- Returns:
- Result of the GetVariantImportJob operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getVariantImportJob
default GetVariantImportJobResponse getVariantImportJob(Consumer<GetVariantImportJobRequest.Builder> getVariantImportJobRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Gets information about a variant import job.
This is a convenience which creates an instance of the
GetVariantImportJobRequest.Builderavoiding the need to create one manually viaGetVariantImportJobRequest.builder()- Parameters:
getVariantImportJobRequest- AConsumerthat will call methods onGetVariantImportJobRequest.Builderto create a request.- Returns:
- Result of the GetVariantImportJob operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getVariantStore
default GetVariantStoreResponse getVariantStore(GetVariantStoreRequest getVariantStoreRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Gets information about a variant store.
- Parameters:
getVariantStoreRequest-- Returns:
- Result of the GetVariantStore operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getVariantStore
default GetVariantStoreResponse getVariantStore(Consumer<GetVariantStoreRequest.Builder> getVariantStoreRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Gets information about a variant store.
This is a convenience which creates an instance of the
GetVariantStoreRequest.Builderavoiding the need to create one manually viaGetVariantStoreRequest.builder()- Parameters:
getVariantStoreRequest- AConsumerthat will call methods onGetVariantStoreRequest.Builderto create a request.- Returns:
- Result of the GetVariantStore operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getWorkflow
default GetWorkflowResponse getWorkflow(GetWorkflowRequest getWorkflowRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets information about a workflow.
- Parameters:
getWorkflowRequest-- Returns:
- Result of the GetWorkflow operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getWorkflow
default GetWorkflowResponse getWorkflow(Consumer<GetWorkflowRequest.Builder> getWorkflowRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Gets information about a workflow.
This is a convenience which creates an instance of the
GetWorkflowRequest.Builderavoiding the need to create one manually viaGetWorkflowRequest.builder()- Parameters:
getWorkflowRequest- AConsumerthat will call methods onGetWorkflowRequest.Builderto create a request.- Returns:
- Result of the GetWorkflow operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listAnnotationImportJobs
default ListAnnotationImportJobsResponse listAnnotationImportJobs(ListAnnotationImportJobsRequest listAnnotationImportJobsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of annotation import jobs.
- Parameters:
listAnnotationImportJobsRequest-- Returns:
- Result of the ListAnnotationImportJobs operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listAnnotationImportJobs
default ListAnnotationImportJobsResponse listAnnotationImportJobs(Consumer<ListAnnotationImportJobsRequest.Builder> listAnnotationImportJobsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of annotation import jobs.
This is a convenience which creates an instance of the
ListAnnotationImportJobsRequest.Builderavoiding the need to create one manually viaListAnnotationImportJobsRequest.builder()- Parameters:
listAnnotationImportJobsRequest- AConsumerthat will call methods onListAnnotationImportJobsRequest.Builderto create a request.- Returns:
- Result of the ListAnnotationImportJobs operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listAnnotationImportJobsPaginator
default ListAnnotationImportJobsIterable listAnnotationImportJobsPaginator(ListAnnotationImportJobsRequest listAnnotationImportJobsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of annotation import jobs.
This is a variant of
listAnnotationImportJobs(software.amazon.awssdk.services.omics.model.ListAnnotationImportJobsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListAnnotationImportJobsIterable responses = client.listAnnotationImportJobsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListAnnotationImportJobsIterable responses = client .listAnnotationImportJobsPaginator(request); for (software.amazon.awssdk.services.omics.model.ListAnnotationImportJobsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListAnnotationImportJobsIterable responses = client.listAnnotationImportJobsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAnnotationImportJobs(software.amazon.awssdk.services.omics.model.ListAnnotationImportJobsRequest)operation.- Parameters:
listAnnotationImportJobsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listAnnotationImportJobsPaginator
default ListAnnotationImportJobsIterable listAnnotationImportJobsPaginator(Consumer<ListAnnotationImportJobsRequest.Builder> listAnnotationImportJobsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of annotation import jobs.
This is a variant of
listAnnotationImportJobs(software.amazon.awssdk.services.omics.model.ListAnnotationImportJobsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListAnnotationImportJobsIterable responses = client.listAnnotationImportJobsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListAnnotationImportJobsIterable responses = client .listAnnotationImportJobsPaginator(request); for (software.amazon.awssdk.services.omics.model.ListAnnotationImportJobsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListAnnotationImportJobsIterable responses = client.listAnnotationImportJobsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAnnotationImportJobs(software.amazon.awssdk.services.omics.model.ListAnnotationImportJobsRequest)operation.This is a convenience which creates an instance of the
ListAnnotationImportJobsRequest.Builderavoiding the need to create one manually viaListAnnotationImportJobsRequest.builder()- Parameters:
listAnnotationImportJobsRequest- AConsumerthat will call methods onListAnnotationImportJobsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listAnnotationStoreVersions
default ListAnnotationStoreVersionsResponse listAnnotationStoreVersions(ListAnnotationStoreVersionsRequest listAnnotationStoreVersionsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Lists the versions of an annotation store.
- Parameters:
listAnnotationStoreVersionsRequest-- Returns:
- Result of the ListAnnotationStoreVersions operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listAnnotationStoreVersions
default ListAnnotationStoreVersionsResponse listAnnotationStoreVersions(Consumer<ListAnnotationStoreVersionsRequest.Builder> listAnnotationStoreVersionsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Lists the versions of an annotation store.
This is a convenience which creates an instance of the
ListAnnotationStoreVersionsRequest.Builderavoiding the need to create one manually viaListAnnotationStoreVersionsRequest.builder()- Parameters:
listAnnotationStoreVersionsRequest- AConsumerthat will call methods onListAnnotationStoreVersionsRequest.Builderto create a request.- Returns:
- Result of the ListAnnotationStoreVersions operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listAnnotationStoreVersionsPaginator
default ListAnnotationStoreVersionsIterable listAnnotationStoreVersionsPaginator(ListAnnotationStoreVersionsRequest listAnnotationStoreVersionsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Lists the versions of an annotation store.
This is a variant of
listAnnotationStoreVersions(software.amazon.awssdk.services.omics.model.ListAnnotationStoreVersionsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListAnnotationStoreVersionsIterable responses = client.listAnnotationStoreVersionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListAnnotationStoreVersionsIterable responses = client .listAnnotationStoreVersionsPaginator(request); for (software.amazon.awssdk.services.omics.model.ListAnnotationStoreVersionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListAnnotationStoreVersionsIterable responses = client.listAnnotationStoreVersionsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAnnotationStoreVersions(software.amazon.awssdk.services.omics.model.ListAnnotationStoreVersionsRequest)operation.- Parameters:
listAnnotationStoreVersionsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listAnnotationStoreVersionsPaginator
default ListAnnotationStoreVersionsIterable listAnnotationStoreVersionsPaginator(Consumer<ListAnnotationStoreVersionsRequest.Builder> listAnnotationStoreVersionsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Lists the versions of an annotation store.
This is a variant of
listAnnotationStoreVersions(software.amazon.awssdk.services.omics.model.ListAnnotationStoreVersionsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListAnnotationStoreVersionsIterable responses = client.listAnnotationStoreVersionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListAnnotationStoreVersionsIterable responses = client .listAnnotationStoreVersionsPaginator(request); for (software.amazon.awssdk.services.omics.model.ListAnnotationStoreVersionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListAnnotationStoreVersionsIterable responses = client.listAnnotationStoreVersionsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAnnotationStoreVersions(software.amazon.awssdk.services.omics.model.ListAnnotationStoreVersionsRequest)operation.This is a convenience which creates an instance of the
ListAnnotationStoreVersionsRequest.Builderavoiding the need to create one manually viaListAnnotationStoreVersionsRequest.builder()- Parameters:
listAnnotationStoreVersionsRequest- AConsumerthat will call methods onListAnnotationStoreVersionsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listAnnotationStores
default ListAnnotationStoresResponse listAnnotationStores(ListAnnotationStoresRequest listAnnotationStoresRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of annotation stores.
- Parameters:
listAnnotationStoresRequest-- Returns:
- Result of the ListAnnotationStores operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listAnnotationStores
default ListAnnotationStoresResponse listAnnotationStores(Consumer<ListAnnotationStoresRequest.Builder> listAnnotationStoresRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of annotation stores.
This is a convenience which creates an instance of the
ListAnnotationStoresRequest.Builderavoiding the need to create one manually viaListAnnotationStoresRequest.builder()- Parameters:
listAnnotationStoresRequest- AConsumerthat will call methods onListAnnotationStoresRequest.Builderto create a request.- Returns:
- Result of the ListAnnotationStores operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listAnnotationStoresPaginator
default ListAnnotationStoresIterable listAnnotationStoresPaginator(ListAnnotationStoresRequest listAnnotationStoresRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of annotation stores.
This is a variant of
listAnnotationStores(software.amazon.awssdk.services.omics.model.ListAnnotationStoresRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListAnnotationStoresIterable responses = client.listAnnotationStoresPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListAnnotationStoresIterable responses = client .listAnnotationStoresPaginator(request); for (software.amazon.awssdk.services.omics.model.ListAnnotationStoresResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListAnnotationStoresIterable responses = client.listAnnotationStoresPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAnnotationStores(software.amazon.awssdk.services.omics.model.ListAnnotationStoresRequest)operation.- Parameters:
listAnnotationStoresRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listAnnotationStoresPaginator
default ListAnnotationStoresIterable listAnnotationStoresPaginator(Consumer<ListAnnotationStoresRequest.Builder> listAnnotationStoresRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of annotation stores.
This is a variant of
listAnnotationStores(software.amazon.awssdk.services.omics.model.ListAnnotationStoresRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListAnnotationStoresIterable responses = client.listAnnotationStoresPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListAnnotationStoresIterable responses = client .listAnnotationStoresPaginator(request); for (software.amazon.awssdk.services.omics.model.ListAnnotationStoresResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListAnnotationStoresIterable responses = client.listAnnotationStoresPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAnnotationStores(software.amazon.awssdk.services.omics.model.ListAnnotationStoresRequest)operation.This is a convenience which creates an instance of the
ListAnnotationStoresRequest.Builderavoiding the need to create one manually viaListAnnotationStoresRequest.builder()- Parameters:
listAnnotationStoresRequest- AConsumerthat will call methods onListAnnotationStoresRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listMultipartReadSetUploads
default ListMultipartReadSetUploadsResponse listMultipartReadSetUploads(ListMultipartReadSetUploadsRequest listMultipartReadSetUploadsRequest) throws InternalServerException, NotSupportedOperationException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Lists all multipart read set uploads and their statuses.
- Parameters:
listMultipartReadSetUploadsRequest-- Returns:
- Result of the ListMultipartReadSetUploads operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.NotSupportedOperationException- The operation is not supported by Amazon Omics, or the API does not exist.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listMultipartReadSetUploads
default ListMultipartReadSetUploadsResponse listMultipartReadSetUploads(Consumer<ListMultipartReadSetUploadsRequest.Builder> listMultipartReadSetUploadsRequest) throws InternalServerException, NotSupportedOperationException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Lists all multipart read set uploads and their statuses.
This is a convenience which creates an instance of the
ListMultipartReadSetUploadsRequest.Builderavoiding the need to create one manually viaListMultipartReadSetUploadsRequest.builder()- Parameters:
listMultipartReadSetUploadsRequest- AConsumerthat will call methods onListMultipartReadSetUploadsRequest.Builderto create a request.- Returns:
- Result of the ListMultipartReadSetUploads operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.NotSupportedOperationException- The operation is not supported by Amazon Omics, or the API does not exist.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listMultipartReadSetUploadsPaginator
default ListMultipartReadSetUploadsIterable listMultipartReadSetUploadsPaginator(ListMultipartReadSetUploadsRequest listMultipartReadSetUploadsRequest) throws InternalServerException, NotSupportedOperationException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Lists all multipart read set uploads and their statuses.
This is a variant of
listMultipartReadSetUploads(software.amazon.awssdk.services.omics.model.ListMultipartReadSetUploadsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListMultipartReadSetUploadsIterable responses = client.listMultipartReadSetUploadsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListMultipartReadSetUploadsIterable responses = client .listMultipartReadSetUploadsPaginator(request); for (software.amazon.awssdk.services.omics.model.ListMultipartReadSetUploadsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListMultipartReadSetUploadsIterable responses = client.listMultipartReadSetUploadsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listMultipartReadSetUploads(software.amazon.awssdk.services.omics.model.ListMultipartReadSetUploadsRequest)operation.- Parameters:
listMultipartReadSetUploadsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.NotSupportedOperationException- The operation is not supported by Amazon Omics, or the API does not exist.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listMultipartReadSetUploadsPaginator
default ListMultipartReadSetUploadsIterable listMultipartReadSetUploadsPaginator(Consumer<ListMultipartReadSetUploadsRequest.Builder> listMultipartReadSetUploadsRequest) throws InternalServerException, NotSupportedOperationException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Lists all multipart read set uploads and their statuses.
This is a variant of
listMultipartReadSetUploads(software.amazon.awssdk.services.omics.model.ListMultipartReadSetUploadsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListMultipartReadSetUploadsIterable responses = client.listMultipartReadSetUploadsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListMultipartReadSetUploadsIterable responses = client .listMultipartReadSetUploadsPaginator(request); for (software.amazon.awssdk.services.omics.model.ListMultipartReadSetUploadsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListMultipartReadSetUploadsIterable responses = client.listMultipartReadSetUploadsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listMultipartReadSetUploads(software.amazon.awssdk.services.omics.model.ListMultipartReadSetUploadsRequest)operation.This is a convenience which creates an instance of the
ListMultipartReadSetUploadsRequest.Builderavoiding the need to create one manually viaListMultipartReadSetUploadsRequest.builder()- Parameters:
listMultipartReadSetUploadsRequest- AConsumerthat will call methods onListMultipartReadSetUploadsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.NotSupportedOperationException- The operation is not supported by Amazon Omics, or the API does not exist.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listReadSetActivationJobs
default ListReadSetActivationJobsResponse listReadSetActivationJobs(ListReadSetActivationJobsRequest listReadSetActivationJobsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of read set activation jobs.
- Parameters:
listReadSetActivationJobsRequest-- Returns:
- Result of the ListReadSetActivationJobs operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listReadSetActivationJobs
default ListReadSetActivationJobsResponse listReadSetActivationJobs(Consumer<ListReadSetActivationJobsRequest.Builder> listReadSetActivationJobsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of read set activation jobs.
This is a convenience which creates an instance of the
ListReadSetActivationJobsRequest.Builderavoiding the need to create one manually viaListReadSetActivationJobsRequest.builder()- Parameters:
listReadSetActivationJobsRequest- AConsumerthat will call methods onListReadSetActivationJobsRequest.Builderto create a request.- Returns:
- Result of the ListReadSetActivationJobs operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listReadSetActivationJobsPaginator
default ListReadSetActivationJobsIterable listReadSetActivationJobsPaginator(ListReadSetActivationJobsRequest listReadSetActivationJobsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of read set activation jobs.
This is a variant of
listReadSetActivationJobs(software.amazon.awssdk.services.omics.model.ListReadSetActivationJobsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListReadSetActivationJobsIterable responses = client.listReadSetActivationJobsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListReadSetActivationJobsIterable responses = client .listReadSetActivationJobsPaginator(request); for (software.amazon.awssdk.services.omics.model.ListReadSetActivationJobsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListReadSetActivationJobsIterable responses = client.listReadSetActivationJobsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listReadSetActivationJobs(software.amazon.awssdk.services.omics.model.ListReadSetActivationJobsRequest)operation.- Parameters:
listReadSetActivationJobsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listReadSetActivationJobsPaginator
default ListReadSetActivationJobsIterable listReadSetActivationJobsPaginator(Consumer<ListReadSetActivationJobsRequest.Builder> listReadSetActivationJobsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of read set activation jobs.
This is a variant of
listReadSetActivationJobs(software.amazon.awssdk.services.omics.model.ListReadSetActivationJobsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListReadSetActivationJobsIterable responses = client.listReadSetActivationJobsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListReadSetActivationJobsIterable responses = client .listReadSetActivationJobsPaginator(request); for (software.amazon.awssdk.services.omics.model.ListReadSetActivationJobsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListReadSetActivationJobsIterable responses = client.listReadSetActivationJobsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listReadSetActivationJobs(software.amazon.awssdk.services.omics.model.ListReadSetActivationJobsRequest)operation.This is a convenience which creates an instance of the
ListReadSetActivationJobsRequest.Builderavoiding the need to create one manually viaListReadSetActivationJobsRequest.builder()- Parameters:
listReadSetActivationJobsRequest- AConsumerthat will call methods onListReadSetActivationJobsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listReadSetExportJobs
default ListReadSetExportJobsResponse listReadSetExportJobs(ListReadSetExportJobsRequest listReadSetExportJobsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of read set export jobs.
- Parameters:
listReadSetExportJobsRequest-- Returns:
- Result of the ListReadSetExportJobs operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listReadSetExportJobs
default ListReadSetExportJobsResponse listReadSetExportJobs(Consumer<ListReadSetExportJobsRequest.Builder> listReadSetExportJobsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of read set export jobs.
This is a convenience which creates an instance of the
ListReadSetExportJobsRequest.Builderavoiding the need to create one manually viaListReadSetExportJobsRequest.builder()- Parameters:
listReadSetExportJobsRequest- AConsumerthat will call methods onListReadSetExportJobsRequest.Builderto create a request.- Returns:
- Result of the ListReadSetExportJobs operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listReadSetExportJobsPaginator
default ListReadSetExportJobsIterable listReadSetExportJobsPaginator(ListReadSetExportJobsRequest listReadSetExportJobsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of read set export jobs.
This is a variant of
listReadSetExportJobs(software.amazon.awssdk.services.omics.model.ListReadSetExportJobsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListReadSetExportJobsIterable responses = client.listReadSetExportJobsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListReadSetExportJobsIterable responses = client .listReadSetExportJobsPaginator(request); for (software.amazon.awssdk.services.omics.model.ListReadSetExportJobsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListReadSetExportJobsIterable responses = client.listReadSetExportJobsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listReadSetExportJobs(software.amazon.awssdk.services.omics.model.ListReadSetExportJobsRequest)operation.- Parameters:
listReadSetExportJobsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listReadSetExportJobsPaginator
default ListReadSetExportJobsIterable listReadSetExportJobsPaginator(Consumer<ListReadSetExportJobsRequest.Builder> listReadSetExportJobsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of read set export jobs.
This is a variant of
listReadSetExportJobs(software.amazon.awssdk.services.omics.model.ListReadSetExportJobsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListReadSetExportJobsIterable responses = client.listReadSetExportJobsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListReadSetExportJobsIterable responses = client .listReadSetExportJobsPaginator(request); for (software.amazon.awssdk.services.omics.model.ListReadSetExportJobsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListReadSetExportJobsIterable responses = client.listReadSetExportJobsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listReadSetExportJobs(software.amazon.awssdk.services.omics.model.ListReadSetExportJobsRequest)operation.This is a convenience which creates an instance of the
ListReadSetExportJobsRequest.Builderavoiding the need to create one manually viaListReadSetExportJobsRequest.builder()- Parameters:
listReadSetExportJobsRequest- AConsumerthat will call methods onListReadSetExportJobsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listReadSetImportJobs
default ListReadSetImportJobsResponse listReadSetImportJobs(ListReadSetImportJobsRequest listReadSetImportJobsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of read set import jobs.
- Parameters:
listReadSetImportJobsRequest-- Returns:
- Result of the ListReadSetImportJobs operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listReadSetImportJobs
default ListReadSetImportJobsResponse listReadSetImportJobs(Consumer<ListReadSetImportJobsRequest.Builder> listReadSetImportJobsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of read set import jobs.
This is a convenience which creates an instance of the
ListReadSetImportJobsRequest.Builderavoiding the need to create one manually viaListReadSetImportJobsRequest.builder()- Parameters:
listReadSetImportJobsRequest- AConsumerthat will call methods onListReadSetImportJobsRequest.Builderto create a request.- Returns:
- Result of the ListReadSetImportJobs operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listReadSetImportJobsPaginator
default ListReadSetImportJobsIterable listReadSetImportJobsPaginator(ListReadSetImportJobsRequest listReadSetImportJobsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of read set import jobs.
This is a variant of
listReadSetImportJobs(software.amazon.awssdk.services.omics.model.ListReadSetImportJobsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListReadSetImportJobsIterable responses = client.listReadSetImportJobsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListReadSetImportJobsIterable responses = client .listReadSetImportJobsPaginator(request); for (software.amazon.awssdk.services.omics.model.ListReadSetImportJobsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListReadSetImportJobsIterable responses = client.listReadSetImportJobsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listReadSetImportJobs(software.amazon.awssdk.services.omics.model.ListReadSetImportJobsRequest)operation.- Parameters:
listReadSetImportJobsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listReadSetImportJobsPaginator
default ListReadSetImportJobsIterable listReadSetImportJobsPaginator(Consumer<ListReadSetImportJobsRequest.Builder> listReadSetImportJobsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of read set import jobs.
This is a variant of
listReadSetImportJobs(software.amazon.awssdk.services.omics.model.ListReadSetImportJobsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListReadSetImportJobsIterable responses = client.listReadSetImportJobsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListReadSetImportJobsIterable responses = client .listReadSetImportJobsPaginator(request); for (software.amazon.awssdk.services.omics.model.ListReadSetImportJobsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListReadSetImportJobsIterable responses = client.listReadSetImportJobsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listReadSetImportJobs(software.amazon.awssdk.services.omics.model.ListReadSetImportJobsRequest)operation.This is a convenience which creates an instance of the
ListReadSetImportJobsRequest.Builderavoiding the need to create one manually viaListReadSetImportJobsRequest.builder()- Parameters:
listReadSetImportJobsRequest- AConsumerthat will call methods onListReadSetImportJobsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listReadSetUploadParts
default ListReadSetUploadPartsResponse listReadSetUploadParts(ListReadSetUploadPartsRequest listReadSetUploadPartsRequest) throws InternalServerException, NotSupportedOperationException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
This operation will list all parts in a requested multipart upload for a sequence store.
- Parameters:
listReadSetUploadPartsRequest-- Returns:
- Result of the ListReadSetUploadParts operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.NotSupportedOperationException- The operation is not supported by Amazon Omics, or the API does not exist.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listReadSetUploadParts
default ListReadSetUploadPartsResponse listReadSetUploadParts(Consumer<ListReadSetUploadPartsRequest.Builder> listReadSetUploadPartsRequest) throws InternalServerException, NotSupportedOperationException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
This operation will list all parts in a requested multipart upload for a sequence store.
This is a convenience which creates an instance of the
ListReadSetUploadPartsRequest.Builderavoiding the need to create one manually viaListReadSetUploadPartsRequest.builder()- Parameters:
listReadSetUploadPartsRequest- AConsumerthat will call methods onListReadSetUploadPartsRequest.Builderto create a request.- Returns:
- Result of the ListReadSetUploadParts operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.NotSupportedOperationException- The operation is not supported by Amazon Omics, or the API does not exist.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listReadSetUploadPartsPaginator
default ListReadSetUploadPartsIterable listReadSetUploadPartsPaginator(ListReadSetUploadPartsRequest listReadSetUploadPartsRequest) throws InternalServerException, NotSupportedOperationException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
This operation will list all parts in a requested multipart upload for a sequence store.
This is a variant of
listReadSetUploadParts(software.amazon.awssdk.services.omics.model.ListReadSetUploadPartsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListReadSetUploadPartsIterable responses = client.listReadSetUploadPartsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListReadSetUploadPartsIterable responses = client .listReadSetUploadPartsPaginator(request); for (software.amazon.awssdk.services.omics.model.ListReadSetUploadPartsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListReadSetUploadPartsIterable responses = client.listReadSetUploadPartsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listReadSetUploadParts(software.amazon.awssdk.services.omics.model.ListReadSetUploadPartsRequest)operation.- Parameters:
listReadSetUploadPartsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.NotSupportedOperationException- The operation is not supported by Amazon Omics, or the API does not exist.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listReadSetUploadPartsPaginator
default ListReadSetUploadPartsIterable listReadSetUploadPartsPaginator(Consumer<ListReadSetUploadPartsRequest.Builder> listReadSetUploadPartsRequest) throws InternalServerException, NotSupportedOperationException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
This operation will list all parts in a requested multipart upload for a sequence store.
This is a variant of
listReadSetUploadParts(software.amazon.awssdk.services.omics.model.ListReadSetUploadPartsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListReadSetUploadPartsIterable responses = client.listReadSetUploadPartsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListReadSetUploadPartsIterable responses = client .listReadSetUploadPartsPaginator(request); for (software.amazon.awssdk.services.omics.model.ListReadSetUploadPartsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListReadSetUploadPartsIterable responses = client.listReadSetUploadPartsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listReadSetUploadParts(software.amazon.awssdk.services.omics.model.ListReadSetUploadPartsRequest)operation.This is a convenience which creates an instance of the
ListReadSetUploadPartsRequest.Builderavoiding the need to create one manually viaListReadSetUploadPartsRequest.builder()- Parameters:
listReadSetUploadPartsRequest- AConsumerthat will call methods onListReadSetUploadPartsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.NotSupportedOperationException- The operation is not supported by Amazon Omics, or the API does not exist.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listReadSets
default ListReadSetsResponse listReadSets(ListReadSetsRequest listReadSetsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of read sets.
- Parameters:
listReadSetsRequest-- Returns:
- Result of the ListReadSets operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listReadSets
default ListReadSetsResponse listReadSets(Consumer<ListReadSetsRequest.Builder> listReadSetsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of read sets.
This is a convenience which creates an instance of the
ListReadSetsRequest.Builderavoiding the need to create one manually viaListReadSetsRequest.builder()- Parameters:
listReadSetsRequest- AConsumerthat will call methods onListReadSetsRequest.Builderto create a request.- Returns:
- Result of the ListReadSets operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listReadSetsPaginator
default ListReadSetsIterable listReadSetsPaginator(ListReadSetsRequest listReadSetsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of read sets.
This is a variant of
listReadSets(software.amazon.awssdk.services.omics.model.ListReadSetsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListReadSetsIterable responses = client.listReadSetsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListReadSetsIterable responses = client.listReadSetsPaginator(request); for (software.amazon.awssdk.services.omics.model.ListReadSetsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListReadSetsIterable responses = client.listReadSetsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listReadSets(software.amazon.awssdk.services.omics.model.ListReadSetsRequest)operation.- Parameters:
listReadSetsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listReadSetsPaginator
default ListReadSetsIterable listReadSetsPaginator(Consumer<ListReadSetsRequest.Builder> listReadSetsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of read sets.
This is a variant of
listReadSets(software.amazon.awssdk.services.omics.model.ListReadSetsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListReadSetsIterable responses = client.listReadSetsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListReadSetsIterable responses = client.listReadSetsPaginator(request); for (software.amazon.awssdk.services.omics.model.ListReadSetsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListReadSetsIterable responses = client.listReadSetsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listReadSets(software.amazon.awssdk.services.omics.model.ListReadSetsRequest)operation.This is a convenience which creates an instance of the
ListReadSetsRequest.Builderavoiding the need to create one manually viaListReadSetsRequest.builder()- Parameters:
listReadSetsRequest- AConsumerthat will call methods onListReadSetsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listReferenceImportJobs
default ListReferenceImportJobsResponse listReferenceImportJobs(ListReferenceImportJobsRequest listReferenceImportJobsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of reference import jobs.
- Parameters:
listReferenceImportJobsRequest-- Returns:
- Result of the ListReferenceImportJobs operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listReferenceImportJobs
default ListReferenceImportJobsResponse listReferenceImportJobs(Consumer<ListReferenceImportJobsRequest.Builder> listReferenceImportJobsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of reference import jobs.
This is a convenience which creates an instance of the
ListReferenceImportJobsRequest.Builderavoiding the need to create one manually viaListReferenceImportJobsRequest.builder()- Parameters:
listReferenceImportJobsRequest- AConsumerthat will call methods onListReferenceImportJobsRequest.Builderto create a request.- Returns:
- Result of the ListReferenceImportJobs operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listReferenceImportJobsPaginator
default ListReferenceImportJobsIterable listReferenceImportJobsPaginator(ListReferenceImportJobsRequest listReferenceImportJobsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of reference import jobs.
This is a variant of
listReferenceImportJobs(software.amazon.awssdk.services.omics.model.ListReferenceImportJobsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListReferenceImportJobsIterable responses = client.listReferenceImportJobsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListReferenceImportJobsIterable responses = client .listReferenceImportJobsPaginator(request); for (software.amazon.awssdk.services.omics.model.ListReferenceImportJobsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListReferenceImportJobsIterable responses = client.listReferenceImportJobsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listReferenceImportJobs(software.amazon.awssdk.services.omics.model.ListReferenceImportJobsRequest)operation.- Parameters:
listReferenceImportJobsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listReferenceImportJobsPaginator
default ListReferenceImportJobsIterable listReferenceImportJobsPaginator(Consumer<ListReferenceImportJobsRequest.Builder> listReferenceImportJobsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of reference import jobs.
This is a variant of
listReferenceImportJobs(software.amazon.awssdk.services.omics.model.ListReferenceImportJobsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListReferenceImportJobsIterable responses = client.listReferenceImportJobsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListReferenceImportJobsIterable responses = client .listReferenceImportJobsPaginator(request); for (software.amazon.awssdk.services.omics.model.ListReferenceImportJobsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListReferenceImportJobsIterable responses = client.listReferenceImportJobsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listReferenceImportJobs(software.amazon.awssdk.services.omics.model.ListReferenceImportJobsRequest)operation.This is a convenience which creates an instance of the
ListReferenceImportJobsRequest.Builderavoiding the need to create one manually viaListReferenceImportJobsRequest.builder()- Parameters:
listReferenceImportJobsRequest- AConsumerthat will call methods onListReferenceImportJobsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listReferenceStores
default ListReferenceStoresResponse listReferenceStores(ListReferenceStoresRequest listReferenceStoresRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of reference stores.
- Parameters:
listReferenceStoresRequest-- Returns:
- Result of the ListReferenceStores operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listReferenceStores
default ListReferenceStoresResponse listReferenceStores(Consumer<ListReferenceStoresRequest.Builder> listReferenceStoresRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of reference stores.
This is a convenience which creates an instance of the
ListReferenceStoresRequest.Builderavoiding the need to create one manually viaListReferenceStoresRequest.builder()- Parameters:
listReferenceStoresRequest- AConsumerthat will call methods onListReferenceStoresRequest.Builderto create a request.- Returns:
- Result of the ListReferenceStores operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listReferenceStoresPaginator
default ListReferenceStoresIterable listReferenceStoresPaginator(ListReferenceStoresRequest listReferenceStoresRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of reference stores.
This is a variant of
listReferenceStores(software.amazon.awssdk.services.omics.model.ListReferenceStoresRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListReferenceStoresIterable responses = client.listReferenceStoresPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListReferenceStoresIterable responses = client .listReferenceStoresPaginator(request); for (software.amazon.awssdk.services.omics.model.ListReferenceStoresResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListReferenceStoresIterable responses = client.listReferenceStoresPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listReferenceStores(software.amazon.awssdk.services.omics.model.ListReferenceStoresRequest)operation.- Parameters:
listReferenceStoresRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listReferenceStoresPaginator
default ListReferenceStoresIterable listReferenceStoresPaginator(Consumer<ListReferenceStoresRequest.Builder> listReferenceStoresRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of reference stores.
This is a variant of
listReferenceStores(software.amazon.awssdk.services.omics.model.ListReferenceStoresRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListReferenceStoresIterable responses = client.listReferenceStoresPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListReferenceStoresIterable responses = client .listReferenceStoresPaginator(request); for (software.amazon.awssdk.services.omics.model.ListReferenceStoresResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListReferenceStoresIterable responses = client.listReferenceStoresPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listReferenceStores(software.amazon.awssdk.services.omics.model.ListReferenceStoresRequest)operation.This is a convenience which creates an instance of the
ListReferenceStoresRequest.Builderavoiding the need to create one manually viaListReferenceStoresRequest.builder()- Parameters:
listReferenceStoresRequest- AConsumerthat will call methods onListReferenceStoresRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listReferences
default ListReferencesResponse listReferences(ListReferencesRequest listReferencesRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of references.
- Parameters:
listReferencesRequest-- Returns:
- Result of the ListReferences operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listReferences
default ListReferencesResponse listReferences(Consumer<ListReferencesRequest.Builder> listReferencesRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of references.
This is a convenience which creates an instance of the
ListReferencesRequest.Builderavoiding the need to create one manually viaListReferencesRequest.builder()- Parameters:
listReferencesRequest- AConsumerthat will call methods onListReferencesRequest.Builderto create a request.- Returns:
- Result of the ListReferences operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listReferencesPaginator
default ListReferencesIterable listReferencesPaginator(ListReferencesRequest listReferencesRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of references.
This is a variant of
listReferences(software.amazon.awssdk.services.omics.model.ListReferencesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListReferencesIterable responses = client.listReferencesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListReferencesIterable responses = client.listReferencesPaginator(request); for (software.amazon.awssdk.services.omics.model.ListReferencesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListReferencesIterable responses = client.listReferencesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listReferences(software.amazon.awssdk.services.omics.model.ListReferencesRequest)operation.- Parameters:
listReferencesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listReferencesPaginator
default ListReferencesIterable listReferencesPaginator(Consumer<ListReferencesRequest.Builder> listReferencesRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of references.
This is a variant of
listReferences(software.amazon.awssdk.services.omics.model.ListReferencesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListReferencesIterable responses = client.listReferencesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListReferencesIterable responses = client.listReferencesPaginator(request); for (software.amazon.awssdk.services.omics.model.ListReferencesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListReferencesIterable responses = client.listReferencesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listReferences(software.amazon.awssdk.services.omics.model.ListReferencesRequest)operation.This is a convenience which creates an instance of the
ListReferencesRequest.Builderavoiding the need to create one manually viaListReferencesRequest.builder()- Parameters:
listReferencesRequest- AConsumerthat will call methods onListReferencesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listRunGroups
default ListRunGroupsResponse listRunGroups(ListRunGroupsRequest listRunGroupsRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of run groups.
- Parameters:
listRunGroupsRequest-- Returns:
- Result of the ListRunGroups operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listRunGroups
default ListRunGroupsResponse listRunGroups(Consumer<ListRunGroupsRequest.Builder> listRunGroupsRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of run groups.
This is a convenience which creates an instance of the
ListRunGroupsRequest.Builderavoiding the need to create one manually viaListRunGroupsRequest.builder()- Parameters:
listRunGroupsRequest- AConsumerthat will call methods onListRunGroupsRequest.Builderto create a request.- Returns:
- Result of the ListRunGroups operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listRunGroupsPaginator
default ListRunGroupsIterable listRunGroupsPaginator(ListRunGroupsRequest listRunGroupsRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of run groups.
This is a variant of
listRunGroups(software.amazon.awssdk.services.omics.model.ListRunGroupsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListRunGroupsIterable responses = client.listRunGroupsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListRunGroupsIterable responses = client.listRunGroupsPaginator(request); for (software.amazon.awssdk.services.omics.model.ListRunGroupsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListRunGroupsIterable responses = client.listRunGroupsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listRunGroups(software.amazon.awssdk.services.omics.model.ListRunGroupsRequest)operation.- Parameters:
listRunGroupsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listRunGroupsPaginator
default ListRunGroupsIterable listRunGroupsPaginator(Consumer<ListRunGroupsRequest.Builder> listRunGroupsRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of run groups.
This is a variant of
listRunGroups(software.amazon.awssdk.services.omics.model.ListRunGroupsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListRunGroupsIterable responses = client.listRunGroupsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListRunGroupsIterable responses = client.listRunGroupsPaginator(request); for (software.amazon.awssdk.services.omics.model.ListRunGroupsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListRunGroupsIterable responses = client.listRunGroupsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listRunGroups(software.amazon.awssdk.services.omics.model.ListRunGroupsRequest)operation.This is a convenience which creates an instance of the
ListRunGroupsRequest.Builderavoiding the need to create one manually viaListRunGroupsRequest.builder()- Parameters:
listRunGroupsRequest- AConsumerthat will call methods onListRunGroupsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listRunTasks
default ListRunTasksResponse listRunTasks(ListRunTasksRequest listRunTasksRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of tasks for a run.
- Parameters:
listRunTasksRequest-- Returns:
- Result of the ListRunTasks operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listRunTasks
default ListRunTasksResponse listRunTasks(Consumer<ListRunTasksRequest.Builder> listRunTasksRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of tasks for a run.
This is a convenience which creates an instance of the
ListRunTasksRequest.Builderavoiding the need to create one manually viaListRunTasksRequest.builder()- Parameters:
listRunTasksRequest- AConsumerthat will call methods onListRunTasksRequest.Builderto create a request.- Returns:
- Result of the ListRunTasks operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listRunTasksPaginator
default ListRunTasksIterable listRunTasksPaginator(ListRunTasksRequest listRunTasksRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of tasks for a run.
This is a variant of
listRunTasks(software.amazon.awssdk.services.omics.model.ListRunTasksRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListRunTasksIterable responses = client.listRunTasksPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListRunTasksIterable responses = client.listRunTasksPaginator(request); for (software.amazon.awssdk.services.omics.model.ListRunTasksResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListRunTasksIterable responses = client.listRunTasksPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listRunTasks(software.amazon.awssdk.services.omics.model.ListRunTasksRequest)operation.- Parameters:
listRunTasksRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listRunTasksPaginator
default ListRunTasksIterable listRunTasksPaginator(Consumer<ListRunTasksRequest.Builder> listRunTasksRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of tasks for a run.
This is a variant of
listRunTasks(software.amazon.awssdk.services.omics.model.ListRunTasksRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListRunTasksIterable responses = client.listRunTasksPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListRunTasksIterable responses = client.listRunTasksPaginator(request); for (software.amazon.awssdk.services.omics.model.ListRunTasksResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListRunTasksIterable responses = client.listRunTasksPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listRunTasks(software.amazon.awssdk.services.omics.model.ListRunTasksRequest)operation.This is a convenience which creates an instance of the
ListRunTasksRequest.Builderavoiding the need to create one manually viaListRunTasksRequest.builder()- Parameters:
listRunTasksRequest- AConsumerthat will call methods onListRunTasksRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listRuns
default ListRunsResponse listRuns(ListRunsRequest listRunsRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of runs.
- Parameters:
listRunsRequest-- Returns:
- Result of the ListRuns operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listRuns
default ListRunsResponse listRuns(Consumer<ListRunsRequest.Builder> listRunsRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of runs.
This is a convenience which creates an instance of the
ListRunsRequest.Builderavoiding the need to create one manually viaListRunsRequest.builder()- Parameters:
listRunsRequest- AConsumerthat will call methods onListRunsRequest.Builderto create a request.- Returns:
- Result of the ListRuns operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listRunsPaginator
default ListRunsIterable listRunsPaginator(ListRunsRequest listRunsRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of runs.
This is a variant of
listRuns(software.amazon.awssdk.services.omics.model.ListRunsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListRunsIterable responses = client.listRunsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListRunsIterable responses = client.listRunsPaginator(request); for (software.amazon.awssdk.services.omics.model.ListRunsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListRunsIterable responses = client.listRunsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listRuns(software.amazon.awssdk.services.omics.model.ListRunsRequest)operation.- Parameters:
listRunsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listRunsPaginator
default ListRunsIterable listRunsPaginator(Consumer<ListRunsRequest.Builder> listRunsRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of runs.
This is a variant of
listRuns(software.amazon.awssdk.services.omics.model.ListRunsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListRunsIterable responses = client.listRunsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListRunsIterable responses = client.listRunsPaginator(request); for (software.amazon.awssdk.services.omics.model.ListRunsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListRunsIterable responses = client.listRunsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listRuns(software.amazon.awssdk.services.omics.model.ListRunsRequest)operation.This is a convenience which creates an instance of the
ListRunsRequest.Builderavoiding the need to create one manually viaListRunsRequest.builder()- Parameters:
listRunsRequest- AConsumerthat will call methods onListRunsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listSequenceStores
default ListSequenceStoresResponse listSequenceStores(ListSequenceStoresRequest listSequenceStoresRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of sequence stores.
- Parameters:
listSequenceStoresRequest-- Returns:
- Result of the ListSequenceStores operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listSequenceStores
default ListSequenceStoresResponse listSequenceStores(Consumer<ListSequenceStoresRequest.Builder> listSequenceStoresRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of sequence stores.
This is a convenience which creates an instance of the
ListSequenceStoresRequest.Builderavoiding the need to create one manually viaListSequenceStoresRequest.builder()- Parameters:
listSequenceStoresRequest- AConsumerthat will call methods onListSequenceStoresRequest.Builderto create a request.- Returns:
- Result of the ListSequenceStores operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listSequenceStoresPaginator
default ListSequenceStoresIterable listSequenceStoresPaginator(ListSequenceStoresRequest listSequenceStoresRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of sequence stores.
This is a variant of
listSequenceStores(software.amazon.awssdk.services.omics.model.ListSequenceStoresRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListSequenceStoresIterable responses = client.listSequenceStoresPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListSequenceStoresIterable responses = client .listSequenceStoresPaginator(request); for (software.amazon.awssdk.services.omics.model.ListSequenceStoresResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListSequenceStoresIterable responses = client.listSequenceStoresPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSequenceStores(software.amazon.awssdk.services.omics.model.ListSequenceStoresRequest)operation.- Parameters:
listSequenceStoresRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listSequenceStoresPaginator
default ListSequenceStoresIterable listSequenceStoresPaginator(Consumer<ListSequenceStoresRequest.Builder> listSequenceStoresRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of sequence stores.
This is a variant of
listSequenceStores(software.amazon.awssdk.services.omics.model.ListSequenceStoresRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListSequenceStoresIterable responses = client.listSequenceStoresPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListSequenceStoresIterable responses = client .listSequenceStoresPaginator(request); for (software.amazon.awssdk.services.omics.model.ListSequenceStoresResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListSequenceStoresIterable responses = client.listSequenceStoresPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSequenceStores(software.amazon.awssdk.services.omics.model.ListSequenceStoresRequest)operation.This is a convenience which creates an instance of the
ListSequenceStoresRequest.Builderavoiding the need to create one manually viaListSequenceStoresRequest.builder()- Parameters:
listSequenceStoresRequest- AConsumerthat will call methods onListSequenceStoresRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listShares
default ListSharesResponse listShares(ListSharesRequest listSharesRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Lists all shares associated with an account.
- Parameters:
listSharesRequest-- Returns:
- Result of the ListShares operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listShares
default ListSharesResponse listShares(Consumer<ListSharesRequest.Builder> listSharesRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Lists all shares associated with an account.
This is a convenience which creates an instance of the
ListSharesRequest.Builderavoiding the need to create one manually viaListSharesRequest.builder()- Parameters:
listSharesRequest- AConsumerthat will call methods onListSharesRequest.Builderto create a request.- Returns:
- Result of the ListShares operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listSharesPaginator
default ListSharesIterable listSharesPaginator(ListSharesRequest listSharesRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Lists all shares associated with an account.
This is a variant of
listShares(software.amazon.awssdk.services.omics.model.ListSharesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListSharesIterable responses = client.listSharesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListSharesIterable responses = client.listSharesPaginator(request); for (software.amazon.awssdk.services.omics.model.ListSharesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListSharesIterable responses = client.listSharesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listShares(software.amazon.awssdk.services.omics.model.ListSharesRequest)operation.- Parameters:
listSharesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listSharesPaginator
default ListSharesIterable listSharesPaginator(Consumer<ListSharesRequest.Builder> listSharesRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Lists all shares associated with an account.
This is a variant of
listShares(software.amazon.awssdk.services.omics.model.ListSharesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListSharesIterable responses = client.listSharesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListSharesIterable responses = client.listSharesPaginator(request); for (software.amazon.awssdk.services.omics.model.ListSharesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListSharesIterable responses = client.listSharesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listShares(software.amazon.awssdk.services.omics.model.ListSharesRequest)operation.This is a convenience which creates an instance of the
ListSharesRequest.Builderavoiding the need to create one manually viaListSharesRequest.builder()- Parameters:
listSharesRequest- AConsumerthat will call methods onListSharesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listTagsForResource
default ListTagsForResourceResponse listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of tags for a resource.
- Parameters:
listTagsForResourceRequest-- Returns:
- Result of the ListTagsForResource operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listTagsForResource
default ListTagsForResourceResponse listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of tags for a resource.
This is a convenience which creates an instance of the
ListTagsForResourceRequest.Builderavoiding the need to create one manually viaListTagsForResourceRequest.builder()- Parameters:
listTagsForResourceRequest- AConsumerthat will call methods onListTagsForResourceRequest.Builderto create a request.- Returns:
- Result of the ListTagsForResource operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listVariantImportJobs
default ListVariantImportJobsResponse listVariantImportJobs(ListVariantImportJobsRequest listVariantImportJobsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of variant import jobs.
- Parameters:
listVariantImportJobsRequest-- Returns:
- Result of the ListVariantImportJobs operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listVariantImportJobs
default ListVariantImportJobsResponse listVariantImportJobs(Consumer<ListVariantImportJobsRequest.Builder> listVariantImportJobsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of variant import jobs.
This is a convenience which creates an instance of the
ListVariantImportJobsRequest.Builderavoiding the need to create one manually viaListVariantImportJobsRequest.builder()- Parameters:
listVariantImportJobsRequest- AConsumerthat will call methods onListVariantImportJobsRequest.Builderto create a request.- Returns:
- Result of the ListVariantImportJobs operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listVariantImportJobsPaginator
default ListVariantImportJobsIterable listVariantImportJobsPaginator(ListVariantImportJobsRequest listVariantImportJobsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of variant import jobs.
This is a variant of
listVariantImportJobs(software.amazon.awssdk.services.omics.model.ListVariantImportJobsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListVariantImportJobsIterable responses = client.listVariantImportJobsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListVariantImportJobsIterable responses = client .listVariantImportJobsPaginator(request); for (software.amazon.awssdk.services.omics.model.ListVariantImportJobsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListVariantImportJobsIterable responses = client.listVariantImportJobsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listVariantImportJobs(software.amazon.awssdk.services.omics.model.ListVariantImportJobsRequest)operation.- Parameters:
listVariantImportJobsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listVariantImportJobsPaginator
default ListVariantImportJobsIterable listVariantImportJobsPaginator(Consumer<ListVariantImportJobsRequest.Builder> listVariantImportJobsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of variant import jobs.
This is a variant of
listVariantImportJobs(software.amazon.awssdk.services.omics.model.ListVariantImportJobsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListVariantImportJobsIterable responses = client.listVariantImportJobsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListVariantImportJobsIterable responses = client .listVariantImportJobsPaginator(request); for (software.amazon.awssdk.services.omics.model.ListVariantImportJobsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListVariantImportJobsIterable responses = client.listVariantImportJobsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listVariantImportJobs(software.amazon.awssdk.services.omics.model.ListVariantImportJobsRequest)operation.This is a convenience which creates an instance of the
ListVariantImportJobsRequest.Builderavoiding the need to create one manually viaListVariantImportJobsRequest.builder()- Parameters:
listVariantImportJobsRequest- AConsumerthat will call methods onListVariantImportJobsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listVariantStores
default ListVariantStoresResponse listVariantStores(ListVariantStoresRequest listVariantStoresRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of variant stores.
- Parameters:
listVariantStoresRequest-- Returns:
- Result of the ListVariantStores operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listVariantStores
default ListVariantStoresResponse listVariantStores(Consumer<ListVariantStoresRequest.Builder> listVariantStoresRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of variant stores.
This is a convenience which creates an instance of the
ListVariantStoresRequest.Builderavoiding the need to create one manually viaListVariantStoresRequest.builder()- Parameters:
listVariantStoresRequest- AConsumerthat will call methods onListVariantStoresRequest.Builderto create a request.- Returns:
- Result of the ListVariantStores operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listVariantStoresPaginator
default ListVariantStoresIterable listVariantStoresPaginator(ListVariantStoresRequest listVariantStoresRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of variant stores.
This is a variant of
listVariantStores(software.amazon.awssdk.services.omics.model.ListVariantStoresRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListVariantStoresIterable responses = client.listVariantStoresPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListVariantStoresIterable responses = client .listVariantStoresPaginator(request); for (software.amazon.awssdk.services.omics.model.ListVariantStoresResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListVariantStoresIterable responses = client.listVariantStoresPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listVariantStores(software.amazon.awssdk.services.omics.model.ListVariantStoresRequest)operation.- Parameters:
listVariantStoresRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listVariantStoresPaginator
default ListVariantStoresIterable listVariantStoresPaginator(Consumer<ListVariantStoresRequest.Builder> listVariantStoresRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of variant stores.
This is a variant of
listVariantStores(software.amazon.awssdk.services.omics.model.ListVariantStoresRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListVariantStoresIterable responses = client.listVariantStoresPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListVariantStoresIterable responses = client .listVariantStoresPaginator(request); for (software.amazon.awssdk.services.omics.model.ListVariantStoresResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListVariantStoresIterable responses = client.listVariantStoresPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listVariantStores(software.amazon.awssdk.services.omics.model.ListVariantStoresRequest)operation.This is a convenience which creates an instance of the
ListVariantStoresRequest.Builderavoiding the need to create one manually viaListVariantStoresRequest.builder()- Parameters:
listVariantStoresRequest- AConsumerthat will call methods onListVariantStoresRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listWorkflows
default ListWorkflowsResponse listWorkflows(ListWorkflowsRequest listWorkflowsRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of workflows.
- Parameters:
listWorkflowsRequest-- Returns:
- Result of the ListWorkflows operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listWorkflows
default ListWorkflowsResponse listWorkflows(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of workflows.
This is a convenience which creates an instance of the
ListWorkflowsRequest.Builderavoiding the need to create one manually viaListWorkflowsRequest.builder()- Parameters:
listWorkflowsRequest- AConsumerthat will call methods onListWorkflowsRequest.Builderto create a request.- Returns:
- Result of the ListWorkflows operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listWorkflowsPaginator
default ListWorkflowsIterable listWorkflowsPaginator(ListWorkflowsRequest listWorkflowsRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of workflows.
This is a variant of
listWorkflows(software.amazon.awssdk.services.omics.model.ListWorkflowsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListWorkflowsIterable responses = client.listWorkflowsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListWorkflowsIterable responses = client.listWorkflowsPaginator(request); for (software.amazon.awssdk.services.omics.model.ListWorkflowsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListWorkflowsIterable responses = client.listWorkflowsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listWorkflows(software.amazon.awssdk.services.omics.model.ListWorkflowsRequest)operation.- Parameters:
listWorkflowsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listWorkflowsPaginator
default ListWorkflowsIterable listWorkflowsPaginator(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Retrieves a list of workflows.
This is a variant of
listWorkflows(software.amazon.awssdk.services.omics.model.ListWorkflowsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.omics.paginators.ListWorkflowsIterable responses = client.listWorkflowsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.omics.paginators.ListWorkflowsIterable responses = client.listWorkflowsPaginator(request); for (software.amazon.awssdk.services.omics.model.ListWorkflowsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.omics.paginators.ListWorkflowsIterable responses = client.listWorkflowsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listWorkflows(software.amazon.awssdk.services.omics.model.ListWorkflowsRequest)operation.This is a convenience which creates an instance of the
ListWorkflowsRequest.Builderavoiding the need to create one manually viaListWorkflowsRequest.builder()- Parameters:
listWorkflowsRequest- AConsumerthat will call methods onListWorkflowsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
startAnnotationImportJob
default StartAnnotationImportJobResponse startAnnotationImportJob(StartAnnotationImportJobRequest startAnnotationImportJobRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Starts an annotation import job.
- Parameters:
startAnnotationImportJobRequest-- Returns:
- Result of the StartAnnotationImportJob operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
startAnnotationImportJob
default StartAnnotationImportJobResponse startAnnotationImportJob(Consumer<StartAnnotationImportJobRequest.Builder> startAnnotationImportJobRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Starts an annotation import job.
This is a convenience which creates an instance of the
StartAnnotationImportJobRequest.Builderavoiding the need to create one manually viaStartAnnotationImportJobRequest.builder()- Parameters:
startAnnotationImportJobRequest- AConsumerthat will call methods onStartAnnotationImportJobRequest.Builderto create a request.- Returns:
- Result of the StartAnnotationImportJob operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
startReadSetActivationJob
default StartReadSetActivationJobResponse startReadSetActivationJob(StartReadSetActivationJobRequest startReadSetActivationJobRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Activates an archived read set. To reduce storage charges, Amazon Omics archives unused read sets after 30 days.
- Parameters:
startReadSetActivationJobRequest-- Returns:
- Result of the StartReadSetActivationJob operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
startReadSetActivationJob
default StartReadSetActivationJobResponse startReadSetActivationJob(Consumer<StartReadSetActivationJobRequest.Builder> startReadSetActivationJobRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Activates an archived read set. To reduce storage charges, Amazon Omics archives unused read sets after 30 days.
This is a convenience which creates an instance of the
StartReadSetActivationJobRequest.Builderavoiding the need to create one manually viaStartReadSetActivationJobRequest.builder()- Parameters:
startReadSetActivationJobRequest- AConsumerthat will call methods onStartReadSetActivationJobRequest.Builderto create a request.- Returns:
- Result of the StartReadSetActivationJob operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
startReadSetExportJob
default StartReadSetExportJobResponse startReadSetExportJob(StartReadSetExportJobRequest startReadSetExportJobRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Exports a read set to Amazon S3.
- Parameters:
startReadSetExportJobRequest-- Returns:
- Result of the StartReadSetExportJob operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
startReadSetExportJob
default StartReadSetExportJobResponse startReadSetExportJob(Consumer<StartReadSetExportJobRequest.Builder> startReadSetExportJobRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Exports a read set to Amazon S3.
This is a convenience which creates an instance of the
StartReadSetExportJobRequest.Builderavoiding the need to create one manually viaStartReadSetExportJobRequest.builder()- Parameters:
startReadSetExportJobRequest- AConsumerthat will call methods onStartReadSetExportJobRequest.Builderto create a request.- Returns:
- Result of the StartReadSetExportJob operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
startReadSetImportJob
default StartReadSetImportJobResponse startReadSetImportJob(StartReadSetImportJobRequest startReadSetImportJobRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Starts a read set import job.
- Parameters:
startReadSetImportJobRequest-- Returns:
- Result of the StartReadSetImportJob operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
startReadSetImportJob
default StartReadSetImportJobResponse startReadSetImportJob(Consumer<StartReadSetImportJobRequest.Builder> startReadSetImportJobRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Starts a read set import job.
This is a convenience which creates an instance of the
StartReadSetImportJobRequest.Builderavoiding the need to create one manually viaStartReadSetImportJobRequest.builder()- Parameters:
startReadSetImportJobRequest- AConsumerthat will call methods onStartReadSetImportJobRequest.Builderto create a request.- Returns:
- Result of the StartReadSetImportJob operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
startReferenceImportJob
default StartReferenceImportJobResponse startReferenceImportJob(StartReferenceImportJobRequest startReferenceImportJobRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Starts a reference import job.
- Parameters:
startReferenceImportJobRequest-- Returns:
- Result of the StartReferenceImportJob operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
startReferenceImportJob
default StartReferenceImportJobResponse startReferenceImportJob(Consumer<StartReferenceImportJobRequest.Builder> startReferenceImportJobRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Starts a reference import job.
This is a convenience which creates an instance of the
StartReferenceImportJobRequest.Builderavoiding the need to create one manually viaStartReferenceImportJobRequest.builder()- Parameters:
startReferenceImportJobRequest- AConsumerthat will call methods onStartReferenceImportJobRequest.Builderto create a request.- Returns:
- Result of the StartReferenceImportJob operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
startRun
default StartRunResponse startRun(StartRunRequest startRunRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
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.
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.- Parameters:
startRunRequest-- Returns:
- Result of the StartRun operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
startRun
default StartRunResponse startRun(Consumer<StartRunRequest.Builder> startRunRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
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.
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.
This is a convenience which creates an instance of the
StartRunRequest.Builderavoiding the need to create one manually viaStartRunRequest.builder()- Parameters:
startRunRequest- AConsumerthat will call methods onStartRunRequest.Builderto create a request.- Returns:
- Result of the StartRun operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
startVariantImportJob
default StartVariantImportJobResponse startVariantImportJob(StartVariantImportJobRequest startVariantImportJobRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Starts a variant import job.
- Parameters:
startVariantImportJobRequest-- Returns:
- Result of the StartVariantImportJob operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
startVariantImportJob
default StartVariantImportJobResponse startVariantImportJob(Consumer<StartVariantImportJobRequest.Builder> startVariantImportJobRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Starts a variant import job.
This is a convenience which creates an instance of the
StartVariantImportJobRequest.Builderavoiding the need to create one manually viaStartVariantImportJobRequest.builder()- Parameters:
startVariantImportJobRequest- AConsumerthat will call methods onStartVariantImportJobRequest.Builderto create a request.- Returns:
- Result of the StartVariantImportJob operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
tagResource
default TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Tags a resource.
- Parameters:
tagResourceRequest-- Returns:
- Result of the TagResource operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
tagResource
default TagResourceResponse tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Tags a resource.
This is a convenience which creates an instance of the
TagResourceRequest.Builderavoiding the need to create one manually viaTagResourceRequest.builder()- Parameters:
tagResourceRequest- AConsumerthat will call methods onTagResourceRequest.Builderto create a request.- Returns:
- Result of the TagResource operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
untagResource
default UntagResourceResponse untagResource(UntagResourceRequest untagResourceRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Removes tags from a resource.
- Parameters:
untagResourceRequest-- Returns:
- Result of the UntagResource operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
untagResource
default UntagResourceResponse untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Removes tags from a resource.
This is a convenience which creates an instance of the
UntagResourceRequest.Builderavoiding the need to create one manually viaUntagResourceRequest.builder()- Parameters:
untagResourceRequest- AConsumerthat will call methods onUntagResourceRequest.Builderto create a request.- Returns:
- Result of the UntagResource operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateAnnotationStore
default UpdateAnnotationStoreResponse updateAnnotationStore(UpdateAnnotationStoreRequest updateAnnotationStoreRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Updates an annotation store.
- Parameters:
updateAnnotationStoreRequest-- Returns:
- Result of the UpdateAnnotationStore operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateAnnotationStore
default UpdateAnnotationStoreResponse updateAnnotationStore(Consumer<UpdateAnnotationStoreRequest.Builder> updateAnnotationStoreRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Updates an annotation store.
This is a convenience which creates an instance of the
UpdateAnnotationStoreRequest.Builderavoiding the need to create one manually viaUpdateAnnotationStoreRequest.builder()- Parameters:
updateAnnotationStoreRequest- AConsumerthat will call methods onUpdateAnnotationStoreRequest.Builderto create a request.- Returns:
- Result of the UpdateAnnotationStore operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateAnnotationStoreVersion
default UpdateAnnotationStoreVersionResponse updateAnnotationStoreVersion(UpdateAnnotationStoreVersionRequest updateAnnotationStoreVersionRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Updates the description of an annotation store version.
- Parameters:
updateAnnotationStoreVersionRequest-- Returns:
- Result of the UpdateAnnotationStoreVersion operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateAnnotationStoreVersion
default UpdateAnnotationStoreVersionResponse updateAnnotationStoreVersion(Consumer<UpdateAnnotationStoreVersionRequest.Builder> updateAnnotationStoreVersionRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Updates the description of an annotation store version.
This is a convenience which creates an instance of the
UpdateAnnotationStoreVersionRequest.Builderavoiding the need to create one manually viaUpdateAnnotationStoreVersionRequest.builder()- Parameters:
updateAnnotationStoreVersionRequest- AConsumerthat will call methods onUpdateAnnotationStoreVersionRequest.Builderto create a request.- Returns:
- Result of the UpdateAnnotationStoreVersion operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateRunGroup
default UpdateRunGroupResponse updateRunGroup(UpdateRunGroupRequest updateRunGroupRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Updates a run group.
- Parameters:
updateRunGroupRequest-- Returns:
- Result of the UpdateRunGroup operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateRunGroup
default UpdateRunGroupResponse updateRunGroup(Consumer<UpdateRunGroupRequest.Builder> updateRunGroupRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Updates a run group.
This is a convenience which creates an instance of the
UpdateRunGroupRequest.Builderavoiding the need to create one manually viaUpdateRunGroupRequest.builder()- Parameters:
updateRunGroupRequest- AConsumerthat will call methods onUpdateRunGroupRequest.Builderto create a request.- Returns:
- Result of the UpdateRunGroup operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateVariantStore
default UpdateVariantStoreResponse updateVariantStore(UpdateVariantStoreRequest updateVariantStoreRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Updates a variant store.
- Parameters:
updateVariantStoreRequest-- Returns:
- Result of the UpdateVariantStore operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateVariantStore
default UpdateVariantStoreResponse updateVariantStore(Consumer<UpdateVariantStoreRequest.Builder> updateVariantStoreRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, OmicsException
Updates a variant store.
This is a convenience which creates an instance of the
UpdateVariantStoreRequest.Builderavoiding the need to create one manually viaUpdateVariantStoreRequest.builder()- Parameters:
updateVariantStoreRequest- AConsumerthat will call methods onUpdateVariantStoreRequest.Builderto create a request.- Returns:
- Result of the UpdateVariantStore operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateWorkflow
default UpdateWorkflowResponse updateWorkflow(UpdateWorkflowRequest updateWorkflowRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Updates a workflow.
- Parameters:
updateWorkflowRequest-- Returns:
- Result of the UpdateWorkflow operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateWorkflow
default UpdateWorkflowResponse updateWorkflow(Consumer<UpdateWorkflowRequest.Builder> updateWorkflowRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
Updates a workflow.
This is a convenience which creates an instance of the
UpdateWorkflowRequest.Builderavoiding the need to create one manually viaUpdateWorkflowRequest.builder()- Parameters:
updateWorkflowRequest- AConsumerthat will call methods onUpdateWorkflowRequest.Builderto create a request.- Returns:
- Result of the UpdateWorkflow operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ConflictException- The request cannot be applied to the target resource in its current state.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
uploadReadSetPart
default UploadReadSetPartResponse uploadReadSetPart(UploadReadSetPartRequest uploadReadSetPartRequest, RequestBody requestBody) throws InternalServerException, NotSupportedOperationException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
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.
- Parameters:
uploadReadSetPartRequest-requestBody- The content to send to the service. ARequestBodycan be created using one of several factory methods for various sources of data. For example, to create a request body from a file you can do the following.
See documentation inRequestBody.fromFile(new File("myfile.txt"))RequestBodyfor additional details and which sources of data are supported. The service documentation for the request content is as follows 'The read set data to upload for a part.
'- Returns:
- Result of the UploadReadSetPart operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.NotSupportedOperationException- The operation is not supported by Amazon Omics, or the API does not exist.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
uploadReadSetPart
default UploadReadSetPartResponse uploadReadSetPart(Consumer<UploadReadSetPartRequest.Builder> uploadReadSetPartRequest, RequestBody requestBody) throws InternalServerException, NotSupportedOperationException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
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.
This is a convenience which creates an instance of the
UploadReadSetPartRequest.Builderavoiding the need to create one manually viaUploadReadSetPartRequest.builder()- Parameters:
uploadReadSetPartRequest- AConsumerthat will call methods onUploadReadSetPartRequest.Builderto create a request.requestBody- The content to send to the service. ARequestBodycan be created using one of several factory methods for various sources of data. For example, to create a request body from a file you can do the following.
See documentation inRequestBody.fromFile(new File("myfile.txt"))RequestBodyfor additional details and which sources of data are supported. The service documentation for the request content is as follows 'The read set data to upload for a part.
'- Returns:
- Result of the UploadReadSetPart operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.NotSupportedOperationException- The operation is not supported by Amazon Omics, or the API does not exist.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
uploadReadSetPart
default UploadReadSetPartResponse uploadReadSetPart(UploadReadSetPartRequest uploadReadSetPartRequest, Path sourcePath) throws InternalServerException, NotSupportedOperationException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
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.
- Parameters:
uploadReadSetPartRequest-sourcePath-Pathto file containing data to send to the service. File will be read entirely and may be read multiple times in the event of a retry. If the file does not exist or the current user does not have access to read it then an exception will be thrown. The service documentation for the request content is as follows 'The read set data to upload for a part.
'- Returns:
- Result of the UploadReadSetPart operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.NotSupportedOperationException- The operation is not supported by Amazon Omics, or the API does not exist.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
uploadReadSetPart(UploadReadSetPartRequest, RequestBody), AWS API Documentation
-
uploadReadSetPart
default UploadReadSetPartResponse uploadReadSetPart(Consumer<UploadReadSetPartRequest.Builder> uploadReadSetPartRequest, Path sourcePath) throws InternalServerException, NotSupportedOperationException, ServiceQuotaExceededException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, RequestTimeoutException, AwsServiceException, SdkClientException, OmicsException
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.
This is a convenience which creates an instance of the
UploadReadSetPartRequest.Builderavoiding the need to create one manually viaUploadReadSetPartRequest.builder()- Parameters:
uploadReadSetPartRequest- AConsumerthat will call methods onUploadReadSetPartRequest.Builderto create a request.sourcePath-Pathto file containing data to send to the service. File will be read entirely and may be read multiple times in the event of a retry. If the file does not exist or the current user does not have access to read it then an exception will be thrown. The service documentation for the request content is as follows 'The read set data to upload for a part.
'- Returns:
- Result of the UploadReadSetPart operation returned by the service.
- Throws:
InternalServerException- An unexpected error occurred. Try the request again.NotSupportedOperationException- The operation is not supported by Amazon Omics, or the API does not exist.ServiceQuotaExceededException- The request exceeds a service quota.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException- The target resource was not found in the current Region.AccessDeniedException- You do not have sufficient access to perform this action.RequestTimeoutException- The request timed out.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.OmicsException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
uploadReadSetPart(UploadReadSetPartRequest, RequestBody), AWS API Documentation
-
waiter
default OmicsWaiter waiter()
Create an instance ofOmicsWaiterusing this client.Waiters created via this method are managed by the SDK and resources will be released when the service client is closed.
- Returns:
- an instance of
OmicsWaiter
-
create
static OmicsClient create()
Create aOmicsClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.
-
builder
static OmicsClientBuilder builder()
Create a builder that can be used to configure and create aOmicsClient.
-
serviceMetadata
static ServiceMetadata serviceMetadata()
-
serviceClientConfiguration
default OmicsServiceClientConfiguration serviceClientConfiguration()
- Specified by:
serviceClientConfigurationin interfaceAwsClient- Specified by:
serviceClientConfigurationin interfaceSdkClient
-
-