Uses of Class
software.amazon.awssdk.services.databasemigration.model.ReloadOptionValue
-
Packages that use ReloadOptionValue Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of ReloadOptionValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return ReloadOptionValue Modifier and Type Method Description static ReloadOptionValueReloadOptionValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReloadOptionValueReloadReplicationTablesRequest. reloadOption()Options for reload.ReloadOptionValueReloadTablesRequest. reloadOption()Options for reload.static ReloadOptionValueReloadOptionValue. valueOf(String name)Returns the enum constant of this type with the specified name.static ReloadOptionValue[]ReloadOptionValue. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type ReloadOptionValue Modifier and Type Method Description static Set<ReloadOptionValue>ReloadOptionValue. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type ReloadOptionValue Modifier and Type Method Description ReloadReplicationTablesRequest.BuilderReloadReplicationTablesRequest.Builder. reloadOption(ReloadOptionValue reloadOption)Options for reload.ReloadTablesRequest.BuilderReloadTablesRequest.Builder. reloadOption(ReloadOptionValue reloadOption)Options for reload.
-