Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.MigrationStrategy
-
Packages that use MigrationStrategy Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of MigrationStrategy in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return MigrationStrategy Modifier and Type Method Description static MigrationStrategyMigrationStrategy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MigrationStrategyGetMigrationResponse. migrationStrategy()The strategy used to conduct the migration.MigrationStrategyMigrationSummary. migrationStrategy()The strategy used to conduct the migration.MigrationStrategyStartMigrationRequest. migrationStrategy()The strategy used to conduct the migration.MigrationStrategyStartMigrationResponse. migrationStrategy()The strategy used to conduct the migration.static MigrationStrategyMigrationStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static MigrationStrategy[]MigrationStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type MigrationStrategy Modifier and Type Method Description static Set<MigrationStrategy>MigrationStrategy. knownValues()Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type MigrationStrategy Modifier and Type Method Description GetMigrationResponse.BuilderGetMigrationResponse.Builder. migrationStrategy(MigrationStrategy migrationStrategy)The strategy used to conduct the migration.MigrationSummary.BuilderMigrationSummary.Builder. migrationStrategy(MigrationStrategy migrationStrategy)The strategy used to conduct the migration.StartMigrationRequest.BuilderStartMigrationRequest.Builder. migrationStrategy(MigrationStrategy migrationStrategy)The strategy used to conduct the migration.StartMigrationResponse.BuilderStartMigrationResponse.Builder. migrationStrategy(MigrationStrategy migrationStrategy)The strategy used to conduct the migration.
-