Uses of Class
software.amazon.awssdk.services.omics.model.StoreStatus
-
Packages that use StoreStatus Package Description software.amazon.awssdk.services.omics.model -
-
Uses of StoreStatus in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return StoreStatus Modifier and Type Method Description static StoreStatusStoreStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StoreStatusAnnotationStoreItem. status()The store's status.StoreStatusCreateAnnotationStoreResponse. status()The store's status.StoreStatusCreateVariantStoreResponse. status()The store's status.StoreStatusDeleteAnnotationStoreResponse. status()The store's status.StoreStatusDeleteVariantStoreResponse. status()The store's status.StoreStatusGetAnnotationStoreResponse. status()The store's status.StoreStatusGetVariantStoreResponse. status()The store's status.StoreStatusListAnnotationStoresFilter. status()A status to filter on.StoreStatusListVariantStoresFilter. status()A status to filter on.StoreStatusUpdateAnnotationStoreResponse. status()The store's status.StoreStatusUpdateVariantStoreResponse. status()The store's status.StoreStatusVariantStoreItem. status()The store's status.static StoreStatusStoreStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static StoreStatus[]StoreStatus. 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 StoreStatus Modifier and Type Method Description static Set<StoreStatus>StoreStatus. knownValues()Methods in software.amazon.awssdk.services.omics.model with parameters of type StoreStatus Modifier and Type Method Description AnnotationStoreItem.BuilderAnnotationStoreItem.Builder. status(StoreStatus status)The store's status.CreateAnnotationStoreResponse.BuilderCreateAnnotationStoreResponse.Builder. status(StoreStatus status)The store's status.CreateVariantStoreResponse.BuilderCreateVariantStoreResponse.Builder. status(StoreStatus status)The store's status.DeleteAnnotationStoreResponse.BuilderDeleteAnnotationStoreResponse.Builder. status(StoreStatus status)The store's status.DeleteVariantStoreResponse.BuilderDeleteVariantStoreResponse.Builder. status(StoreStatus status)The store's status.GetAnnotationStoreResponse.BuilderGetAnnotationStoreResponse.Builder. status(StoreStatus status)The store's status.GetVariantStoreResponse.BuilderGetVariantStoreResponse.Builder. status(StoreStatus status)The store's status.ListAnnotationStoresFilter.BuilderListAnnotationStoresFilter.Builder. status(StoreStatus status)A status to filter on.ListVariantStoresFilter.BuilderListVariantStoresFilter.Builder. status(StoreStatus status)A status to filter on.UpdateAnnotationStoreResponse.BuilderUpdateAnnotationStoreResponse.Builder. status(StoreStatus status)The store's status.UpdateVariantStoreResponse.BuilderUpdateVariantStoreResponse.Builder. status(StoreStatus status)The store's status.VariantStoreItem.BuilderVariantStoreItem.Builder. status(StoreStatus status)The store's status.
-