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 SequenceStoreS3AccessCreateSequenceStoreResponse. s3Access()Returns the value of the S3Access property for this object.SequenceStoreS3AccessGetSequenceStoreResponse. s3Access()The S3 metadata of a sequence store, including the ARN and S3 URI of the S3 bucket.SequenceStoreS3AccessUpdateSequenceStoreResponse. s3Access()Returns the value of the S3Access property for this object.Methods in software.amazon.awssdk.services.omics.model with parameters of type SequenceStoreS3Access Modifier and Type Method Description CreateSequenceStoreResponse.BuilderCreateSequenceStoreResponse.Builder. s3Access(SequenceStoreS3Access s3Access)Sets the value of the S3Access property for this object.GetSequenceStoreResponse.BuilderGetSequenceStoreResponse.Builder. s3Access(SequenceStoreS3Access s3Access)The S3 metadata of a sequence store, including the ARN and S3 URI of the S3 bucket.UpdateSequenceStoreResponse.BuilderUpdateSequenceStoreResponse.Builder. s3Access(SequenceStoreS3Access s3Access)Sets the value of the S3Access property for this object.
-