Uses of Class
software.amazon.awssdk.services.omics.model.RunRetentionMode
-
Packages that use RunRetentionMode Package Description software.amazon.awssdk.services.omics.model -
-
Uses of RunRetentionMode in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return RunRetentionMode Modifier and Type Method Description static RunRetentionModeRunRetentionMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RunRetentionModeGetRunResponse. retentionMode()The run's retention mode.RunRetentionModeStartRunRequest. retentionMode()The retention mode for the run.static RunRetentionModeRunRetentionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RunRetentionMode[]RunRetentionMode. 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 RunRetentionMode Modifier and Type Method Description static Set<RunRetentionMode>RunRetentionMode. knownValues()Methods in software.amazon.awssdk.services.omics.model with parameters of type RunRetentionMode Modifier and Type Method Description GetRunResponse.BuilderGetRunResponse.Builder. retentionMode(RunRetentionMode retentionMode)The run's retention mode.StartRunRequest.BuilderStartRunRequest.Builder. retentionMode(RunRetentionMode retentionMode)The retention mode for the run.
-