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