Uses of Class
software.amazon.awssdk.services.omics.model.FormatOptions
-
Packages that use FormatOptions Package Description software.amazon.awssdk.services.omics.model -
-
Uses of FormatOptions in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return FormatOptions Modifier and Type Method Description FormatOptionsGetAnnotationImportJobResponse. formatOptions()Returns the value of the FormatOptions property for this object.FormatOptionsStartAnnotationImportJobRequest. formatOptions()Formatting options for the annotation file.static FormatOptionsFormatOptions. fromTsvOptions(Consumer<TsvOptions.Builder> tsvOptions)Create an instance of this class withtsvOptions()initialized to the given value.static FormatOptionsFormatOptions. fromTsvOptions(TsvOptions tsvOptions)Create an instance of this class withtsvOptions()initialized to the given value.static FormatOptionsFormatOptions. fromVcfOptions(Consumer<VcfOptions.Builder> vcfOptions)Create an instance of this class withvcfOptions()initialized to the given value.static FormatOptionsFormatOptions. fromVcfOptions(VcfOptions vcfOptions)Create an instance of this class withvcfOptions()initialized to the given value.Methods in software.amazon.awssdk.services.omics.model with parameters of type FormatOptions Modifier and Type Method Description GetAnnotationImportJobResponse.BuilderGetAnnotationImportJobResponse.Builder. formatOptions(FormatOptions formatOptions)Sets the value of the FormatOptions property for this object.StartAnnotationImportJobRequest.BuilderStartAnnotationImportJobRequest.Builder. formatOptions(FormatOptions formatOptions)Formatting options for the annotation file.
-