Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.ApplicationMode
-
Packages that use ApplicationMode Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of ApplicationMode in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return ApplicationMode Modifier and Type Method Description ApplicationModeGetPortfolioPreferencesResponse. applicationMode()The classification for application component types.ApplicationModePutPortfolioPreferencesRequest. applicationMode()The classification for application component types.static ApplicationModeApplicationMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ApplicationModeApplicationMode. 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.Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type ApplicationMode Modifier and Type Method Description static Set<ApplicationMode>ApplicationMode. knownValues()Methods in software.amazon.awssdk.services.migrationhubstrategy.model with parameters of type ApplicationMode Modifier and Type Method Description GetPortfolioPreferencesResponse.BuilderGetPortfolioPreferencesResponse.Builder. applicationMode(ApplicationMode applicationMode)The classification for application component types.PutPortfolioPreferencesRequest.BuilderPutPortfolioPreferencesRequest.Builder. applicationMode(ApplicationMode applicationMode)The classification for application component types.
-