| Package | Description |
|---|---|
| com.amazonaws.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
SequenceStoreS3Access |
SequenceStoreS3Access.clone() |
SequenceStoreS3Access |
GetSequenceStoreResult.getS3Access()
The S3 metadata of a sequence store, including the ARN and S3 URI of the S3 bucket.
|
SequenceStoreS3Access |
SequenceStoreS3Access.withS3AccessPointArn(String s3AccessPointArn)
This is ARN of the access point associated with the S3 bucket storing read sets.
|
SequenceStoreS3Access |
SequenceStoreS3Access.withS3Uri(String s3Uri)
The S3 URI of the sequence store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetSequenceStoreResult.setS3Access(SequenceStoreS3Access s3Access)
The S3 metadata of a sequence store, including the ARN and S3 URI of the S3 bucket.
|
GetSequenceStoreResult |
GetSequenceStoreResult.withS3Access(SequenceStoreS3Access s3Access)
The S3 metadata of a sequence store, including the ARN and S3 URI of the S3 bucket.
|
Copyright © 2024. All rights reserved.