| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
static MigrationStrategy |
MigrationStrategy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MigrationStrategy |
MigrationSummary.migrationStrategy()
The strategy used to conduct the migration.
|
MigrationStrategy |
GetMigrationResponse.migrationStrategy()
The strategy used to conduct the migration.
|
MigrationStrategy |
StartMigrationRequest.migrationStrategy()
The strategy used to conduct the migration.
|
MigrationStrategy |
StartMigrationResponse.migrationStrategy()
The strategy used to conduct the migration.
|
static MigrationStrategy |
MigrationStrategy.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<MigrationStrategy> |
MigrationStrategy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MigrationSummary.Builder |
MigrationSummary.Builder.migrationStrategy(MigrationStrategy migrationStrategy)
The strategy used to conduct the migration.
|
GetMigrationResponse.Builder |
GetMigrationResponse.Builder.migrationStrategy(MigrationStrategy migrationStrategy)
The strategy used to conduct the migration.
|
StartMigrationRequest.Builder |
StartMigrationRequest.Builder.migrationStrategy(MigrationStrategy migrationStrategy)
The strategy used to conduct the migration.
|
StartMigrationResponse.Builder |
StartMigrationResponse.Builder.migrationStrategy(MigrationStrategy migrationStrategy)
The strategy used to conduct the migration.
|
Copyright © 2023. All rights reserved.