| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubstrategy.model |
| Modifier and Type | Method and Description |
|---|---|
static StrategyRecommendation |
StrategyRecommendation.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StrategyRecommendation |
ApplicationComponentStrategy.status()
The recommendation status of a strategy for an application component.
|
StrategyRecommendation |
ServerStrategy.status()
The recommendation status of the strategy for the server.
|
static StrategyRecommendation |
StrategyRecommendation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StrategyRecommendation[] |
StrategyRecommendation.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<StrategyRecommendation> |
StrategyRecommendation.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationComponentStrategy.Builder |
ApplicationComponentStrategy.Builder.status(StrategyRecommendation status)
The recommendation status of a strategy for an application component.
|
ServerStrategy.Builder |
ServerStrategy.Builder.status(StrategyRecommendation status)
The recommendation status of the strategy for the server.
|
Copyright © 2023. All rights reserved.