Uses of Class
software.amazon.awssdk.services.omics.model.RunCacheStatus
-
Packages that use RunCacheStatus Package Description software.amazon.awssdk.services.omics.model -
-
Uses of RunCacheStatus in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return RunCacheStatus Modifier and Type Method Description static RunCacheStatusRunCacheStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RunCacheStatusCreateRunCacheResponse. status()Run cache status.RunCacheStatusGetRunCacheResponse. status()The run cache status.RunCacheStatusRunCacheListItem. status()The run cache status.static RunCacheStatusRunCacheStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static RunCacheStatus[]RunCacheStatus. 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 RunCacheStatus Modifier and Type Method Description static Set<RunCacheStatus>RunCacheStatus. knownValues()Methods in software.amazon.awssdk.services.omics.model with parameters of type RunCacheStatus Modifier and Type Method Description CreateRunCacheResponse.BuilderCreateRunCacheResponse.Builder. status(RunCacheStatus status)Run cache status.GetRunCacheResponse.BuilderGetRunCacheResponse.Builder. status(RunCacheStatus status)The run cache status.RunCacheListItem.BuilderRunCacheListItem.Builder. status(RunCacheStatus status)The run cache status.
-