Uses of Class
software.amazon.awssdk.services.omics.model.StoreFormat
-
Packages that use StoreFormat Package Description software.amazon.awssdk.services.omics.model -
-
Uses of StoreFormat in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return StoreFormat Modifier and Type Method Description static StoreFormatStoreFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StoreFormatAnnotationStoreItem. storeFormat()The store's file format.StoreFormatCreateAnnotationStoreRequest. storeFormat()The annotation file format of the store.StoreFormatCreateAnnotationStoreResponse. storeFormat()The annotation file format of the store.StoreFormatGetAnnotationStoreResponse. storeFormat()The store's annotation file format.StoreFormatUpdateAnnotationStoreResponse. storeFormat()The annotation file format of the store.static StoreFormatStoreFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static StoreFormat[]StoreFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.omics.model that return types with arguments of type StoreFormat Modifier and Type Method Description static Set<StoreFormat>StoreFormat. knownValues()Methods in software.amazon.awssdk.services.omics.model with parameters of type StoreFormat Modifier and Type Method Description AnnotationStoreItem.BuilderAnnotationStoreItem.Builder. storeFormat(StoreFormat storeFormat)The store's file format.CreateAnnotationStoreRequest.BuilderCreateAnnotationStoreRequest.Builder. storeFormat(StoreFormat storeFormat)The annotation file format of the store.CreateAnnotationStoreResponse.BuilderCreateAnnotationStoreResponse.Builder. storeFormat(StoreFormat storeFormat)The annotation file format of the store.GetAnnotationStoreResponse.BuilderGetAnnotationStoreResponse.Builder. storeFormat(StoreFormat storeFormat)The store's annotation file format.UpdateAnnotationStoreResponse.BuilderUpdateAnnotationStoreResponse.Builder. storeFormat(StoreFormat storeFormat)The annotation file format of the store.
-