Uses of Enum
software.amazon.awssdk.services.databasemigration.model.ReloadOptionValue
Packages that use ReloadOptionValue
-
Uses of ReloadOptionValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return ReloadOptionValueModifier and TypeMethodDescriptionstatic ReloadOptionValueUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ReloadOptionValueReloadReplicationTablesRequest.reloadOption()Options for reload.final ReloadOptionValueReloadTablesRequest.reloadOption()Options for reload.static ReloadOptionValueReturns 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 ReloadOptionValueMethods in software.amazon.awssdk.services.databasemigration.model with parameters of type ReloadOptionValueModifier and TypeMethodDescriptionReloadReplicationTablesRequest.Builder.reloadOption(ReloadOptionValue reloadOption) Options for reload.ReloadTablesRequest.Builder.reloadOption(ReloadOptionValue reloadOption) Options for reload.