Uses of Class
software.amazon.awssdk.services.omics.model.SequenceStoreS3Access
-
Packages that use SequenceStoreS3Access Package Description software.amazon.awssdk.services.omics.model -
-
Uses of SequenceStoreS3Access in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return SequenceStoreS3Access Modifier and Type Method Description SequenceStoreS3AccessGetSequenceStoreResponse. s3Access()The S3 metadata of a sequence store, including the ARN and S3 URI of the S3 bucket.Methods in software.amazon.awssdk.services.omics.model with parameters of type SequenceStoreS3Access Modifier and Type Method Description GetSequenceStoreResponse.BuilderGetSequenceStoreResponse.Builder. s3Access(SequenceStoreS3Access s3Access)The S3 metadata of a sequence store, including the ARN and S3 URI of the S3 bucket.
-